Skip to content

Commit 3cfe2d6

Browse files
committed
Config - VueUiScatter - Set empty default values for axis names
1 parent 748c8eb commit 3cfe2d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/useConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ export function useConfig() {
21792179
},
21802180
dataLabels: {
21812181
xAxis: {
2182-
name: 'xAxis',
2182+
name: '',
21832183
show: true,
21842184
fontSize: FONT._10,
21852185
color: COLOR_BLACK,
@@ -2189,7 +2189,7 @@ export function useConfig() {
21892189
roundingValue: 0
21902190
},
21912191
yAxis: {
2192-
name: 'yAxis',
2192+
name: '',
21932193
show: true,
21942194
fontSize: FONT._10,
21952195
color: COLOR_BLACK,

0 commit comments

Comments
 (0)