GSS-Cogs / chart-builder

The Chart Builder is a proof-of-concept app to understand the feasibility of using a CSV file (or SPARQL query) to generate and customise a chart or data visualisation
https://chart-builder-no4vxskx7a-nw.a.run.app
2 stars 0 forks source link

Allow users to specify the Plotly rangemode for x and y axes #117

Closed charlesons closed 2 years ago

charlesons commented 2 years ago

Chart builder uses Plotly's autorange feature to set the upper and lower values shown on the X and Y axes. The behaviour of autorange can be modified using the rangemode property. In many cases it is desirable to plot a chart starting from zero rather than the lowest value in the available series.