FusionCharts Suite XT v4.0.0
Released: Jun 27, 2024
v4.0.0 での更新項目
機能
- Introduced Ask FusionDev AI knowledge base and documentation assistant which:
- Improves discoverability and unblocks developers by finding instant answers to questions about using FusionCharts.
- Increases developer productivity by providing instant access to clear, concise, and up-to-date documentation.
- Improves development efficiency with automated code generation.
- An attribute called autoUpdateStartEndDateColumn has been introduced. This attribute updates the actual start date / actual end date columns in the Gantt Chart when taskbars are getting dragged.
- An attribute called allowTaskbarOverlap has been introduced. When this attribute is set to 1, it allows the dragging of the taskbar over adjacent taskbars in the Gantt Chart.
- The attributes marginLeft, marginRight, marginTop, and marginBottom have been introduced in the milestone option of Gantt Chart. These attributes are used to position the milestone per the numeric value provided.
- Improved the behavior of taskbar dragging in Gantt charts. You can now drag the connectors along with the taskbar, and they will stay connected until the drag ends.
- Introduced the increase/decrease width functionality for taskbars. Whenever the taskbar hovers, the stretch icon at both ends of the taskbar can be used to increase/decrease the same width. An arrow icon has been added at the end of taskbars for increasing/decreasing width.
- Improved the behavior of taskbar dragging in the case of parent and child taskbars. The parent taskbars will auto-extend in case the child taskbars are dragged.
- Upgraded framework integrations for React, Angular, Vue and Svelte.
- React FusionCharts upgraded to v18 - React upgraded to version 18 in package.json file.
- Angular FusionCharts upgraded to v17 - Angular packages version have been upgraded to 17 in package.json folder. Typescript packages have also been upgraded to support Angular 17.
- Vue FusionCharts upgraded to v3 - Vue package already had v3, only a minor version upgrade has been done in package.json file.
- Svelte FusionCharts upgraded to v4 - Svelte has been upgraded to the latest version 4 in package.json file. The bundler used in the Svelte package was rollup which had some old APIs, they have been replaced with the new APIs.
- FusionCharts ASP.NET has been updated to support .NET versions (6.0, 7.0, and 8.0).
- Enhanced product stability and security through Automation Repository Upgrade and Optimization.
- Optimized user experience with Gauge charts through seamless resizing.
不具合の修正
- Resolved the issue of plotHighlightEffect attribute resetting all the dataset-level attributes when series were shown/hidden using legends.
- Fixed the issue of resizeTo method not working when the chart was rendered using XML data format.
- Fixed the issue where charts were not exported on iPad with Safari browser.
- Fixed the issue where taskbar drags position update event dataplotdragmove was printing duplicate values in Gantt charts.
- Resolved the issue when the tooltip was not visible on the delayed part of taskbars in Gantt charts.
- Resolved the visual bug with data labels and their background when transposeAxis was enabled for multi-series bar charts. Improved the visual clarity of Multi-series Bar charts by addressing transposeAxis attribute bug.
- Resolved an issue where inline styles used for Pie chart watermarks and tooltips triggered CSP errors, potentially hindering chart display.
- Fixed the bug where the scroll bar position was getting reset to the initial position, when setChartData is used to update the chart's data.
- Handled the case of negative values for radial bar in Radial Bar charts. For negative values, the radial bar will stick to the 0 position.
- Fixed the issue where React FusionCharts wrapper was not working in strict mode. In react wrapper, if the chart is already rendered then the dispose method is used to delete the instance to avoid render callback in loop.
- Resolved the issue where data values were not visible for plots in the Bar2D chart when the bar width value was very low.