File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-data-ui" ,
3
3
"private" : false ,
4
- "version" : " 2.3.78 " ,
4
+ "version" : " 2.3.79 " ,
5
5
"type" : " module" ,
6
6
"description" : " A user-empowering data visualization Vue 3 components library for eloquent data storytelling" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change @@ -679,8 +679,8 @@ defineExpose({
679
679
<defs >
680
680
<radialGradient :id =" `gradient_${uid}`" v-if =" FINAL_CONFIG.style.chart.useGradient" >
681
681
<stop offset =" 0%" :stop-color =" setOpacity(FINAL_CONFIG.style.chart.backgroundColor, 0)" stop-opacity =" 0" />
682
- <stop offset =" 60% " :stop-color =" setOpacity(FINAL_CONFIG.style.chart.backgroundColor , 0)" stop-opacity =" 0" />
683
- <stop offset =" 77% " :stop-color =" setOpacity('#FFFFFF', FINAL_CONFIG.style.chart.gradientIntensity)" />
682
+ <stop : offset =" `${ (1 - (donutThickness / minSize)) * 100}%` " :stop-color =" setOpacity('#FFFFFF' , 0)" stop-opacity =" 0" />
683
+ <stop : offset =" `${ (1 - (donutThickness / minSize / 2)) * 100}%` " :stop-color =" setOpacity('#FFFFFF', FINAL_CONFIG.style.chart.gradientIntensity)" />
684
684
<stop offset =" 100%" :stop-color =" setOpacity(FINAL_CONFIG.style.chart.backgroundColor, 0)" stop-opacity =" 0" />
685
685
</radialGradient >
686
686
</defs >
You can’t perform that action at this time.
0 commit comments