vicanso/charts-rs

How to disable x axis and y axis totally?

abel123 opened this issue · 3 comments

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.

It will be supported in next version

x_axis_hidden and y_axis_hidden are supported in latest version.

thanks