@@ -85,8 +85,10 @@ const model = ref([
8585 { key: ' style.fontFamily' , def: ' inherit' , type: ' text' , label: " fontFamily" , category: ' general' },
8686 { key: ' style.chart.useGradient' , def: true , type: ' checkbox' , label: ' useGradient' , category: ' general' },
8787 { key: ' style.chart.gradientIntensity' , def: 40 , min: 0 , max: 100 , type: ' range' , label: ' gradientIntensity' , category: ' general' },
88- { key: ' style.chart.backgroundColor' , def: ' #FFFFFF ' , type: ' color' , label: ' backgroundColor' , category: ' general' },
88+ { key: ' style.chart.backgroundColor' , def: ' transparent ' , type: ' color' , label: ' backgroundColor' , category: ' general' },
8989 { key: ' style.chart.color' , def: ' #1A1A1A' , type: ' color' , label: ' textColor' , category: ' general' },
90+
91+ { key: ' style.chart.layout.curvedMarkers' , def: true , type: ' checkbox' },
9092 { key: ' style.chart.layout.labels.dataLabels.show' , def: true , type: ' checkbox' , label: ' show' , category: ' labels' },
9193 { key: ' style.chart.layout.labels.dataLabels.hideUnderValue' , def: 3 , type: ' number' , min: 0 , max: 100 , label: ' hideUnderValue' , category: ' labels' },
9294 { key: ' style.chart.layout.labels.dataLabels.useLabelSlots' , def: false , type: ' checkbox' },
@@ -127,9 +129,9 @@ const model = ref([
127129 { key: ' style.chart.layout.labels.hollow.average.value.suffix' , def: ' ' , type: ' text' , label: [' hollow' , ' average' , ' value' , ' is' , ' suffix' ], category: ' labels' },
128130 { key: ' style.chart.layout.labels.hollow.average.value.offsetY' , def: 0 , type: ' number' , min: - 100 , max: 100 , label: [' hollow' , ' average' , ' value' , ' is' , ' offsetY' ], category: ' labels' },
129131 { key: ' style.chart.layout.labels.hollow.average.value.rounding' , def: 0 , type: ' number' , min: 0 , max: 6 , label: [' hollow' , ' average' , ' value' , ' is' , ' rounding' ], category: ' labels' },
130- { key: ' style.chart.layout.donut.strokeWidth' , def: 55 , type: ' range' , min: 3 , max: 130 , label: ' thickness' , category: ' donut' },
132+ { key: ' style.chart.layout.donut.strokeWidth' , def: 6 , type: ' range' , min: 3 , max: 130 , label: ' thickness' , category: ' donut' },
131133 { key: ' style.chart.layout.donut.borderWidth' , def: 1 , type: ' range' , min: 0 , max: 36 , label: [' border' , ' is' , ' thickness' ], category: ' donut' },
132- { key: ' style.chart.layout.donut.useShadow' , def: true , type: ' checkbox' },
134+ { key: ' style.chart.layout.donut.useShadow' , def: false , type: ' checkbox' },
133135 { key: ' style.chart.layout.donut.shadowColor' , def: ' #1A1A1A' , type: ' color' },
134136 { key: ' style.chart.legend.show' , def: true , type: ' checkbox' , label: ' show' , category: ' legend' },
135137 { key: ' style.chart.legend.backgroundColor' , def: ' #FFFFFF20' , type: ' color' , label: ' backgroundColor' , category: ' legend' },
@@ -339,9 +341,9 @@ function toggleLabels() {
339341 responsive: true
340342 }" >
341343
342- <template #chart-background >
344+ <!-- < template #chart-background>
343345 <div style="width: 100%; height: 100%; background: radial-gradient(at top left, red, white)"/>
344- </template >
346+ </template> -->
345347
346348 <template #plot-comment =" { plot } " >
347349 <div :style =" `text-align:${plot.textAlign};font-size: 10px; padding: 6px;`" >
0 commit comments