We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807f6e5 commit 86ec5edCopy full SHA for 86ec5ed
src/useConfig.js
@@ -266,7 +266,8 @@ export function useConfig() {
266
showValue: true,
267
showPercentage: true,
268
roundingValue: 0,
269
- roundingPercentage: 0
+ roundingPercentage: 0,
270
+ showTimeLabel: true
271
},
272
highlighter: {
273
color: COLOR_BLACK,
@@ -485,6 +486,7 @@ export function useConfig() {
485
486
487
tooltip: {
488
...TOOLTIP,
489
+ showTimeLabel: true,
490
491
492
0 commit comments