Overview
| Report Server Version | JAR Package Version | App Version | HTML5 Mobile Display Plugin Version |
|---|---|---|---|
11.5.6 | 2025-12-09 | 11.5.6 | 11.5.6 |
Report
Model Optimization Tool Added for 3D Components in FVS
Starting from the FineVis Data Visualization plugin of V4.4.0, the model optimization tool is added for 3D components, allowing you to optimize models after model detection, such as reducing the number of surfaces and removing unused nodes, to improve rendering performance.
After 3D models are uploaded and detected, you can click Jump to Model Optimization Tool on the Model Check page to be redirected to GLB-Optimizer.
You can click anywhere within the Select File window or drag a GLB file into it, click Custom Optimization or Fast Optimization as needed, and optimize the models.
For details, see Custom 3D Model Check.

Obtaining Reference to Widgets on the Parameter Panel Available in FVS
The FineVis Data Visualization plugin of V4.4.0 allows you to get widgets on the query panel using JavaScript. You can use duchamp.parameterEl.getWidgetByName("Widget name") to get widgets on the query panel. After obtaining a reference to the widgets, you can call the same general methods used on the canvas to modify widget attributes. For details, see General API for Widgets.
You can use setValue to assign parameter values to widgets on the query panel, and then use duchamp.parameterEl.submit() to execute the query automatically.
For details, see FVS Query Panel.

Enable Lazy Loading for Components Option Added in FVS
Starting from the FineVis Data Visualization plugin of V4.4.0, the Enable Lazy Loading for Components option is added. You can select the option under Template Setting > Canvas Render, rather than suffixing widgetLazyLoad=true to the preview URL, to enable lazy loading.
Enable Lazy Loading for Components is selected by default for newly created templates. After the function is enabled, components outside the visible area stop being rendered until they are scrolled into view.

Component Preloading During Preview Available in FVS
Starting from the FineVis Data Visualization plugin of V4.4.0, component resources are preloaded during preview to optimize the loading performance. The system automatically preloads static component resources on the current page and subsequent tab pages during idle periods.
Performance Mode Enabled by Default in FVS
Starting from the FineVis Data Visualization plugin of V4.4.0, the performance mode is enabled by default. You no longer need to manually enable the function, and the Performance Mode (Beta) entry in Template Setting has been removed.
Cross-Version Template Preview Optimization in FVS
Starting from the FineVis Data Visualization plugin of V4.4.0, optimizations are made for scenarios where templates are created and opened in FineVis of different versions.
Templates created in FineVis of later versions cannot be opened in earlier versions, and a pop-up prompt will appear in such cases.
If the backup function is not enabled for templates and an incompatible template is opened, the system will automatically perform a backup operation.
Platform
Rate Limiting of Platform Requests Available
Starting from FineReport of V11.5.6, circuit breaking is available for certain frequent platform requests.
For details, see Thread Circuit Breaker for Resource Scheduling.
Optimized Search Interaction in Task Schedule
When some scheduled tasks are filtered via the search function, Delete All will no longer be displayed to prevent accidental deletion of all tasks.