8000 allow new tags in hover · plotly/plotly.js@1ca98ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ca98ee

Browse files
committed
allow new tags in hover
1 parent 064d977 commit 1ca98ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/fx/hover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2273,7 +2273,7 @@ function spikesChanged(gd, oldspikepoints) {
22732273
function plainText(s, len) {
22742274
return svgTextUtils.plainText(s || '', {
22752275
len: len,
2276-
allowedTags: ['br', 'sub', 'sup', 'b', 'i', 'em']
2276+
allowedTags: ['br', 'sub', 'sup', 'b', 'i', 'em', 's', 'u']
22772277
});
22782278
}
22792279

0 commit comments

Comments
 (0)
0