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
+21-21
Original file line number
Diff line number
Diff line change
@@ -2714,6 +2714,27 @@
2714
2714
"togglegroup"
2715
2715
]
2716
2716
},
2717
+
"grouptitlefont": {
2718
+
"color": {
2719
+
"editType": "legend",
2720
+
"valType": "color"
2721
+
},
2722
+
"description": "Sets the font for group titles in legend. Defaults to `legend.font` with its size increased about 10%.",
2723
+
"editType": "legend",
2724
+
"family": {
2725
+
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
2726
+
"editType": "legend",
2727
+
"noBlank": true,
2728
+
"strict": true,
2729
+
"valType": "string"
2730
+
},
2731
+
"role": "object",
2732
+
"size": {
2733
+
"editType": "legend",
2734
+
"min": 1,
2735
+
"valType": "number"
2736
+
}
2737
+
},
2717
2738
"itemclick": {
2718
2739
"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.",
2719
2740
"dflt": "toggle",
@@ -2878,27 +2899,6 @@
2878
2899
]
2879
2900
}
2880
2901
},
2881
-
"legendgrouptitlefont": {
2882
-
"color": {
2883
-
"editType": "legend",
2884
-
"valType": "color"
2885
-
},
2886
-
"description": "Sets the font for group titles in legend. Defaults to `legend.font` with its size increased about 10%.",
2887
-
"editType": "legend",
2888
-
"family": {
2889
-
"description": "HTML font family - the typeface that will be applied by the web browser. The web browser will only be able to apply a font if it is available on the system which it operates. Provide multiple font families, separated by commas, to indicate the preference in which to apply fonts if they aren't available on the system. The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server, where only a select number of fonts are installed and supported. These include *Arial*, *Balto*, *Courier New*, *Droid Sans*,, *Droid Serif*, *Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*, *PT Sans Narrow*, *Raleway*, *Times New Roman*.",
0 commit comments