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 3123b73 commit 965b5c3Copy full SHA for 965b5c3
lib/node_modules/@stdlib/plot/components/svg/axis/lib/defaults.json
@@ -1,13 +1,13 @@
1
{
2
- "scale": null,
3
- "label": "",
4
- "ticks": null,
5
- "numTicks": null,
6
- "tickFormat": null,
7
- "tickSize": 6,
8
- "innerTickSize": 6,
9
- "outerTickSize": 6,
10
- "tickPadding": 3,
11
- "orientation": "bottom",
12
- "autoRender": false
+ "scale": null,
+ "label": "",
+ "ticks": null,
+ "numTicks": null,
+ "tickFormat": null,
+ "tickSize": 6,
+ "innerTickSize": 6,
+ "outerTickSize": 6,
+ "tickPadding": 3,
+ "orientation": "bottom",
+ "autoRender": false
13
}
0 commit comments