Hi everyone,
Iām having trouble finding a javascript function in the API that will autoscale my plot just like the āAutoscaleā button at the bottom of the chart.
Any ideas ?
Thanks in advance.
Hi everyone,
Iām having trouble finding a javascript function in the API that will autoscale my plot just like the āAutoscaleā button at the bottom of the chart.
Any ideas ?
Thanks in advance.
autorangeChart() {
Plotly.relayout('plotly', {
'xaxis.autorange': true,
'yaxis.autorange': true
});
}
It works !
Thank you so much !
Have a good day