Skip to content

Commit 86ec5ed

Browse files
committed
Config - Add showTimeLabel atr on VueUiXy and VueUiStackbar configs
1 parent 807f6e5 commit 86ec5ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/useConfig.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ export function useConfig() {
266266
showValue: true,
267267
showPercentage: true,
268268
roundingValue: 0,
269-
roundingPercentage: 0
269+
roundingPercentage: 0,
270+
showTimeLabel: true
270271
},
271272
highlighter: {
272273
color: COLOR_BLACK,
@@ -485,6 +486,7 @@ export function useConfig() {
485486
},
486487
tooltip: {
487488
...TOOLTIP,
489+
showTimeLabel: true,
488490
showValue: true,
489491
showPercentage: true,
490492
roundingValue: 0,

0 commit comments

Comments
 (0)