UNPKG

2.8 kBTypeScriptView Raw
1declare const _default: {
2 chart: {
3 padding: string[];
4 };
5 colors: string[];
6 shapes: {
7 line: string[];
8 point: string[];
9 area: string[];
10 interval: string[];
11 };
12 sizes: string[];
13 shape: {
14 line: {
15 default: {
16 lineWidth: string;
17 lineJoin: string;
18 lineCap: string;
19 };
20 smooth: {
21 smooth: boolean;
22 };
23 dash: {
24 lineDash: string[];
25 };
26 };
27 point: {
28 default: {
29 size: string;
30 };
31 hollowCircle: {
32 lineWidth: string;
33 };
34 };
35 area: {
36 default: {
37 fillOpacity: number;
38 };
39 };
40 interval: {
41 default: {};
42 };
43 };
44 axis: {
45 labelOffset: string;
46 line: {
47 stroke: string;
48 lineWidth: string;
49 };
50 symbol: {
51 fill: string;
52 radius: string;
53 };
54 tickLine: {
55 stroke: string;
56 };
57 label: {
58 fill: string;
59 fontSize: string;
60 };
61 grid: {
62 stroke: string;
63 lineWidth: string;
64 lineDash: string[];
65 };
66 };
67 guide: {
68 line: {
69 style: {
70 stroke: string;
71 lineWidth: number;
72 };
73 offsetX: number;
74 offsetY: number;
75 };
76 text: {
77 style: {
78 fill: string;
79 textBaseline: string;
80 };
81 offsetX: number;
82 offsetY: number;
83 };
84 rect: {
85 style: {
86 fill: string;
87 };
88 };
89 arc: {
90 style: {
91 stroke: string;
92 };
93 };
94 html: {
95 offsetX: number;
96 offsetY: number;
97 alignX: string;
98 alignY: string;
99 };
100 tag: {
101 offsetX: number;
102 offsetY: number;
103 side: number;
104 background: {
105 padding: number;
106 radius: number;
107 fill: string;
108 };
109 textStyle: {
110 fontSize: number;
111 fill: string;
112 textAlign: string;
113 textBaseline: string;
114 };
115 };
116 point: {
117 offsetX: number;
118 offsetY: number;
119 style: {
120 fill: string;
121 r: number;
122 lineWidth: number;
123 stroke: string;
124 };
125 };
126 };
127};
128export default _default;