Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMChartsV4 slower seems 100% slower to initialise than V3 #1965

Closed
ptimson opened this issue Dec 11, 2019 · 1 comment
Closed

AMChartsV4 slower seems 100% slower to initialise than V3 #1965

ptimson opened this issue Dec 11, 2019 · 1 comment
Labels

Comments

@ptimson
Copy link

ptimson commented Dec 11, 2019

Hey,

Am trying to use V4 but seems a lot slower to initialise than V3. I tried to put an example here:
https://codepen.io/ptimson/pen/QWwNZRp

But it seems to take double the amount of time to render.

Basically we are trying to show a graph for different country values for the last 3 years. Is there anyway to improve the performance to bring down the initial render time for V4 to make it more inline with V3? I tried a bunch of things suggested in https://www.amcharts.com/docs/v4/concepts/performance/ with little difference noticed.

Thanks

@zeroin
Copy link
Collaborator

zeroin commented Dec 12, 2019

Well yes, version 4 is a lot more complex because of all the possibilities. So I agree, the initial rendering is slower. In your case I would suggest considering data grouping, it should make things faster. Here is a chart with 50K data points: https://www.amcharts.com/demos/data-grouping-50k-points/ and grouping enabled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants