Skip to content

Commit cd3042f

Browse files
committed
v2.1.53
1 parent 6b1f5f8 commit cd3042f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.1.52",
4+
"version": "2.1.53",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [

src/App.vue

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ const dataset2 = ref([
123123
color: "rgb(255,100,0)",
124124
shape: "star",
125125
smooth: true,
126+
useArea: true,
126127
scaleLabel: "label test"
127128
},
128129
{
@@ -2688,6 +2689,10 @@ const xyConfig = ref({
26882689
chart: {
26892690
grid: {
26902691
labels: {
2692+
axis: {
2693+
yLabel: 'Y LABEL TEST',
2694+
xLabel: 'X LABEL TEST'
2695+
},
26912696
yAxis: {
26922697
useIndividualScale: true
26932698
},

0 commit comments

Comments
 (0)