File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vue-data-ui" ,
33 "private" : false ,
4- "version" : " 1.9.47 " ,
4+ "version" : " 1.9.48 " ,
55 "type" : " module" ,
66 "description" : " A user-empowering data visualization Vue components library" ,
77 "keywords" : [
Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ defineExpose({
204204 </defs >
205205
206206 <text
207+ v-if =" barConfig.style.chart.dataLabel.show"
207208 :x =" svg.width / 2"
208209 :y =" svg.top - barConfig.style.chart.dataLabel.fontSize / 2"
209210 :font-size =" barConfig.style.chart.dataLabel.fontSize"
@@ -215,10 +216,10 @@ defineExpose({
215216 </text >
216217
217218 <!-- BOX SKELETON -->
218- <path :stroke-dasharray =" barConfig.style.chart.box.strokeDasharray" :d =" box.right" :stroke =" barConfig.style.chart.box.stroke" stroke-linejoin =" round" stroke-linecap =" round" fill =" none" />
219- <path :stroke-dasharray =" barConfig.style.chart.box.strokeDasharray" :d =" box.left" :stroke =" barConfig.style.chart.box.stroke" stroke-linejoin =" round" stroke-linecap =" round" fill =" none" />
220- <path :stroke-dasharray =" barConfig.style.chart.box.strokeDasharray" :d =" box.side" :stroke =" barConfig.style.chart.box.stroke" stroke-linejoin =" round" stroke-linecap =" round" fill =" none" />
221- <path :stroke-dasharray =" barConfig.style.chart.box.strokeDasharray" :d =" box.topSides" :stroke =" barConfig.style.chart.box.stroke" stroke-linejoin =" round" stroke-linecap =" round" fill =" none" />
219+ <path :stroke-dasharray =" barConfig.style.chart.box.strokeDasharray" :d =" box.right" :stroke =" barConfig.style.chart.box.stroke" :stroke-width = " barConfig.style.chart.box.strokeWidth " stroke-linejoin =" round" stroke-linecap =" round" fill =" none" />
220+ <path :stroke-dasharray =" barConfig.style.chart.box.strokeDasharray" :d =" box.left" :stroke =" barConfig.style.chart.box.stroke" :stroke-width = " barConfig.style.chart.box.strokeWidth " stroke-linejoin =" round" stroke-linecap =" round" fill =" none" />
221+ <path :stroke-dasharray =" barConfig.style.chart.box.strokeDasharray" :d =" box.side" :stroke =" barConfig.style.chart.box.stroke" :stroke-width = " barConfig.style.chart.box.strokeWidth " stroke-linejoin =" round" stroke-linecap =" round" fill =" none" />
222+ <path :stroke-dasharray =" barConfig.style.chart.box.strokeDasharray" :d =" box.topSides" :stroke =" barConfig.style.chart.box.stroke" :stroke-width = " barConfig.style.chart.box.strokeWidth " stroke-linejoin =" round" stroke-linecap =" round" fill =" none" />
222223
223224 <!-- FILL BOX -->
224225 <path :d =" fill.right" :stroke =" barConfig.style.chart.bar.stroke" :stroke-width =" barConfig.style.chart.bar.strokeWidth" stroke-linejoin =" round" stroke-linecap =" round" :fill =" `url(#gradient_right${uid})`" />
You can’t perform that action at this time.
0 commit comments