chartist
chartist copied to clipboard
Support dual Y-Axis
Would you like to work on this feature?
- [X] Check this if you would like to implement a PR, we are more than happy to help you go through the process.
What problem are you trying to solve?
Some charts needs to display data of 2 different scales and units. Therefor a support for a left and right y-axis would be helpful.
Describe the solution you'd like
Turning y-axis config to accept a map or array with a name as key. Using name can be used to assign a series to. As alternative I used in a POC a hardcodedy2 property next to y.
Describe alternatives you've considered
No response
Documentation, Adoption, Migration Strategy
No response
the same problem. I have celsius and percentage data on chart :(