Skip to content

Commit e860216

Browse files
committed
Config - Update VueUiStackbar config
1 parent d511073 commit e860216

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
@@ -281,7 +281,9 @@ export function useConfig() {
281281
},
282282
grid: {
283283
scale: {
284-
ticks: 10
284+
ticks: 10,
285+
scaleMin: null, // Force min scale (defaults to dataset's min)
286+
scaleMax: null, // Force max scale (defaults to dataset's max)
285287
},
286288
x: {
287289
showAxis: true,

0 commit comments

Comments
 (0)