8000 update annotations text description · plotly/plotly.js@064d977 · GitHub
[go: up one dir, main page]

Skip to content

Commit 064d977

Browse files
committed
update annotations text description
1 parent f5c26ab commit 064d977

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/annotations/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = templatedArray('annotation', {
5050
'Sets the text associated with this annotation.',
5151
'Plotly uses a subset of HTML tags to do things like',
5252
'newline (<br>), bold (<b></b>), italics (<i></i>),',
53-
'hyperlinks (<a href=\'...\'></a>). Tags <em>, <sup>, <sub>',
53+
'hyperlinks (<a href=\'...\'></a>). Tags <em>, <sup>, <sub>, <s>, <u>',
5454
'<span> are also supported.'
5555
].join(' ')
5656
},

test/plot-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@
11181118
"valType": "string"
11191119
},
11201120
"text": {
1121-
"description": "Sets the text associated with this annotation. Plotly uses a subset of HTML tags to do things like newline (<br>), bold (<b></b>), italics (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub> <span> are also supported.",
1121+
"description": "Sets the text associated with this annotation. Plotly uses a subset of HTML tags to do things like newline (<br>), bold (<b></b>), italics (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub>, <s>, <u> <span> are also supported.",
11221122
"editType": "calc+arraydraw",
11231123
"valType": "string"
11241124
},
@@ -6656,7 +6656,7 @@
66566656
"valType": "string"
66576657
},
66586658
"text": {
6659-
"description": "Sets the text associated with this annotation. Plotly uses a subset of HTML tags to do things like newline (<br>), bold (<b></b>), italics (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub> <span> are also supported.",
6659+
"description": "Sets the text associated with this annotation. Plotly uses a subset of HTML tags to do things like newline (<br>), bold (<b></b>), italics (<i></i>), hyperlinks (<a href='...'></a>). Tags <em>, <sup>, <sub>, <s>, <u> <span> are also supported.",
66606660
"editType": "calc",
66616661
"valType": "string"
66626662
},

0 commit comments

Comments
 (0)
0