-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can you add amCharts 5? #2
Comments
I want to see Chart.js . Thanks |
this should give you an idea: chartjs/Chart.js#11189 keep in mind that you need very specific settings and data formats to get good performance out of most charting libs. see the links in that discussion. amCharts5 is also there (yes it's much faster than v4, though still not "fast" when compared against everything else). |
Added chartjs benchmark to the repo. I didn't update the results at the same time as that is a larger project. I can, however, give some rough results from my local computer of chart.js vs lcjs: Static line chart test: Appending line chart test: Refreshing line chart test You can also run the test benches locally on your end. As for AmCharts 5, for now I'll just add a marker for the next time we update all the tests. I'm not expecting any groundbreaking changes there. |
AmCharts5 seems to claim that it's much more performant. Can you help add that to the benchmark, too?
The text was updated successfully, but these errors were encountered: