Hey,
does anyone know if it’s possible to make a gauge chart with a full circle using Plotly.js? I’ve tried looking into the documentation but couldn’t find anything.
It would be something like that:
Here’s my example:
Hey,
does anyone know if it’s possible to make a gauge chart with a full circle using Plotly.js? I’ve tried looking into the documentation but couldn’t find anything.
It would be something like that:
Here’s my example:
Hey amanda
See here:
In the bottom. Donut Chart
I don’t think it is possible via gauge
API.
But one could use pie
or sunburst
to make a similar graph.