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 d511073 commit e860216Copy full SHA for e860216
src/useConfig.js
@@ -281,7 +281,9 @@ export function useConfig() {
281
},
282
grid: {
283
scale: {
284
- ticks: 10
+ ticks: 10,
285
+ scaleMin: null, // Force min scale (defaults to dataset's min)
286
+ scaleMax: null, // Force max scale (defaults to dataset's max)
287
288
x: {
289
showAxis: true,
0 commit comments