ejazmusavi
Posts: 5
Joined: Fri Apr 09, 2021 3:20 pm

Chart printing

I have a stock high chart with each second data of 24 hours. I need to print seprate page for each 25 minutes. I am trying to do that by creating seprate chart for each 25 minutes in available data. but its v slow to draw almost 70 charts for every 24 hrs. Is there any better or builtin solution to print the chart .
piotr.m
Posts: 1433
Joined: Mon Nov 18, 2019 8:15 am

Re: Chart printing

Hi,

It sounds more like a custom configuration - we don't offer something like this out of the box.
It seems to me that the best solution would be to create your own export server and create these queries there:
https://github.com/highcharts/node-export-server

Best Regards

Return to “Highcharts Stock”