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-guide.d.ts
14 lines
(13 loc)
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** *
@author
CK *
@date
2019/1/17 *
@Description
: 绘制图表的辅助元素 */
export
declare
class
F2Guide
{
/** * line,text,point,tag,rect,html,arc,regionFilter */
type:
string
; config: any;
setChartGuide
(
chart
: any):
void
; }