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 3973dec commit 3420294Copy full SHA for 3420294
src/useConfig.js
@@ -147,6 +147,7 @@ export function useConfig() {
147
148
return {
149
show: true,
150
+ position: 'right',
151
buttons: {
152
tooltip,
153
pdf,
@@ -1156,6 +1157,7 @@ export function useConfig() {
1156
1157
rounded: true,
1158
inactiveColor: COLOR_GREY_LIGHT,
1159
activeColor: COLOR_BLUE,
1160
+ sizeRatio: 0.9,
1161
gradient: {
1162
1163
shiftHueIntensity: 100
@@ -2335,6 +2337,7 @@ export function useConfig() {
2335
2337
showLegend: true,
2336
2338
showTooltip: true,
2339
showUserOptions: true,
2340
+ userOptionsPosition: 'right',
2341
userOptionsButtons: {
2342
tooltip: true,
2343
pdf: true,
0 commit comments