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-animate.d.ts
20 lines
(19 loc)
•
354 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/** *
@author
CK *
@date
2019/1/17 *
@Description
: */
export
declare
class
F2Animate
{
/** * 关闭图表动画 * chart.animate(false) */
disabled:
boolean
;
/** * 对 chart 上的图形元素进行具体的动画配置 * * chart.animate(cfg) */
config: any;
setChartAnimate
(
chart
: any):
void
; }