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 e75100e commit 8d0c508Copy full SHA for 8d0c508
src/useConfig.js
@@ -3446,6 +3446,7 @@ export function useConfig() {
3446
useCssAnimation: true,
3447
animationDelayMs: 20,
3448
userOptions: USER_OPTIONS({
3449
+ tooltip: true,
3450
pdf: true,
3451
csv: true,
3452
img: true,
@@ -3457,7 +3458,7 @@ export function useConfig() {
3457
3458
chart: {
3459
backgroundColor: COLOR_WHITE,
3460
color: COLOR_BLACK,
- height: 300,
3461
+ height: 512,
3462
width: 512,
3463
zoom: {
3464
show: false,
@@ -3475,6 +3476,10 @@ export function useConfig() {
3475
3476
usePalette: true
3477
},
3478
title: TITLE,
3479
+ tooltip: {
3480
+ ...TOOLTIP,
3481
+ roundingValue: 0,
3482
+ },
3483
}
3484
3485
table: {
0 commit comments