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
- Add `entrywidth` and `entrywidthmode` to legend [[#6202](https://github.com/plotly/plotly.js/pull/6202), [#6324](https://github.com/plotly/plotly.js/pull/6324)]
Copy file name to clipboardexpand all lines: test/plot-schema.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -2756,7 +2756,7 @@
2756
2756
},
2757
2757
"editType": "legend",
2758
2758
"entrywidth": {
2759
-
"description": "Sets the width (in px or fraction) of the legend.",
2759
+
"description": "Sets the width (in px or fraction) of the legend. Use 0 to size the entry based on the text width, when `entrywidthmode` is set to *pixels*.",
0 commit comments