Overview
| Report Server Version | JAR Package Version | App Version | HTML5 Mobile Display Plugin Version |
|---|---|---|---|
11.5.10 | 2026-04-21 | 11.5.10 | 11.5.10 |
Report
Justified Alignment Available for Cell Text
A Justified alignment option has been added to Horizontal Alignment for cell text. It aligns multiline text with both the left and right boundaries, while keeping the last line left-aligned.
The original icon for distributed alignment has been replaced with a new one, as shown in the following figure.
For details, see Chart Style.

Visibility Logic Optimization for 3D Components
1. Model visibility logic optimization
In the FineVis Data Visualization plugin V4.9.0, the model visibility logic has been optimized: When the visibility state of a parent node changes, the visibility states of the child nodes are updated accordingly. When a child node is displayed while its parent node is hidden, the parent node is automatically set to visible, while the other sibling nodes remain hidden.
For details, see FVS Custom 3D Scene Component.
2. setVisible API optimization for 3D components
In the FineVis Data Visualization plugin V4.9.0, a second Boolean parameter has been added for the setVisible API, controlling whether visibility changes are applied across the parent-child hierarchy (behavior enabled by default). This resolves the previous issue where the API only updates the visibility state of the current node.
true: The system applies visibility changes to the current node’s ancestor nodes and recursively to all child nodes.
false: The system applies visibility changes only to the current node, without affecting other nodes in the parent-child hierarchy.
For details, see FVS 3D Component API.
Shadow Optimization for 3D Components
Starting from the FineVis Data Visualization plugin V4.8.0, light source and shadow effects for Custom 3D Scene components have been optimized to improve shadow rendering quality for complex model outlines and large scenes, enhancing the overall visual presentation.
Projection Quality has been renamed to Shadow Quality and moved to the light source setting panel. You can configure shadow quality separately for each light source.
The Shadow Intensity, Translucent Shadow, and Shadow Range settings have been added.
For details, see Light Source and Projection of FVS Custom 3D Scene Component.

New shortcuts: When Shadow Range Box is open on the light source editing page, you can use shortcuts 1, 2, 3, and 4 to switch between Gizmo tools, each corresponding to selecting all handles, Position only, Direction only, and Size only, respectively.
Note: 
New Shadow option on the Model panel: You can enable or disable shadows separately for models and objects. The shadow setting for each model node applies to shadows generated by all light sources.

Scene Import and Export Optimization for 3D Components
In the FineVis Data Visualization plugin V4.8.0, 3D scene resource management has been optimized: Import Existing Scene has been removed from Create Model Scene, so you can only create empty scenes. Export Scene has also been removed from the scene editing page.
For details, see FVS Custom 3D Scene Component and FVS 3D City Scene Component.

You can reuse existing 3D component resources under Resource > Local Resource. You can right-click the completed 3D scene component and click Save to FVS Resource Center for reuse in Local Resource.

Custom Upload Optimization for Local Video Component
In the FineVis Data Visualization plugin V4.9.0, videos uploaded to the Local Video component cannot exceed 50 MB in size.
If an uploaded video exceeds this limit, the upload will fail with the prompt: "The video size exceeds 50 MB. You are advised to use an online video or compress the video before uploading."
For details, see FVS Local Video Component.

FRM to FVS Dashboard Conversion Tool Optimization
To resolve the issue where incomplete conversion reports make conversion exceptions hard to pinpoint, the FineVis Data Visualization plugin V4.9.0 has optimized template conversion feedback: The prompt Converted successfully has been replaced with Conversion completed to avoid ambiguity. At the same time, the number of failed conversions and warnings for each template is displayed in Conversion Result. You can click View Details to view detailed information directly, or click Export Details to export it as a file. This can help you locate issues quickly.
For details, see FRM to FVS Dashboard Conversion Tool.

Back Navigation Optimization for Mobile Previews
When you preview a template on mobile devices, returning to the main page after opening a hyperlink will refresh the main page if either the main template or the linked template is an FVS dashboard, causing the main page state to be lost.
Starting from the FineVis Data Visualization plugin V4.9.0 and HTML5 Mobile Display plugin V11.5.10, you can append the parameter fvs_route=true to preview URLs to enable the original page state to be retained without refreshing in some scenarios when you navigate back from a hyperlinked CPT/FVS template.
FVS Dropdown Tree Widget Optimization
Starting from the FineVis Data Visualization plugin V4.8.0, the font and font size in the dropdown panel of the dropdown tree widget follow those configured in Content Style.
For details, see FVS Dropdown Tree Widget.

New FVS Component Refresh Configuration
Starting from the FineVis Data Visualization plugin V4.8.0, the Template Display Despite Data Errors option has been added to Component Refresh. The option is selected by default.
After this option is selected, if a data request fails during monitoring refresh or data push refresh, the component does not display an error. Instead, it keeps the last normal display until the data request recovers, and then automatically refreshes to show the latest data. This helps maintain the overall visual presentation of templates.
For details, see FVS Component Refresh.

Platform
Error Message Optimization for User Synchronization on the Decision-Making Platform
Error messages for failed user synchronization have been optimized to help you identify the cause of failures quickly.
For details, see Common Issues with User Synchronization/Import.
Activation Optimization for Configuration Database Custom Driver
Starting from FineReport V11.5.10, when a custom driver is required to connect a project to an external configuration database, you can upload the driver for it to take effect immediately without restarting the project.
The following table shows the operation differences by version.
| Version | Upload Path | Activation Method |
|---|---|---|
11.5.10 and later versions | /customlib/finedb | The drive takes effect immediately without a project restart after being uploaded. |
11.5.9 and earlier versions | /customlib/lib | A project restart is required for the driver to take effect. |
ElasticSearch for Log Service Optimization
In FineReport V11.5.10, the interaction flow for enabling, disabling, and stopping ElasticSearch as the log storage component has been optimized to help users better understand the potential impacts of these actions.
For details, see Connecting Elasticsearch to Projects for Log Service.