Chatjs Q&A
-
// Axis Type - Linear/Category/Time. etc. To use them we have to import them and register them
https://stackoverflow.com/questions/70777779/time-series-line-chart-js-in-react-not-working
// how to display datetime:
https://stackoverflow.com/questions/53669361/how-to-display-date-as-label-on-x-axis-in-chart-js// If two sets of data have different x-axis, we should not share labels, instead, create the dataset using [{x1,y1}{x2,y2}...]
https://stackoverflow.com/questions/61062420/how-to-skip-labels-of-a-line-in-multiline-graph-in-chartjs
-
chatjs doc should be a good place to find answer:
https://www.chartjs.org/docs/latest/axes/cartesian/category.htmlhopefully!