UNPKG
ngx-antv-f2
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Functional Antvis/F2 wrapper for Angular.
github.com/CK110/ngx-antv-f2
CK110/ngx-antv-f2
ngx-antv-f2
/
lib
/
basic
/
f2-tooltip.d.ts
19 lines
(18 loc)
•
315 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/** *
@author
CK *
@date
2019/1/13 *
@Description
: * 1.chart.tooltip(false); * 2.chart.tooltip({...}); */
export
declare
class
F2Tooltip
{
/** * chart.tooltip(false) */
disabled:
boolean
;
/** * chart.tooltip({...}) */
config: any;
setChartTooltip
(
chart
: any): any; }