chartjs-plugin-streaming
chartjs-plugin-streaming copied to clipboard
I want to set the minimum and maximum values of the x-axis to the server time. Is there a way?
I think, the local function Date.now() is used to set the x-axis time range. Is that right?
I want to set the minimum and maximum values of the x-axis to the server time. Is there a way?
@nagix I need your help.
Setting the x-axis time range to match server time seems to be impossible as of today.
As a solution, I shifted the time of my data to fit the client's local time. The downside of this solution is that the x-axis doesn't represent the actual server time.