From 2f3cd179ca143d589609376a66359fa627d1982a Mon Sep 17 00:00:00 2001 From: DivyanshuVorrtex Date: Tue, 9 Dec 2025 06:12:39 +0000 Subject: [PATCH] lib/node_modules/@stdlib/plot/components/svg/rug/lib/defaults.json --- .../plot/components/svg/rug/lib/defaults.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/node_modules/@stdlib/plot/components/svg/rug/lib/defaults.json b/lib/node_modules/@stdlib/plot/components/svg/rug/lib/defaults.json index be3c01de77d8..c2ac51cf2468 100644 --- a/lib/node_modules/@stdlib/plot/components/svg/rug/lib/defaults.json +++ b/lib/node_modules/@stdlib/plot/components/svg/rug/lib/defaults.json @@ -1,11 +1,11 @@ { - "autoRender": false, - "color": "#aaa", - "data": [], - "isDefined": null, - "label": "", - "opacity": 0.9, - "orientation": "bottom", - "scale": null, - "size": 6 + "autoRender": false, + "color": "#aaa", + "data": [], + "isDefined": null, + "label": "", + "opacity": 0.9, + "orientation": "bottom", + "scale": null, + "size": 6 }