Skip to content

Commit 08cb098

Browse files
Commit schema
1 parent 10d9d8e commit 08cb098

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: test/plot-schema.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -2756,6 +2756,16 @@
27562756
"min": 0,
27572757
"valType": "number"
27582758
},
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+
},
27592769
"font": {
27602770
"color": {
27612771
"editType": "legend",
@@ -2934,16 +2944,6 @@
29342944
"bottom"
29352945
]
29362946
},
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-
},
29472947
"x": {
29482948
"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.",
29492949
"editType": "legend",

0 commit comments

Comments
 (0)