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-axis.d.ts
18 lines
(17 loc)
•
317 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** *
@author
CK *
@date
2019/1/13 *
@Description
: 配置坐标轴 */
export
declare
class
F2Axis
{
/** * chart.axis(false) */
disabled:
boolean
;
/** * chart.axis(field, false) * chart.axis(field, config) */
option: [
string
,
object
];
setChartAxis
(
chart
: any):
void
; }