Skip to content

Commit 62f1fa0

Browse files
committed
Improvement - VueUiRings - Added optional ring borders
1 parent 3c7e3aa commit 62f1fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-ui-rings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ defineExpose({
557557
'vue-ui-rings-blur': selectedSerie !== null && selectedSerie !== i,
558558
}"
559559
:style="`animation-delay:${i * 100}ms`"
560-
stroke="none"
560+
:stroke="FINAL_CONFIG.style.chart.layout.rings.stroke"
561561
:stroke-width="ring.strokeWidth < 0.5 ? 0.5 : ring.strokeWidth"
562562
:cx="svg.width / 2"
563563
:cy="i === 0 ? svg.height / 2 : svg.height / 2 + ((maxHeight * convertedDataset[0].proportion) / 2) - ((maxHeight * ring.proportion) / 2) - (2 * (i + 1))"

0 commit comments

Comments
 (0)