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
+10-10
Original file line number
Diff line number
Diff line change
@@ -2756,6 +2756,16 @@
2756
2756
"min": 0,
2757
2757
"valType": "number"
2758
2758
},
2759
+
"entrywidthmode": {
2760
+
"description": "Determines what entrywidth means.",
2761
+
"dflt": "pixels",
2762
+
"editType": "legend",
2763
+
"valType": "enumerated",
2764
+
"values": [
2765
+
"fraction",
2766
+
"pixels"
2767
+
]
2768
+
},
2759
2769
"font": {
2760
2770
"color": {
2761
2771
"editType": "legend",
@@ -2934,16 +2944,6 @@
2934
2944
"bottom"
2935
2945
]
2936
2946
},
2937
-
"widthmode": {
2938
-
"description": "Determines what entrywidth means.",
2939
-
"dflt": "pixels",
2940
-
"editType": "legend",
2941
-
"valType": "enumerated",
2942
-
"values": [
2943
-
"fraction",
2944
-
"pixels"
2945
-
]
2946
-
},
2947
2947
"x": {
2948
2948
"description": "Sets the x position (in normalized coordinates) of the legend. Defaults to *1.02* for vertical legends and defaults to *0* for horizontal legends.",
0 commit comments