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
We are currently using amCharts 4 for our data visualization needs and noticed that amCharts 5 is now available. We would like to understand the following:
What is the roadmap for amCharts 4? Will it continue to be supported and receive updates in the future?
Are there any known compatibility issues or advantages to upgrading to amCharts 5?
Is there an official recommendation on whether users should upgrade to amCharts 5, especially for long-term projects?
Looking forward to your guidance on this.
The text was updated successfully, but these errors were encountered:
What is the roadmap for amCharts 4? Will it continue to be supported and receive updates in the future?
Support for amCharts 4 has already reached EOL. We do not make updates, nor officially provide support for it. The updates are only issued for critical issues.
Are there any known compatibility issues or advantages to upgrading to amCharts 5?
The main change is that instead of SVG V5 uses canvas rendering. This makes it much faster but might be an issue if you are relying on output being an SVG. E.g. for DOM testing, or export to SVG.
v5 also does not have 3D charts.
Other than that, the two versions are comparable, feature-wise.
The code is not interchangeable, though.
Is there an official recommendation on whether users should upgrade to amCharts 5, especially for long-term projects?
Just common sense. V4 is deprecated. V5 is now being actively supported and developed. Might make sense to use V5 for long-term projects.
Also, V5 is much much faster, if performance is any issue with your V4 setups.
Hi Team,
We are currently using amCharts 4 for our data visualization needs and noticed that amCharts 5 is now available. We would like to understand the following:
Looking forward to your guidance on this.
The text was updated successfully, but these errors were encountered: