Can I create a multi-axis line/bar chart?
Posted by Giorgio at 18:23 on Saturday 5th March 2022 [link]
Hi,
It is possible to create a multi-axis line chart/bar chart
Example:
Day of the week / Day / month
can i have an example.
Thank you.
-------------------------------------------
Mon Tue Wed Thu Fri Mon Tue Wed Thu Fri
21 22 23 24 | 28 1 2 3 4 |
Feb | Mar |
It is possible to create a multi-axis line chart/bar chart
Example:
Day of the week / Day / month
can i have an example.
Thank you.
-------------------------------------------
Mon Tue Wed Thu Fri Mon Tue Wed Thu Fri
21 22 23 24 | 28 1 2 3 4 |
Feb | Mar |
Posted by Richard at 20:37 on Saturday 5th March 2022 [link]
You can do that by making use of the drawing API X axis and turning off the axis so only the labels are shown. Here's an example:
https://codepen.io/rgraph/pen/oNoVZEL?editors=1010
https://codepen.io/rgraph/pen/oNoVZEL?editors=1010
[Replies are now closed]