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
/
lib
/
tooltip
/
css.js
14 lines
(11 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
appendCss
= appendCss;
function
appendCss
(
cssString
) {
if
(cssString ===
void
0
) { cssString =
''
; }
return
"\n text {\n opacity: 1\n }\n "
+ cssString +
"\n "
; }