I'm struggling to get the Plotly Indicator chart to "auto-margin".
Currently I have to do the following manually to get the outer labels to fit in the chart:
layout.margin = {
t: 10,
r: 10,
b: 10,
l: 10
}
There does not seem to be any "auto margin" setting for the indicator chart. I've tried it at multiple places in the data, layout and axis objects with no success.
Any ideas ?