Skip to content

Commit 10550bb

Browse files
committed
update plot-schema
1 parent 9575eb3 commit 10550bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/plot-schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3642,9 +3642,9 @@
36423642
]
36433643
},
36443644
"texttemplate": {
3645-
"description": "Template string used for rendering the new shape's label. Note that this will override `text`. 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. ",
3645+
"description": "Template string used for rendering the new shape's label. Note that this will override `text`. Variables are inserted using %{variable}, for example \"x0: %{x0}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{x0:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. A single multiplication or division operation may be applied to the variable, and combined with d3 number formatting, for example \"Length in cm: %{x0*2.54}\", \"%{slope*60:.1f} meters per second.\" ",
36463646
"dflt": "",
3647-
"editType": "calc+arraydraw",
3647+
"editType": "none",
36483648
"valType": "string"
36493649
},
36503650
"xanchor": {
@@ -7299,9 +7299,9 @@
72997299
]
73007300
},
73017301
"texttemplate": {
7302-
"description": "Template string used for rendering the shape's label. Note that this will override `text`. 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. ",
7302+
"description": "Template string used for rendering the shape's label. Note that this will override `text`. Variables are inserted using %{variable}, for example \"x0: %{x0}\". Numbers are formatted using d3-format's syntax %{variable:d3-format}, for example \"Price: %{x0:$.2f}\". https://github.com/d3/d3-format/tree/v1.4.5#d3-format for details on the formatting syntax. A single multiplication or division operation may be applied to the variable, and combined with d3 number formatting, for example \"Length in cm: %{x0*2.54}\", \"%{slope*60:.1f} meters per second.\" ",
73037303
"dflt": "",
7304-
"editType": "calc+arraydraw",
7304+
"editType": "arraydraw",
73057305
"valType": "string"
73067306
},
73077307
"xanchor": {

0 commit comments

Comments
 (0)