VueUiGauge
Add new config option to:
- display an arc following the proportion of the rating:
config.style.chart.layout.indicatorArc.show: boolean; // default: false
config.style.chart.layout.indicatorArc.radius: number; // default: 123
config.style.chart.layout.indicatorArc.fill: string; // default: "#E1E5E8"
- hide / show the gauge pointer:
config.style.chart.layout.pointer.show: boolean; // default: true
This is a non breaking change.
This combination of options allows for even more customization.
Try it out on the docs website
More examples will be added soon in the examples page