You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if this is the wrong place, or has been answered elsewhere, but i'm trying to implement the ability to expand an area of a chart.js chart on the x-axis. Using the example (https://github.com/chartjs/chartjs-plugin-zoom) with script tags, and drag set to true, I can get the chart to expand on the y axis when I set the mode to 'y', but when set to 'x', it doesn't work Is there something obvious I should be doing?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sorry if this is the wrong place, or has been answered elsewhere, but i'm trying to implement the ability to expand an area of a chart.js chart on the x-axis. Using the example (https://github.com/chartjs/chartjs-plugin-zoom) with script tags, and drag set to true, I can get the chart to expand on the y axis when I set the mode to 'y', but when set to 'x', it doesn't work Is there something obvious I should be doing?
Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions