How to add time series data in milli seconds #307
-
How do I add time series data in milliseconds, it works when I add data every second, if i add it once every half second the two data overlaps in the same place, is there anyway to update the time axis once every few milliseconds. I set xAxis.type = Axis.AxisType.Time; if i change to value axis im not able to add xaxis label it automatically adds values to it. And i cant do it as category axis. please help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yes, the time axis currently only supports second-level timestamps. |
Beta Was this translation helpful? Give feedback.
Yes, the time axis currently only supports second-level timestamps.
For the millisecond level, the category axis is recommended.
If you use the category axis, you can convert the time to string yourself and insert it into axis data as a category.