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 24a6cba commit 312129aCopy full SHA for 312129a
src/useConfig.js
@@ -562,6 +562,11 @@ export function useConfig() {
562
area: {
563
useGradient: true,
564
opacity: 30
565
+ },
566
+ tag: {
567
+ followValue: true,
568
+ formatter: null,
569
+ fontSize: FONT._14
570
}
571
},
572
plot: {
@@ -578,6 +583,11 @@ export function useConfig() {
578
583
rounding: 0,
579
584
color: COLOR_BLACK,
580
585
formatter: null
586
587
588
589
590
581
591
582
592
593
table: {
0 commit comments