ChartJs streaming data with custom Xaxis value #9734
Unanswered
williamesp2015
asked this question in
Q&A
Replies: 1 comment
-
I would assume you can just change the callback and settings in the scale config like you normally do But since it is a plugin that you are using you would be better off asking the specific questions in their repo since they might do things with the scales so that you need to configure it differently |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I couldn't find any help to use ChartJs to update my time value in my scale (second).
onRefresh: function(chart) {
getLatestData();// updated time and Y axis data
chart.data.datasets[0].data.push({x:MyTime ,y: YValue});
Beta Was this translation helpful? Give feedback.
All reactions