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 19c7b9a commit 2c9d727Copy full SHA for 2c9d727
src/useConfig.js
@@ -1122,11 +1122,15 @@ export function useConfig() {
1122
gradientIntensity: 20
1123
},
1124
markers: {
1125
+ show: true,
1126
color: COLOR_BLACK,
1127
bold: true,
1128
fontSizeRatio: 1,
1129
offsetY: 0,
- roundingValue: 0
1130
+ roundingValue: 0,
1131
+ formatter: null,
1132
+ prefix: '',
1133
+ suffix: '',
1134
1135
pointer: {
1136
type: 'pointy',
@@ -1144,6 +1148,7 @@ export function useConfig() {
1144
1148
}
1145
1149
1146
1150
legend: {
1151
1147
1152
fontSize: FONT._48,
1153
prefix: '',
1154
suffix: '',
0 commit comments