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 11{
22 "name" : " vue-data-ui" ,
33 "private" : false ,
4- "version" : " 2.3.78 " ,
4+ "version" : " 2.3.79 " ,
55 "type" : " module" ,
66 "description" : " A user-empowering data visualization Vue 3 components library for eloquent data storytelling" ,
77 "keywords" : [
Original file line number Diff line number Diff line change @@ -679,8 +679,8 @@ defineExpose({
679679 <defs >
680680 <radialGradient :id =" `gradient_${uid}`" v-if =" FINAL_CONFIG.style.chart.useGradient" >
681681 <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)" />
684684 <stop offset =" 100%" :stop-color =" setOpacity(FINAL_CONFIG.style.chart.backgroundColor, 0)" stop-opacity =" 0" />
685685 </radialGradient >
686686 </defs >
You can’t perform that action at this time.
0 commit comments