Skip to content

Commit f988ab8

Browse files
committed
VueUiQuickChart fixed config issue with heigth & width null defaults
1 parent dc097bc commit f988ab8

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

package-lock.json

Lines changed: 2 additions & 3 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.4",
4+
"version": "2.1.5",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/default_configs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3674,7 +3674,7 @@
36743674
"donutTotalLabelOffsetY": 0,
36753675
"donutTotalLabelText": "Total",
36763676
"fontFamily": "inherit",
3677-
"height": null,
3677+
"height": 338,
36783678
"legendFontSize": 12,
36793679
"legendIcon": "circleFill",
36803680
"legendIconSize": 12,
@@ -3693,7 +3693,7 @@
36933693
"useCustomLegend": false,
36943694
"valuePrefix": "",
36953695
"valueSuffix": "",
3696-
"width": null,
3696+
"width": 512,
36973697
"xyAxisStroke": "#CCCCCC",
36983698
"xyAxisStrokeWidth": 1,
36993699
"xyGridStroke": "#e1e5e8",

0 commit comments

Comments
 (0)