Replies: 1 comment 3 replies
-
I had the same issue and managed to resolve it. Inside of options I had to add scales and then specify the type as linear like below. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi. I'm using Nextjs with chartjs-zoom-plugin 1.2.1 and facing a problem when using the zoom and pan when the mode is 'xy'. Only the 'y' works normally, but when I add the 'x' axis and execute the zoom or pan command it only shows two points and the 'x' axis shows only the first value. The dataset is being parsed in the format as image below shows.
Screencast.from.09-09-2022.01.19.29.webm
Complete code.
Does anyone have any suggestions on how I can resolve this issue? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions