You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/plot-schema.json
+7
Original file line number
Diff line number
Diff line change
@@ -2848,6 +2848,13 @@
2848
2848
"valType": "number"
2849
2849
}
2850
2850
},
2851
+
"indentation": {
2852
+
"description": "Sets the indentation (in px) of the legend entries.",
2853
+
"dflt": 0,
2854
+
"editType": "legend",
2855
+
"min": -15,
2856
+
"valType": "number"
2857
+
},
2851
2858
"itemclick": {
2852
2859
"description": "Determines the behavior on legend item click. *toggle* toggles the visibility of the item clicked on the graph. *toggleothers* makes the clicked item the sole visible item on the graph. *false* disables legend item click interactions.",
0 commit comments