Skip to content

Commit ebd95b6

Browse files
committed
Config - Add scaleMin and scaleMax config attributes in VueUiXyConfig
1 parent 5cf82b3 commit ebd95b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/useConfig.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,9 @@ export function useConfig() {
416416
stacked: false,
417417
gap: 12,
418418
labelWidth: 40,
419-
formatter: null
419+
formatter: null,
420+
scaleMin: null, // Overrides auto scaling
421+
scaleMax: null, // idem
420422
},
421423
xAxisLabels: {
422424
color: COLOR_BLACK,

0 commit comments

Comments
 (0)