UNPKG
@antv/f6-plugin
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
F6 plugin
github.com/antvis/F6
antvis/F6
@antv/f6-plugin
/
es
/
tooltip
/
html.js
7 lines
(6 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
default
function
getHtml
(
content
) {
if
(content ===
void
0
) { content =
''
; }
return
"\n <root> \n "
+ content +
"\n </root>"
; }