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 1
1
{
2
2
"name" : " vue-data-ui" ,
3
3
"private" : false ,
4
- "version" : " 1.9.47 " ,
4
+ "version" : " 1.9.48 " ,
5
5
"type" : " module" ,
6
6
"description" : " A user-empowering data visualization Vue components library" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ defineExpose({
204
204
</defs >
205
205
206
206
<text
207
+ v-if =" barConfig.style.chart.dataLabel.show"
207
208
:x =" svg.width / 2"
208
209
:y =" svg.top - barConfig.style.chart.dataLabel.fontSize / 2"
209
210
:font-size =" barConfig.style.chart.dataLabel.fontSize"
@@ -215,10 +216,10 @@ defineExpose({
215
216
</text >
216
217
217
218
<!-- 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" />
222
223
223
224
<!-- FILL BOX -->
224
225
<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