Dmitry L.
Results
1
issues of
Dmitry L.
Following the example on this page https://www.chartjs.org/chartjs-plugin-zoom/master/guide/usage.html Changing labels to numbers: ```const config = { type: 'line', data: { labels: [1,2,3,4,5,6,7], datasets: [{ label: 'My First Dataset', data: [65, 59,...