Performances for chart with about 1500 values
Open
C-performance
question
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
On chart with about 1500 values, it take about 3 secondes to generate and draw data.
Example: http://jsfiddle.net/8qgn4/2/
It seems to take little more time for loading with csv but it's hard to verify
(use of url: 'path_of_csv' seems slower than row: 'datas' even if csv take 40ms to be downloaded).
Is there any way to reduce this time ?
Contributor guide
Assessment
This issue has not been assessed yet.