Need to show Time (Format as 15:34:55) in x-axis in AnyChart Timeseries graph updating every 10 Seconds.

0
We need to program continuously moving dynamic graph for showing 10 seconds variations with continuous tracking. Refer below image.
asked
1 answers
0

Hi Suchitra,

With regards to the format of your tick, check out the Plotly documentation here: https://plotly.com/javascript/reference/layout/xaxis/#layout-xaxis-tickformat. You will add this to your Layout of your AnyChart widget.

AnyChart does not currently have a refresh functionality. The best way to update it, is to implement a microflow timer that refreshes your page or entity (depending on your page's design) at the desired interval.

 

answered