Skip to content

Commit 3420294

Browse files
committed
Config - Update config
1 parent 3973dec commit 3420294

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/useConfig.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export function useConfig() {
147147

148148
return {
149149
show: true,
150+
position: 'right',
150151
buttons: {
151152
tooltip,
152153
pdf,
@@ -1156,6 +1157,7 @@ export function useConfig() {
11561157
rounded: true,
11571158
inactiveColor: COLOR_GREY_LIGHT,
11581159
activeColor: COLOR_BLUE,
1160+
sizeRatio: 0.9,
11591161
gradient: {
11601162
show: true,
11611163
shiftHueIntensity: 100
@@ -2335,6 +2337,7 @@ export function useConfig() {
23352337
showLegend: true,
23362338
showTooltip: true,
23372339
showUserOptions: true,
2340+
userOptionsPosition: 'right',
23382341
userOptionsButtons: {
23392342
tooltip: true,
23402343
pdf: true,

0 commit comments

Comments
 (0)