Combined domain plots #577
-
|
Hello everybody!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
I don't think there's a simple out of the box way to do that at the moment, but I think the issue has been discussed before. probably the best bet at the moment is to have synchronized hidden axes and fixing the widths of the y-axes to force all charts to the same with. Another approach would be a custom axis which consists of an vbox of multiple axes. which can then be used with different renderers. We're about to restructure a lot of the layouting code and while this is probably not inside of the scope there, my hope is that afterwards it will be easier to implement something like this. |
Beta Was this translation helpful? Give feedback.
-
|
Is it possible for a chart to refer the X-Axis of another chart? Then get display position and get value by position can be synchronized. And then possibly can zoom in/out together. Then its only a matter for individual charts to visualize their X-Axes. Is my thought doable? |
Beta Was this translation helpful? Give feedback.

I don't think there's a simple out of the box way to do that at the moment, but I think the issue has been discussed before. probably the best bet at the moment is to have synchronized hidden axes and fixing the widths of the y-axes to force all charts to the same with. Another approach would be a custom axis which consists of an vbox of multiple axes. which can then be used with different renderers.
We're about to restructure a lot of the layouting code and while this is probably not inside of the scope there, my hope is that afterwards it will be easier to implement something like this.