diff --git a/lib/node_modules/@stdlib/plot/components/svg/axis/lib/defaults.json b/lib/node_modules/@stdlib/plot/components/svg/axis/lib/defaults.json index cf038cd02d53..2086147939f6 100644 --- a/lib/node_modules/@stdlib/plot/components/svg/axis/lib/defaults.json +++ b/lib/node_modules/@stdlib/plot/components/svg/axis/lib/defaults.json @@ -1,13 +1,13 @@ { - "scale": null, - "label": "", - "ticks": null, - "numTicks": null, - "tickFormat": null, - "tickSize": 6, - "innerTickSize": 6, - "outerTickSize": 6, - "tickPadding": 3, - "orientation": "bottom", - "autoRender": false + "scale": null, + "label": "", + "ticks": null, + "numTicks": null, + "tickFormat": null, + "tickSize": 6, + "innerTickSize": 6, + "outerTickSize": 6, + "tickPadding": 3, + "orientation": "bottom", + "autoRender": false }