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 1659666 commit 8ea52e5Copy full SHA for 8ea52e5
src/components/vue-ui-quick-chart.vue
@@ -961,14 +961,6 @@ defineExpose({
961
/>
962
</template>
963
</g>
964
-
965
- <circle
966
- class="donut-hollow"
967
- :cx="(FINAL_CONFIG.width || defaultSizes.width) / 2"
968
- :cy="(FINAL_CONFIG.height || defaultSizes.height) /2"
969
- :r="(FINAL_CONFIG.height || defaultSizes.height) * FINAL_CONFIG.donutRadiusRatio"
970
- :fill="FINAL_CONFIG.backgroundColor"
971
- />
972
973
<circle
974
:cx="donut.cx"
@@ -1003,6 +995,8 @@ defineExpose({
1003
995
:cx="calcMarkerOffsetX(arc).x"
1004
996
:cy="calcMarkerOffsetY(arc) - 3.7"
1005
997
:fill="arc.color"
998
+ :stroke="FINAL_CONFIG.backgroundColor"
999
+ :stroke-width="1"
1006
1000
:r="3"
1007
1001
:filter="getBlurFilter(arc.id)"
1008
1002
0 commit comments