Subplot Spacing

We would like to be able adjust the space between subplots to prevent the problem of overlapping scales.

The suggested workaround has been to flip scales between left and right sides of subplots, but a lot of our trends have scales on both sides…

+1. I am dealing with this now and it looks pretty crappy.

+1, subplots are useless without this feature.

A custom property for subplot spacing has been added and should be in 7.6.4-rc3

awesome!!! :thumb_left:

Great! Thank you :smiley:

Hi all,

Sorry for writing in an old thread but is there a way to change the subplot gap in a standard Chart component? Thanks!

Put this in the configureChart extension function :

chart.getPlot().setGap(100)
2 Likes

Thanks a lot! Works like a dream.