How to disable x axis and y axis totally?
abel123 opened this issue · 3 comments
abel123 commented
It's important in some use case, like one candle stock chart with macd indicator chart to share same x axis.
So I'm thinking disable one chart's x axis to share same x axis.
But seems there is no way to do that.
vicanso commented
It will be supported in next version
vicanso commented
x_axis_hidden
and y_axis_hidden
are supported in latest version.
abel123 commented
thanks