Possible to add buttons on x axis to cycle to next time interval? #10297
Unanswered
EliteSuperGames
asked this question in
Q&A
Replies: 2 comments 4 replies
-
I don't see any titles in your image. But the only way you can put the buttons on the canvas and use them to cycle through your data is by writing a custom plugin to draw them on the canvas and check for click actions and see if it is on your buttons |
Beta Was this translation helpful? Give feedback.
2 replies
-
If the buttons allow you to scroll left and right. You will need to add buttons directly in the canvas. |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get my chart to look like this wireframe (specifically the left and right chevrons) but not sure if this is possible. I have the functionality in place to cycle to the next group of data. It shows 3 months at a time, and the right chevron goes to the next 3 months, and left goes to previous. Is there a way to put them on the actual chart, aligned with the X axis labels like the picture?
Another less important detail is the wireframe has the Y axis title on the right, but the labels on the left, and the X axis title on the top, but the labels on the bottom. Is this possible? I've messed with so many settings but no luck. It seems like the title and labels have to be in the same area.
Beta Was this translation helpful? Give feedback.
All reactions