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
+42
Original file line number
Diff line number
Diff line change
@@ -2494,6 +2494,27 @@
2494
2494
"valType": "number"
2495
2495
}
2496
2496
},
2497
+
"grouptitlefont": {
2498
+
"color": {
2499
+
"editType": "none",
2500
+
"valType": "color"
2501
+
},
2502
+
"description": "Sets the font for group titles in hover (unified modes). Defaults to `hoverlabel.font`.",
2503
+
"editType": "none",
2504
+
"family": {
2505
+
"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*.",
2506
+
"editType": "none",
2507
+
"noBlank": true,
2508
+
"strict": true,
2509
+
"valType": "string"
2510
+
},
2511
+
"role": "object",
2512
+
"size": {
2513
+
"editType": "none",
2514
+
"min": 1,
2515
+
"valType": "number"
2516
+
}
2517
+
},
2497
2518
"namelength": {
2498
2519
"description": "Sets the default length (in number of characters) of the trace name in the hover labels for all traces. -1 shows the whole name regardless of length. 0-3 shows the first 0-3 characters, and an integer >3 will show the whole name if it is less than that many characters, but if it is longer, will truncate to `namelength - 3` characters and add an ellipsis.",
2499
2520
"dflt": 15,
@@ -2693,6 +2714,27 @@
2693
2714
"togglegroup"
2694
2715
]
2695
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
+
},
2696
2738
"itemclick": {
2697
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.",
0 commit comments