-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Milestone
Description
Expected Behavior
If multiple axes are used, there should be an option to pille them up
Current Behavior
Currently, when you create a multiple axes chart, there is only the option to put them side-by-side
Possible Solution
OxyPlot (C#) have this feature, where you can set the offset of an axis
Context
I need to compare some data that may have different scales, but I don't want them to stay one on top of another. Some data are binary, value is 0 or 1, like the red and blue charts on the image above, and two graphs may overlap each other, making it harder to visualize.
