You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While writing Plotly.NET bindings for the new autorange options from plotly.js 2.26 i encountered this problem for setting minallowed and maxallowed values on the radialaxis attribute.
Uncaught Error: Something went wrong with axis scaling
at t.setScale (plotly-2.26.2.min.js:8:592067)
at doAutoRange (plotly-2.26.2.min.js:8:480137)
at N.doAutoRange (plotly-2.26.2.min.js:8:764495)
at N.updateLayout (plotly-2.26.2.min.js:8:763490)
at N.plot (plotly-2.26.2.min.js:8:761038)
at Object.plot (plotly-2.26.2.min.js:8:752832)
at e.drawData (plotly-2.26.2.min.js:8:460712)
at f.syncOrAsync (plotly-2.26.2.min.js:8:350231)
at e._doPlot (plotly-2.26.2.min.js:8:438077)
at e.newPlot (plotly-2.26.2.min.js:8:431260)
note that setting these props va autorangeoptions works just fine:
archmoj
changed the title
'Something went wrong with axis scaling' error when using minallowed and maxallowed on a radial axis for a scatterpolar trace
'Something went wrong with axis scaling' error when using minallowed or maxallowed go outside range defaults
Nov 21, 2023
Hi there,
While writing Plotly.NET bindings for the new autorange options from plotly.js 2.26 i encountered this problem for setting
minallowed
andmaxallowed
values on theradialaxis
attribute.this is a minimal sample:
this results in the following error:
note that setting these props va
autorangeoptions
works just fine:here is a jsfiddle: https://jsfiddle.net/63e8qsxn/
note also, jfc, that setting only
minallowed
andmaxallowed
on cartesian (2D and 3D) plots also works just fine, e.g.:The text was updated successfully, but these errors were encountered: