We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7e3aa commit 62f1fa0Copy full SHA for 62f1fa0
src/components/vue-ui-rings.vue
@@ -557,7 +557,7 @@ defineExpose({
557
'vue-ui-rings-blur': selectedSerie !== null && selectedSerie !== i,
558
}"
559
:style="`animation-delay:${i * 100}ms`"
560
- stroke="none"
+ :stroke="FINAL_CONFIG.style.chart.layout.rings.stroke"
561
:stroke-width="ring.strokeWidth < 0.5 ? 0.5 : ring.strokeWidth"
562
:cx="svg.width / 2"
563
:cy="i === 0 ? svg.height / 2 : svg.height / 2 + ((maxHeight * convertedDataset[0].proportion) / 2) - ((maxHeight * ring.proportion) / 2) - (2 * (i + 1))"
0 commit comments