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.1.48 " ,
4+ "version" : " 2.1.49 " ,
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 @@ -482,8 +482,8 @@ defineExpose({
482482 <text
483483 v-for =" (tick, i) in scale.ticks"
484484 :x =" drawingArea.left + (i * (drawingArea.width / (scale.ticks.length - 1)))"
485- :y =" drawingArea.bottom + dumbConfig.style.chart.labels.yAxisLabels .fontSize + dumbConfig.style.chart.labels.xAxisLabels.offsetY"
486- :font-size =" dumbConfig.style.chart.labels.yAxisLabels .fontSize"
485+ :y =" drawingArea.bottom + dumbConfig.style.chart.labels.xAxisLabels .fontSize + dumbConfig.style.chart.labels.xAxisLabels.offsetY"
486+ :font-size =" dumbConfig.style.chart.labels.xAxisLabels .fontSize"
487487 :fill =" dumbConfig.style.chart.labels.xAxisLabels.color"
488488 :font-weight =" dumbConfig.style.chart.labels.xAxisLabels.bold ? 'bold': 'normal'"
489489 text-anchor =" middle"
You can’t perform that action at this time.
0 commit comments