@topdatasec/report 1.0.9 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +218 -0
- package/lib/index.d.ts +5 -8
- package/{es/bar/Bar.d.ts → lib/report/components/Bar.vue.d.ts} +2 -2
- package/{es/pie/Pie.d.ts → lib/report/components/Line.vue.d.ts} +2 -2
- package/{es/table/Table.d.ts → lib/report/components/Pie.vue.d.ts} +2 -2
- package/{es/time/Time.d.ts → lib/report/components/RangeTime.vue.d.ts} +3 -3
- package/lib/report/components/Report.vue.d.ts +18 -0
- package/{es/line/Line.d.ts → lib/report/components/ReportChart.vue.d.ts} +2 -2
- package/lib/report/components/ReportDescribe.vue.d.ts +5 -0
- package/{es/select/Select.d.ts → lib/report/components/ReportSelect.vue.d.ts} +3 -3
- package/lib/report/components/ReportTable.vue.d.ts +5 -0
- package/lib/report/components/ReportText.vue.d.ts +5 -0
- package/lib/report/components/SettingTable.vue.d.ts +2 -0
- package/lib/report/components/editor/components/Setting.vue.d.ts +2 -0
- package/lib/report/components/editor/index.vue.d.ts +24 -0
- package/{es/settingFilter/settingFilter.d.ts → lib/report/components/preview/Catalogue.vue.d.ts} +5 -3
- package/lib/report/components/preview/index.vue.d.ts +24 -0
- package/lib/report/index.d.ts +5 -8
- package/lib/report/index.vue.d.ts +2 -0
- package/lib/stores/interface/index.d.ts +1 -0
- package/lib/stores/modules/report.d.ts +10 -9
- package/lib/style.css +1 -0
- package/lib/tds-report-ui.es.js +26431 -0
- package/lib/tds-report-ui.umd.js +205 -0
- package/lib/utils/api.d.ts +6 -0
- package/lib/utils/chartsOption.d.ts +45 -12
- package/lib/utils/index.d.ts +1 -41
- package/lib/withInstall.d.ts +4 -0
- package/package.json +69 -88
- package/README.zh-CN.md +0 -0
- package/dist/index.iife.js +0 -2
- package/dist/index.js +0 -2041
- package/dist/index.umd.cjs +0 -2
- package/dist/style.css +0 -1
- package/es/_virtual/_plugin-vue_export-helper.js +0 -9
- package/es/bar/Bar.vue.js +0 -20
- package/es/bar/Bar.vue2.js +0 -4
- package/es/bar/index.d.ts +0 -15
- package/es/bar/index.js +0 -6
- package/es/components.d.ts +0 -15
- package/es/components.js +0 -30
- package/es/config/Config.css +0 -1
- package/es/config/Config.vue.js +0 -7
- package/es/config/Config.vue2.js +0 -207
- package/es/config/index.d.ts +0 -14
- package/es/config/index.js +0 -6
- package/es/index.d.ts +0 -10
- package/es/index.js +0 -60
- package/es/line/Line.vue.js +0 -20
- package/es/line/Line.vue2.js +0 -4
- package/es/line/index.d.ts +0 -15
- package/es/line/index.js +0 -6
- package/es/node_modules/.pnpm/@wangeditor_editor@5.1.23/node_modules/@wangeditor/editor/dist/css/style.css +0 -1
- package/es/pie/Pie.vue.js +0 -20
- package/es/pie/Pie.vue2.js +0 -4
- package/es/pie/index.d.ts +0 -15
- package/es/pie/index.js +0 -6
- package/es/report/Report.d.ts +0 -7
- package/es/report/Report.vue.js +0 -112
- package/es/report/Report.vue2.js +0 -4
- package/es/report/index.d.ts +0 -17
- package/es/report/index.js +0 -6
- package/es/select/Select.vue.js +0 -39
- package/es/select/Select.vue2.js +0 -4
- package/es/select/index.d.ts +0 -25
- package/es/select/index.js +0 -6
- package/es/settingCharts/SettingCharts.d.ts +0 -5
- package/es/settingCharts/SettingCharts.vue.js +0 -142
- package/es/settingCharts/SettingCharts.vue2.js +0 -4
- package/es/settingCharts/index.d.ts +0 -14
- package/es/settingCharts/index.js +0 -6
- package/es/settingFilter/index.d.ts +0 -15
- package/es/settingFilter/index.js +0 -6
- package/es/settingFilter/settingFilter.vue.js +0 -62
- package/es/settingFilter/settingFilter.vue2.js +0 -4
- package/es/settingTable/SettingTable.vue.js +0 -59
- package/es/settingTable/SettingTable.vue2.js +0 -4
- package/es/settingTable/index.d.ts +0 -14
- package/es/settingTable/index.js +0 -6
- package/es/settingText/index.d.ts +0 -15
- package/es/settingText/index.js +0 -6
- package/es/settingText/settingText.d.ts +0 -5
- package/es/settingText/settingText.vue.js +0 -112
- package/es/settingText/settingText.vue2.js +0 -4
- package/es/settingTitle/index.d.ts +0 -14
- package/es/settingTitle/index.js +0 -6
- package/es/settingTitle/settingTitle.css +0 -1
- package/es/settingTitle/settingTitle.vue.js +0 -7
- package/es/settingTitle/settingTitle.vue2.js +0 -137
- package/es/stores/interface/index.d.ts +0 -18
- package/es/stores/modules/report.d.ts +0 -35
- package/es/stores/modules/report.js +0 -45
- package/es/style/global.css +0 -1
- package/es/table/Table.vue.js +0 -26
- package/es/table/Table.vue2.js +0 -4
- package/es/table/index.d.ts +0 -15
- package/es/table/index.js +0 -6
- package/es/text/Text.d.ts +0 -5
- package/es/text/Text.vue.js +0 -27
- package/es/text/Text.vue2.js +0 -4
- package/es/text/index.d.ts +0 -15
- package/es/text/index.js +0 -6
- package/es/time/Time.vue.js +0 -35
- package/es/time/Time.vue2.js +0 -4
- package/es/time/index.d.ts +0 -25
- package/es/time/index.js +0 -6
- package/es/utils/api.d.ts +0 -12
- package/es/utils/api.js +0 -32
- package/es/utils/chartsOption.d.ts +0 -298
- package/es/utils/chartsOption.js +0 -501
- package/es/utils/data.d.ts +0 -4
- package/es/utils/data.js +0 -162
- package/es/utils/index.d.ts +0 -43
- package/es/utils/index.js +0 -309
- package/es/utils/resolver.d.ts +0 -11
- package/es/utils/resolver.js +0 -49
- package/es/utils/type.d.ts +0 -2
- package/es/utils/type.js +0 -9
- package/lib/_virtual/_plugin-vue_export-helper.cjs +0 -1
- package/lib/bar/Bar.d.ts +0 -5
- package/lib/bar/Bar.vue.cjs +0 -1
- package/lib/bar/Bar.vue2.cjs +0 -1
- package/lib/bar/index.cjs +0 -1
- package/lib/bar/index.d.ts +0 -15
- package/lib/components.cjs +0 -1
- package/lib/components.d.ts +0 -15
- package/lib/config/Config.css +0 -1
- package/lib/config/Config.vue.cjs +0 -1
- package/lib/config/Config.vue2.cjs +0 -1
- package/lib/config/index.cjs +0 -1
- package/lib/config/index.d.ts +0 -14
- package/lib/index.cjs +0 -1
- package/lib/line/Line.d.ts +0 -5
- package/lib/line/Line.vue.cjs +0 -1
- package/lib/line/Line.vue2.cjs +0 -1
- package/lib/line/index.cjs +0 -1
- package/lib/line/index.d.ts +0 -15
- package/lib/node_modules/.pnpm/@wangeditor_editor@5.1.23/node_modules/@wangeditor/editor/dist/css/style.css +0 -1
- package/lib/pie/Pie.d.ts +0 -5
- package/lib/pie/Pie.vue.cjs +0 -1
- package/lib/pie/Pie.vue2.cjs +0 -1
- package/lib/pie/index.cjs +0 -1
- package/lib/pie/index.d.ts +0 -15
- package/lib/report/Report.d.ts +0 -7
- package/lib/report/Report.vue.cjs +0 -1
- package/lib/report/Report.vue2.cjs +0 -1
- package/lib/report/index.cjs +0 -1
- package/lib/select/Select.d.ts +0 -9
- package/lib/select/Select.vue.cjs +0 -1
- package/lib/select/Select.vue2.cjs +0 -1
- package/lib/select/index.cjs +0 -1
- package/lib/select/index.d.ts +0 -25
- package/lib/settingCharts/SettingCharts.d.ts +0 -5
- package/lib/settingCharts/SettingCharts.vue.cjs +0 -1
- package/lib/settingCharts/SettingCharts.vue2.cjs +0 -1
- package/lib/settingCharts/index.cjs +0 -1
- package/lib/settingCharts/index.d.ts +0 -14
- package/lib/settingFilter/index.cjs +0 -1
- package/lib/settingFilter/index.d.ts +0 -15
- package/lib/settingFilter/settingFilter.d.ts +0 -5
- package/lib/settingFilter/settingFilter.vue.cjs +0 -1
- package/lib/settingFilter/settingFilter.vue2.cjs +0 -1
- package/lib/settingTable/SettingTable.vue.cjs +0 -1
- package/lib/settingTable/SettingTable.vue2.cjs +0 -1
- package/lib/settingTable/index.cjs +0 -1
- package/lib/settingTable/index.d.ts +0 -14
- package/lib/settingText/index.cjs +0 -1
- package/lib/settingText/index.d.ts +0 -15
- package/lib/settingText/settingText.d.ts +0 -5
- package/lib/settingText/settingText.vue.cjs +0 -1
- package/lib/settingText/settingText.vue2.cjs +0 -1
- package/lib/settingTitle/index.cjs +0 -1
- package/lib/settingTitle/index.d.ts +0 -14
- package/lib/settingTitle/settingTitle.css +0 -1
- package/lib/settingTitle/settingTitle.vue.cjs +0 -1
- package/lib/settingTitle/settingTitle.vue2.cjs +0 -1
- package/lib/stores/modules/report.cjs +0 -1
- package/lib/style/global.css +0 -1
- package/lib/table/Table.d.ts +0 -5
- package/lib/table/Table.vue.cjs +0 -1
- package/lib/table/Table.vue2.cjs +0 -1
- package/lib/table/index.cjs +0 -1
- package/lib/table/index.d.ts +0 -15
- package/lib/text/Text.d.ts +0 -5
- package/lib/text/Text.vue.cjs +0 -1
- package/lib/text/Text.vue2.cjs +0 -1
- package/lib/text/index.cjs +0 -1
- package/lib/text/index.d.ts +0 -15
- package/lib/time/Time.d.ts +0 -9
- package/lib/time/Time.vue.cjs +0 -1
- package/lib/time/Time.vue2.cjs +0 -1
- package/lib/time/index.cjs +0 -1
- package/lib/time/index.d.ts +0 -25
- package/lib/utils/api.cjs +0 -1
- package/lib/utils/chartsOption.cjs +0 -2
- package/lib/utils/data.cjs +0 -1
- package/lib/utils/index.cjs +0 -1
- package/lib/utils/resolver.cjs +0 -1
- package/lib/utils/resolver.d.ts +0 -11
- package/lib/utils/type.cjs +0 -1
- package/lib/utils/type.d.ts +0 -2
- /package/{es/config/Config.d.ts → lib/report/components/ChartsUniConfig.vue.d.ts} +0 -0
- /package/{es/settingTable/SettingTable.d.ts → lib/report/components/SettingCharts.vue.d.ts} +0 -0
- /package/lib/{settingTable/SettingTable.d.ts → report/components/SettingDescribe.vue.d.ts} +0 -0
- /package/{es/settingTitle/settingTitle.d.ts → lib/report/components/SettingFilter.vue.d.ts} +0 -0
- /package/lib/{config/Config.d.ts → report/components/SettingText.vue.d.ts} +0 -0
- /package/lib/{settingTitle/settingTitle.d.ts → report/components/SettingTitle.vue.d.ts} +0 -0
package/es/time/index.js
DELETED
package/es/utils/api.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const getReportDemoApi: (params: any) => any;
|
|
2
|
-
export declare const getReportItemApi: (params: any) => any;
|
|
3
|
-
export declare const getReportPreviewApi: (params: any) => any;
|
|
4
|
-
export declare const postReportAddApi: (data: any) => any;
|
|
5
|
-
export declare const putReportApi: (data: any) => any;
|
|
6
|
-
export declare const getReportListApi: (params: any) => any;
|
|
7
|
-
export declare const getReportFilterApi: (params: any) => any;
|
|
8
|
-
export declare const deleteReportApi: (data: any) => any;
|
|
9
|
-
export declare const getReportComponentsListApi: (params: any) => any;
|
|
10
|
-
export declare const deleteReportComponentsApi: (data: any) => any;
|
|
11
|
-
export declare const addReportComponentsApi: (data: any) => any;
|
|
12
|
-
export declare const putReportComponentsApi: (data: any) => any;
|
package/es/utils/api.js
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
const r = window.$http, t = window.$envURL, o = (e) => t.request({
|
|
2
|
-
url: `${t}/tds/report/demo/get`,
|
|
3
|
-
method: "get",
|
|
4
|
-
params: e,
|
|
5
|
-
isError: !1
|
|
6
|
-
}), s = (e) => r.request({
|
|
7
|
-
url: `${t}/tds/report/item/get`,
|
|
8
|
-
method: "get",
|
|
9
|
-
params: e,
|
|
10
|
-
isError: !1
|
|
11
|
-
}), d = (e) => r.request({
|
|
12
|
-
url: `${t}/tds/report/get`,
|
|
13
|
-
method: "get",
|
|
14
|
-
params: e,
|
|
15
|
-
isError: !1
|
|
16
|
-
}), p = (e) => r.request({
|
|
17
|
-
url: `${t}/tds/report/filter/get`,
|
|
18
|
-
method: "get",
|
|
19
|
-
params: e,
|
|
20
|
-
isError: !1
|
|
21
|
-
}), i = (e) => r.request({
|
|
22
|
-
url: `${t}/tds/report/delete`,
|
|
23
|
-
method: "delete",
|
|
24
|
-
data: e
|
|
25
|
-
});
|
|
26
|
-
export {
|
|
27
|
-
i as deleteReportApi,
|
|
28
|
-
o as getReportDemoApi,
|
|
29
|
-
p as getReportFilterApi,
|
|
30
|
-
s as getReportItemApi,
|
|
31
|
-
d as getReportListApi
|
|
32
|
-
};
|
|
@@ -1,298 +0,0 @@
|
|
|
1
|
-
export declare const barParseData: (chartOption: any, data: any[], name?: string, props?: {
|
|
2
|
-
name: string;
|
|
3
|
-
value: string;
|
|
4
|
-
}) => void;
|
|
5
|
-
export declare const chartsBar: (data?: any, props?: {
|
|
6
|
-
name: string;
|
|
7
|
-
value: string;
|
|
8
|
-
}) => {
|
|
9
|
-
tooltip: {
|
|
10
|
-
trigger: string;
|
|
11
|
-
};
|
|
12
|
-
grid: any;
|
|
13
|
-
title: {
|
|
14
|
-
show: boolean;
|
|
15
|
-
text: string;
|
|
16
|
-
textStyle: {
|
|
17
|
-
color: string;
|
|
18
|
-
fontSize: number;
|
|
19
|
-
};
|
|
20
|
-
x: number;
|
|
21
|
-
y: number;
|
|
22
|
-
};
|
|
23
|
-
xAxis: {
|
|
24
|
-
type: string;
|
|
25
|
-
nameGap: number;
|
|
26
|
-
nameRotate: number;
|
|
27
|
-
axisLabel: {
|
|
28
|
-
color: string;
|
|
29
|
-
rotate: number;
|
|
30
|
-
};
|
|
31
|
-
axisLine: {
|
|
32
|
-
show: boolean;
|
|
33
|
-
lineStyle: {
|
|
34
|
-
color: string;
|
|
35
|
-
width: number;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
|
-
axisTick: {
|
|
39
|
-
show: boolean;
|
|
40
|
-
};
|
|
41
|
-
splitLine: {
|
|
42
|
-
show: boolean;
|
|
43
|
-
};
|
|
44
|
-
data: any;
|
|
45
|
-
}[];
|
|
46
|
-
yAxis: {
|
|
47
|
-
type: string;
|
|
48
|
-
min: number;
|
|
49
|
-
position: string;
|
|
50
|
-
nameTextStyle: {
|
|
51
|
-
fontSize: number;
|
|
52
|
-
color: string;
|
|
53
|
-
fontWeight: string;
|
|
54
|
-
};
|
|
55
|
-
axisLine: {
|
|
56
|
-
show: boolean;
|
|
57
|
-
};
|
|
58
|
-
axisTick: {
|
|
59
|
-
show: boolean;
|
|
60
|
-
};
|
|
61
|
-
splitLine: {
|
|
62
|
-
show: boolean;
|
|
63
|
-
};
|
|
64
|
-
axisLabel: {
|
|
65
|
-
color: string;
|
|
66
|
-
formatter: string;
|
|
67
|
-
inside: boolean;
|
|
68
|
-
};
|
|
69
|
-
}[];
|
|
70
|
-
series: ({
|
|
71
|
-
type: string;
|
|
72
|
-
barWidth: number;
|
|
73
|
-
barGap: string;
|
|
74
|
-
itemStyle: {
|
|
75
|
-
color: {
|
|
76
|
-
type: string;
|
|
77
|
-
x: number;
|
|
78
|
-
y: number;
|
|
79
|
-
x2: number;
|
|
80
|
-
y2: number;
|
|
81
|
-
colorStops: {
|
|
82
|
-
offset: number;
|
|
83
|
-
color: string;
|
|
84
|
-
}[];
|
|
85
|
-
};
|
|
86
|
-
};
|
|
87
|
-
data: any;
|
|
88
|
-
label: {
|
|
89
|
-
show: boolean;
|
|
90
|
-
position: string;
|
|
91
|
-
color: string;
|
|
92
|
-
lineHeight: number;
|
|
93
|
-
};
|
|
94
|
-
name?: undefined;
|
|
95
|
-
symbolSize?: undefined;
|
|
96
|
-
symbolOffset?: undefined;
|
|
97
|
-
symbolPosition?: undefined;
|
|
98
|
-
} | {
|
|
99
|
-
name: string;
|
|
100
|
-
type: string;
|
|
101
|
-
symbolSize: number[];
|
|
102
|
-
symbolOffset: number[];
|
|
103
|
-
itemStyle: {
|
|
104
|
-
color: {
|
|
105
|
-
type: string;
|
|
106
|
-
x: number;
|
|
107
|
-
y: number;
|
|
108
|
-
x2: number;
|
|
109
|
-
y2: number;
|
|
110
|
-
colorStops: {
|
|
111
|
-
offset: number;
|
|
112
|
-
color: string;
|
|
113
|
-
}[];
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
data: any;
|
|
117
|
-
barWidth?: undefined;
|
|
118
|
-
barGap?: undefined;
|
|
119
|
-
label?: undefined;
|
|
120
|
-
symbolPosition?: undefined;
|
|
121
|
-
} | {
|
|
122
|
-
name: string;
|
|
123
|
-
type: string;
|
|
124
|
-
symbolSize: number[];
|
|
125
|
-
symbolOffset: number[];
|
|
126
|
-
symbolPosition: string;
|
|
127
|
-
itemStyle: {
|
|
128
|
-
color: {
|
|
129
|
-
type: string;
|
|
130
|
-
x: number;
|
|
131
|
-
y: number;
|
|
132
|
-
x2: number;
|
|
133
|
-
y2: number;
|
|
134
|
-
colorStops: {
|
|
135
|
-
offset: number;
|
|
136
|
-
color: string;
|
|
137
|
-
}[];
|
|
138
|
-
};
|
|
139
|
-
};
|
|
140
|
-
data: any;
|
|
141
|
-
barWidth?: undefined;
|
|
142
|
-
barGap?: undefined;
|
|
143
|
-
label?: undefined;
|
|
144
|
-
})[];
|
|
145
|
-
};
|
|
146
|
-
export declare const barHorizontalParseData: (chartOption: any, data: any[], props?: {
|
|
147
|
-
name: string;
|
|
148
|
-
value: string;
|
|
149
|
-
}) => void;
|
|
150
|
-
export declare const horizontalSeriesData: (val: number[]) => any;
|
|
151
|
-
export declare const horizontalMaxData: (val: number[]) => number[];
|
|
152
|
-
export declare const chartsHorizontalBar: (data: any, props?: {
|
|
153
|
-
name: string;
|
|
154
|
-
value: string;
|
|
155
|
-
}) => any;
|
|
156
|
-
export declare const pieParseData: ({ chartOption, data, props }: any) => void;
|
|
157
|
-
export declare const chartsPie: ({ data, radiusType, roseType, isLegend, isLine, center, isTitle }: any) => {
|
|
158
|
-
color: string[];
|
|
159
|
-
toolbox: {
|
|
160
|
-
show: boolean;
|
|
161
|
-
};
|
|
162
|
-
tooltip: {
|
|
163
|
-
trigger: string;
|
|
164
|
-
show: boolean;
|
|
165
|
-
formatter: (params: any) => string;
|
|
166
|
-
};
|
|
167
|
-
title: {
|
|
168
|
-
show: any;
|
|
169
|
-
text: string;
|
|
170
|
-
textStyle: {
|
|
171
|
-
color: string;
|
|
172
|
-
fontSize: number;
|
|
173
|
-
};
|
|
174
|
-
x: number;
|
|
175
|
-
y: number;
|
|
176
|
-
};
|
|
177
|
-
legend: {
|
|
178
|
-
show: any;
|
|
179
|
-
left: string;
|
|
180
|
-
formatter: (name: any) => string;
|
|
181
|
-
textStyle: {
|
|
182
|
-
fontSize: number;
|
|
183
|
-
color: string;
|
|
184
|
-
};
|
|
185
|
-
data: any;
|
|
186
|
-
orient: string;
|
|
187
|
-
itemWidth: number;
|
|
188
|
-
itemHeight: number;
|
|
189
|
-
borderRadius: number;
|
|
190
|
-
x: string;
|
|
191
|
-
top: string;
|
|
192
|
-
align: string;
|
|
193
|
-
itemGap: number;
|
|
194
|
-
};
|
|
195
|
-
series: {
|
|
196
|
-
type: string;
|
|
197
|
-
center: any;
|
|
198
|
-
radius: string[];
|
|
199
|
-
roseType: any;
|
|
200
|
-
itemStyle: {
|
|
201
|
-
borderRadius: number;
|
|
202
|
-
};
|
|
203
|
-
label: {
|
|
204
|
-
show: any;
|
|
205
|
-
position: string;
|
|
206
|
-
alignTo: string;
|
|
207
|
-
backgroundColor: string;
|
|
208
|
-
height: number;
|
|
209
|
-
width: number;
|
|
210
|
-
lineHeight: number;
|
|
211
|
-
distanceToLabelLine: number;
|
|
212
|
-
borderRadius: number;
|
|
213
|
-
borderWidth: number;
|
|
214
|
-
borderColor: string;
|
|
215
|
-
padding: number[];
|
|
216
|
-
formatter: (params: any) => string;
|
|
217
|
-
rich: {
|
|
218
|
-
a: {
|
|
219
|
-
padding: number[];
|
|
220
|
-
fontSize: string;
|
|
221
|
-
fontFamily: string;
|
|
222
|
-
color: string;
|
|
223
|
-
};
|
|
224
|
-
b: {
|
|
225
|
-
padding: number[];
|
|
226
|
-
fontSize: string;
|
|
227
|
-
fontFamily: string;
|
|
228
|
-
fontWeight: string;
|
|
229
|
-
color: string;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
};
|
|
233
|
-
labelLine: {
|
|
234
|
-
show: boolean;
|
|
235
|
-
length: number;
|
|
236
|
-
length2: number;
|
|
237
|
-
align: string;
|
|
238
|
-
lineStyle: {
|
|
239
|
-
width: number;
|
|
240
|
-
};
|
|
241
|
-
};
|
|
242
|
-
data: any;
|
|
243
|
-
}[];
|
|
244
|
-
graphic: {
|
|
245
|
-
invisible: boolean;
|
|
246
|
-
type: string;
|
|
247
|
-
left: string;
|
|
248
|
-
top: string;
|
|
249
|
-
style: {
|
|
250
|
-
text: string;
|
|
251
|
-
fontSize: number;
|
|
252
|
-
fill: string;
|
|
253
|
-
fontWeight: string;
|
|
254
|
-
};
|
|
255
|
-
}[];
|
|
256
|
-
};
|
|
257
|
-
export declare const lineParseData: (chartOption: any, data: any, props?: {
|
|
258
|
-
name: string;
|
|
259
|
-
value: any;
|
|
260
|
-
}) => void;
|
|
261
|
-
export declare const lineMode: () => {
|
|
262
|
-
name: string;
|
|
263
|
-
type: string;
|
|
264
|
-
symbol: string;
|
|
265
|
-
smooth: boolean;
|
|
266
|
-
lineStyle: {
|
|
267
|
-
width: number;
|
|
268
|
-
color: string;
|
|
269
|
-
};
|
|
270
|
-
showSymbol: boolean;
|
|
271
|
-
itemStyle: {
|
|
272
|
-
color: string;
|
|
273
|
-
label: {
|
|
274
|
-
show: boolean;
|
|
275
|
-
position: string;
|
|
276
|
-
formatter: (res: any) => any;
|
|
277
|
-
};
|
|
278
|
-
};
|
|
279
|
-
areaStyle: {
|
|
280
|
-
color: {
|
|
281
|
-
type: string;
|
|
282
|
-
x: number;
|
|
283
|
-
y: number;
|
|
284
|
-
x2: number;
|
|
285
|
-
y2: number;
|
|
286
|
-
colorStops: {
|
|
287
|
-
offset: number;
|
|
288
|
-
color: string;
|
|
289
|
-
}[];
|
|
290
|
-
global: boolean;
|
|
291
|
-
};
|
|
292
|
-
};
|
|
293
|
-
data: never[];
|
|
294
|
-
};
|
|
295
|
-
export declare const chartsLine: (data?: any[], props?: {
|
|
296
|
-
name: string;
|
|
297
|
-
value: any;
|
|
298
|
-
}) => any;
|