chartist icon indicating copy to clipboard operation
chartist copied to clipboard

Support dual Y-Axis

Open evangelion1204 opened this issue 2 years ago • 1 comments

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

evangelion1204 avatar Mar 23 '23 13:03 evangelion1204

the same problem. I have celsius and percentage data on chart :(

boomsya avatar Nov 28 '23 20:11 boomsya