You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-23Lines changed: 27 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
<palign="center"><imgsrc="https://cdn.fusioncharts.com/fusioncharts/assets/fusioncharts-logo.svg"width="234px"alt="FusionCharts - Build beautiful web & mobile dashboards"></p>
1
+
<palign="center">
2
+
<imgsrc="https://cdn.fusioncharts.com/fusioncharts/assets/fusioncharts-logo.svg"width="234px"alt="FusionCharts - Build beautiful web & mobile dashboards">
@@ -20,40 +22,42 @@ This package also contains FusionTime (timeseries charts), FusionWidgets (gauges
20
22
21
23
#### New Features
22
24
23
-
- An attribute called autoUpdateStartEndDateColumn was introduced. This attribute updates the actual start date / actual end date columns in the Gantt Chart when taskbars are getting dragged.
24
-
- An attribute called allowTaskbarOverlap was introduced. When this attribute is set to 1, it allows the dragging of the taskbar over adjacent taskbars in the Gantt Chart.
25
-
- The attributes marginLeft, marginRight, marginTop, and marginBottom were introduced in the milestone option of Gantt Chart. These attributes are used to position the milestone per the numeric value provided.
25
+
- FusionCharts version 4.0.0 introduces `Ask FusionDev AI` knowledge base and documentation assistant which:
26
+
- Improves discoverability and unblocks developers by finding instant answers to questions about using FusionCharts.
27
+
- Increases developer productivity by providing instant access to clear, concise, and up-to-date documentation.
28
+
- Improves development efficiency with automated code generation.
29
+
- An attribute called `autoUpdateStartEndDateColumn` was introduced. This attribute updates the actual start date / actual end date columns in the Gantt Chart when taskbars are getting dragged.
30
+
- An attribute called `allowTaskbarOverlap` was introduced. When this attribute is set to 1, it allows the dragging of the taskbar over adjacent taskbars in the Gantt Chart.
31
+
- The attributes `marginLeft`, `marginRight`, `marginTop`, and `marginBottom` were introduced in the milestone option of Gantt Chart. These attributes are used to position the milestone per the numeric value provided.
26
32
27
33
#### Improvements
28
34
29
-
- FusionCharts version 4.0.0 improved the behavior of taskbar dragging in Gantt charts. Now you will also drag the connectors along with the taskbar, and they will stay connected until the drag ends.
30
-
- FusionCharts version 4.0.0 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 was added at the end of taskbars for increasing/decreasing width.
31
-
- FusionCharts version 4.0.0 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.
35
+
- FusionCharts version 4.0.0 improved the behavior of **taskbar dragging** in Gantt charts. Now you will also drag the connectors along with the taskbar, and they will stay connected until the drag ends.
36
+
- FusionCharts version 4.0.0 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 was added at the end of taskbars for increasing/decreasing width.
37
+
- FusionCharts version 4.0.0 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.
32
38
- Upgraded framework integrations for React, Angular, Vue & Svelte.
33
39
- React FusionCharts upgraded to v18. React upgraded to version 18 in package.json file.
34
-
- Angular FusionCharts upgraded to v17. Angular packages version upgraded to 17 in package.json folder. Typescript packages are also upgraded to support angular 17.
40
+
- Angular FusionCharts upgraded to v17. Angular packages version upgraded to 17 in package.json folder. Typescript packages are also upgraded to support Angular 17.
35
41
- Vue FusionCharts upgraded to v3. Vue package already had v3, only a minor version upgrade was done in package.json file.
36
-
- Svelte FusionCharts upgraded to v4. Svelte was 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 were replaced with the new APIs.
37
-
- FusionCharts ASP.Net has been updated to support .NET versions (6.0, 7.0, and 8.0).
38
-
- FusionCharts 4.0.0 enhanced product stability and security through Automation Repository Upgrade & Optimization.
42
+
- Svelte FusionCharts upgraded to v4. Svelte was upgraded to the latest version 4 in package.json file. The bundler used in the Avelte package was rollup which had some old APIs, they were replaced with the new APIs.
43
+
- FusionCharts ASP.Net has been updated to support **.NET versions** (6.0, 7.0, and 8.0).
44
+
- FusionCharts 4.0.0 enhanced **product stability** and **security** through Automation Repository Upgrade & Optimization.
39
45
40
-
#### BugFixes
46
+
#### Fixes
41
47
42
-
- Resolved the issue of plotHighlightEffect attribute resetting all the dataset-level attributes when series were shown/hidden using legends.
43
-
- Fixed the issue of resizeTo method not working when the chart was rendered using XML data format.
44
-
- Fixed the issue where charts were not exported on iPad with Safari browser.
45
-
- Fixed the issue where taskbar drags position update event dataplotdragmove was printing duplicate values in Gantt charts.
48
+
- Resolved the issue of `plotHighlightEffect` attribute resetting all the dataset-level attributes when series were shown/hidden using legends.
49
+
- Fixed the issue of `resizeTo` method not working when the chart was rendered using XML data format.
50
+
- Fixed the issue where charts were not exported on **iPad** with Safari browser.
51
+
- Fixed the issue where taskbar drags position update event `dataplotdragmove` was logging duplicate values in Gantt charts.
46
52
- Resolved the issue when the tooltip was not visible on the delayed part of taskbars in Gantt charts.
47
-
- 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.
53
+
- 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.
48
54
- Resolved an issue where inline styles used for Pie chart watermarks and tooltips triggered CSP errors, potentially hindering chart display.
49
-
- 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.
50
-
- 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.
51
-
- 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.
55
+
- 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.
56
+
- 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.
57
+
- 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.
52
58
- Resolved the issue where data values were not visible for plots in the Bar2D chart when the bar width value was very low.
53
59
- Optimized user experience with Gauge charts through seamless resizing.
54
60
55
-
<br />
56
-
57
61
---
58
62
59
63
### Table of Contents
@@ -338,7 +342,7 @@ FusionMaps is a companion package meant to be used in conjunction with FusionCha
0 commit comments