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-interaction.d.ts
10 lines
(9 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** *
@author
CK *
@date
2019
/
1
/
17
*
@Description
: 交互机制 */ export declare
class
F2Interaction
{ option: any[]; setChartInteraction(chart: any): void; }