Reputation: 3971
If we have to create a chart with lots data eg- "performance of stock for last 5 yrs- do we have to transfer all data to the client side for highcharts to process it? Wont involve too much data overheads?
Regards Utsav.
Upvotes: 1
Views: 45
Reputation: 8109
You can "lazy load" chart data, see the example in the documentation.
Upvotes: 2