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
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26630,11 +26630,63 @@
26630
26630
"editType": "calc",
26631
26631
"valType": "data_array"
26632
26632
},
26633
+
"textfont": {
26634
+
"arrayOk": false,
26635
+
"color": {
26636
+
"arrayOk": true,
26637
+
"editType": "style",
26638
+
"valType": "color"
26639
+
},
26640
+
"colorsrc": {
26641
+
"description": "Sets the source reference on Chart Studio Cloud for `color`.",
26642
+
"editType": "none",
26643
+
"valType": "string"
26644
+
},
26645
+
"description": "Sets the text font.",
26646
+
"editType": "calc",
26647
+
"family": {
26648
+
"arrayOk": true,
26649
+
"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*.",
26650
+
"editType": "calc",
26651
+
"noBlank": true,
26652
+
"strict": true,
26653
+
"valType": "string"
26654
+
},
26655
+
"familysrc": {
26656
+
"description": "Sets the source reference on Chart Studio Cloud for `family`.",
26657
+
"editType": "none",
26658
+
"valType": "string"
26659
+
},
26660
+
"role": "object",
26661
+
"size": {
26662
+
"arrayOk": true,
26663
+
"editType": "calc",
26664
+
"min": 1,
26665
+
"valType": "number"
26666
+
},
26667
+
"sizesrc": {
26668
+
"description": "Sets the source reference on Chart Studio Cloud for `size`.",
26669
+
"editType": "none",
26670
+
"valType": "string"
26671
+
}
26672
+
},
26633
26673
"textsrc": {
26634
26674
"description": "Sets the source reference on Chart Studio Cloud for `text`.",
26635
26675
"editType": "none",
26636
26676
"valType": "string"
26637
26677
},
26678
+
"texttemplate": {
26679
+
"arrayOk": true,
26680
+
"description": "Template string used for rendering the information text that appear on points. Note that this will override `textinfo`. Variables are inserted using %{variable}, for example \"y: %{y}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{y:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. Dates are formatted using d3-time-format's syntax %{variable|d3-time-format}, for example \"Day: %{2019-01-01|%A}\". https://github.com/d3/d3-time-format/tree/v2.2.3#locale_format for details on the date formatting syntax. Every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available. variables `x`, `y`, `z` and `text`.",
26681
+
"dflt": "",
26682
+
"editType": "plot",
26683
+
"valType": "string"
26684
+
},
26685
+
"texttemplatesrc": {
26686
+
"description": "Sets the source reference on Chart Studio Cloud for `texttemplate`.",
0 commit comments