Skip to content

Commit 3e2d29f

Browse files
Merge pull request #64 from fusioncharts/release/3.23.0
publishing v3.23.0
2 parents b8525f2 + b794c5a commit 3e2d29f

19 files changed

+113
-84
lines changed

README.md

Lines changed: 35 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[<img src="https://www.fusioncharts.com/dist/fusioncharts-idera-logo.svg" width="234px" alt="FusionCharts - Build beautiful web & mobile dashboards">](https://www.fusioncharts.com/)
1+
[<img src="https://cdn.fusioncharts.com/fusioncharts/assets/fusioncharts-logo.svg" width="234px" alt="FusionCharts - Build beautiful web & mobile dashboards">](https://www.fusioncharts.com/)
22
[<img alt="FusionCharts jsDelivr Hits" src="https://img.shields.io/jsdelivr/npm/hm/fusioncharts.svg" align="right" style="padding: 3px;">](https://www.jsdelivr.com/package/npm/fusioncharts)
33
[<img alt="FusionCharts Downloads" src="https://img.shields.io/npm/dm/fusioncharts.svg" align="right" style="padding: 3px;">](https://www.fusioncharts.com/download)
44
[<img alt="FusionCharts NPM Version" src="https://img.shields.io/npm/v/fusioncharts.svg" align="right" style="padding: 3px;">](https://www.npmjs.com/package/fusioncharts)
@@ -14,18 +14,40 @@ This package also contains FusionTime (timeseries charts), FusionWidgets (gauges
1414
- Support: [https://www.fusioncharts.com/contact-support](https://www.fusioncharts.com/contact-support)
1515
- Issues: [https://github.com/fusioncharts/fusioncharts-dist/issues](https://github.com/fusioncharts/fusioncharts-dist/issues)
1616

17-
### What's New
17+
### What's New in FusionCharts 3.23.0
1818

19-
- FusionCharts version 3.21.1 introduces new maps for all 24 Argentinian departments, all 26 Peruvian departments, and all 7 provinces from Costa Rica.
20-
- FusionCharts version 3.21.1 introduces the new function that removes any cross-site scripting that might be causing errors in your code.
21-
- FusionCharts version 3.21.1 updated the `Ramda` dependency package version to the latest version, version 0.29.
22-
- When using Multiseries Line charts, similar values overlapped in the chart. FusionCharts version 3.21 improved the `drawcrossline` attribute to prevent overlapping values and display a clean chart.
23-
- Improved the `numberSuffix` attribute to work as expected when using numeric and Arabic characters. Previously, the characters were displayed in an incorrect order. Now, enabling the `hasRtlText` attribute corrects the suffix and prefix positions, showing the characters in the correct order.
24-
- Improved the `Sunburst` chart by adding the `showLabelValue` property that allows users to control label visibility for each node at all levels in the chart.
25-
- Improved the `dataLabelstyles` function to handle the properties, attributes, and conditions for the data label styles. Previously, when `plotHighlightEffect` was set, and if value-related cosmetics were applied at the dataset level, the value-related cosmetics did not display as expected upon hovering on the legends.
26-
- Improved the accessibility feature. Now, when using React or Angular, you can enable the accessibility feature to import directly from the node modules packages.
27-
- Improved the `Doughnut` and `Pie`charts by allowing users to display legend and data values as percentages or as absolute values.
28-
- And several bug fixes under the hood, please read the release details on the [FusionCharts Blog](https://www.fusioncharts.com/blog/) for detailed report.
19+
#### New Features
20+
21+
- FusionCharts enhanced interactivity with draggable taskbars in the FusionCharts Gantt chart. Users can use `allowDrag` attribute to enable the draggable feature and `dataplotdragmove` event to track the previous and new positional values of the taskbar
22+
- An attribute called `markerLabelOffset` is introduced. This attribute allows to control the position of the marker labels on AngularGauge trend points, aiming to address the problem of overlap that occurs with small differences in values
23+
- Added an attribute `showValues` to the StackedBar2DChartswhich enables users to auto-hide or show the chart if the text overflows the bar subsection
24+
25+
#### Improvements
26+
27+
- Updated the watermark text for Licence Expired Customers
28+
- Restructured the angular-fusion grid dependency package to support the latest Angular versions from version 14 to the most recent version 17
29+
- Improved the behavior of the Gantt chart to adapt to any screen size with new responsive functionality effortlessly
30+
- Added a method to prevent unnecessary HTML in ASP.NET to prevent DataStream URL implementation errors
31+
- Upgraded to support working with react-native version 0.73.3
32+
- Improved the rendering of the Indonesia region in maps
33+
- Updated Source Data examples on FusionCharts website to display examples with the latest data
34+
35+
#### BugFixes
36+
37+
- Fixed the issue with Inline styling not getting applied when labels/displayValue have HTML elements and
38+
tag in them
39+
- Resolved the issue where the link attribute was not working in Zoom Scatter chart
40+
- Addressed an issue where the entire chart container was re-rendered when invoking setJSONdata method
41+
- Fixed an issue where scrollTo method was resetting the scrollbar position when using setJSONData or setChartData
42+
- The rendering issues of Japan's 16 provinces were resolved. These provinces include Yamagata, Tochigi, Saitama, Tokyo, Toyama, Yamanashi, Shizuoka, Shiga, Wakayama, Tottori, Shimane, Okayama, Yamaguchi, Tokushima, Saga, and Okinawa.
43+
- Fixed the issue where certain values skewed the Radial bar
44+
- Starting FusionCharts 3.23, charts are now rendering correctly when using jsonurl data format
45+
- Resolved the issue where Microsoft Narrator could not read the chart plot details when using the accessibility extension in a certain configuration of Windows 10 and Chrome
46+
- Two additional provinces were incorporated into Costa Rica maps: Monteverde and Puerto Jimenez
47+
- Resolved the issue where exporting PDF reports resulted in incomplete information when using the Drag Node chart with a specific dataset
48+
- Resolved an issue where the Dashboard section on the website was not integrated with Eloqua and the DataStories section was integrated with Eloquoa but the zip was not downloadable
49+
50+
<br />
2951

3052
---
3153

@@ -311,8 +333,7 @@ FusionMaps is a companion package meant to be used in conjunction with FusionCha
311333

312334
## Contact Support
313335

314-
Fill [this form](https://www.fusioncharts.com/contact-support) or drop an email to
315-
336+
Fill [this form](https://www.fusioncharts.com/contact-support) or drop an email to [[email protected]](mailto: <[email protected]>)
316337

317338
## Folder Structure
318339

fusioncharts-dist.code-workspace

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

fusioncharts.accessibility.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fusioncharts.charts.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fusioncharts.excelexport.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fusioncharts.gantt.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fusioncharts.js

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fusioncharts.maps.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fusioncharts.msstackedcolumn2dsplinedy.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fusioncharts.overlappedbar2d.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)