@ecan-bi/datav 1.0.68 → 1.0.70

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.0.68",
3
+ "version": "1.0.70",
4
4
  "main": "./dist/index.umd.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "types": "./types/index.d.ts",
@@ -25,7 +25,6 @@
25
25
  "lint": "eslint ./src --ext .vue,.js,.ts,.jsx,.tsx",
26
26
  "lint:fix": "eslint --fix ./src --ext .vue,.js,.ts,.jsx,.tsx",
27
27
  "clean": "rimraf ./dist ./types",
28
- "prepublishOnly": "npm run dist",
29
28
  "test": "jest"
30
29
  },
31
30
  "devDependencies": {
@@ -154,6 +154,48 @@ declare const _sfc_main: import("vue").DefineComponent<{
154
154
  layer: "2";
155
155
  };
156
156
  };
157
+ xAxisLabelWidth: {
158
+ type?: undefined;
159
+ default?: undefined;
160
+ } | {
161
+ type: any;
162
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
163
+ [key: string]: any;
164
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
165
+ [key: string]: any;
166
+ chartType: "bar";
167
+ plugin: "1";
168
+ layer: "2";
169
+ };
170
+ };
171
+ xAxisLabelOverflow: {
172
+ type?: undefined;
173
+ default?: undefined;
174
+ } | {
175
+ type: any;
176
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
177
+ [key: string]: any;
178
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
179
+ [key: string]: any;
180
+ chartType: "bar";
181
+ plugin: "1";
182
+ layer: "2";
183
+ };
184
+ };
185
+ xAxisLabelRotate: {
186
+ type?: undefined;
187
+ default?: undefined;
188
+ } | {
189
+ type: any;
190
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
191
+ [key: string]: any;
192
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
193
+ [key: string]: any;
194
+ chartType: "bar";
195
+ plugin: "1";
196
+ layer: "2";
197
+ };
198
+ };
157
199
  xAxisLineStyleColor: {
158
200
  type?: undefined;
159
201
  default?: undefined;
@@ -1045,6 +1087,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
1045
1087
  color: string | number | boolean | {
1046
1088
  [key: string]: any;
1047
1089
  };
1090
+ interval: number;
1091
+ rotate: string | number | boolean | {
1092
+ [key: string]: any;
1093
+ };
1094
+ width: string | number | boolean | {
1095
+ [key: string]: any;
1096
+ };
1097
+ overflow: string | number | boolean | {
1098
+ [key: string]: any;
1099
+ };
1048
1100
  };
1049
1101
  axisLine: {
1050
1102
  lineStyle: {
@@ -1254,6 +1306,48 @@ declare const _sfc_main: import("vue").DefineComponent<{
1254
1306
  layer: "2";
1255
1307
  };
1256
1308
  };
1309
+ xAxisLabelWidth: {
1310
+ type?: undefined;
1311
+ default?: undefined;
1312
+ } | {
1313
+ type: any;
1314
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1315
+ [key: string]: any;
1316
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1317
+ [key: string]: any;
1318
+ chartType: "bar";
1319
+ plugin: "1";
1320
+ layer: "2";
1321
+ };
1322
+ };
1323
+ xAxisLabelOverflow: {
1324
+ type?: undefined;
1325
+ default?: undefined;
1326
+ } | {
1327
+ type: any;
1328
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1329
+ [key: string]: any;
1330
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1331
+ [key: string]: any;
1332
+ chartType: "bar";
1333
+ plugin: "1";
1334
+ layer: "2";
1335
+ };
1336
+ };
1337
+ xAxisLabelRotate: {
1338
+ type?: undefined;
1339
+ default?: undefined;
1340
+ } | {
1341
+ type: any;
1342
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
1343
+ [key: string]: any;
1344
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
1345
+ [key: string]: any;
1346
+ chartType: "bar";
1347
+ plugin: "1";
1348
+ layer: "2";
1349
+ };
1350
+ };
1257
1351
  xAxisLineStyleColor: {
1258
1352
  type?: undefined;
1259
1353
  default?: undefined;
@@ -153,6 +153,48 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
153
153
  layer: "2";
154
154
  };
155
155
  };
156
+ xAxisLabelWidth: {
157
+ type?: undefined;
158
+ default?: undefined;
159
+ } | {
160
+ type: any;
161
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
162
+ [key: string]: any;
163
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
164
+ [key: string]: any;
165
+ chartType: "bar";
166
+ plugin: "1";
167
+ layer: "2";
168
+ };
169
+ };
170
+ xAxisLabelOverflow: {
171
+ type?: undefined;
172
+ default?: undefined;
173
+ } | {
174
+ type: any;
175
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
176
+ [key: string]: any;
177
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
178
+ [key: string]: any;
179
+ chartType: "bar";
180
+ plugin: "1";
181
+ layer: "2";
182
+ };
183
+ };
184
+ xAxisLabelRotate: {
185
+ type?: undefined;
186
+ default?: undefined;
187
+ } | {
188
+ type: any;
189
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
190
+ [key: string]: any;
191
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
192
+ [key: string]: any;
193
+ chartType: "bar";
194
+ plugin: "1";
195
+ layer: "2";
196
+ };
197
+ };
156
198
  xAxisLineStyleColor: {
157
199
  type?: undefined;
158
200
  default?: undefined;
@@ -1044,6 +1086,16 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
1044
1086
  color: string | number | boolean | {
1045
1087
  [key: string]: any;
1046
1088
  };
1089
+ interval: number;
1090
+ rotate: string | number | boolean | {
1091
+ [key: string]: any;
1092
+ };
1093
+ width: string | number | boolean | {
1094
+ [key: string]: any;
1095
+ };
1096
+ overflow: string | number | boolean | {
1097
+ [key: string]: any;
1098
+ };
1047
1099
  };
1048
1100
  axisLine: {
1049
1101
  lineStyle: {
@@ -1253,6 +1305,48 @@ export declare const EcanBar: import("../../_utils/withInstall").SFCWithInstall<
1253
1305
  layer: "2";
1254
1306
  };
1255
1307
  };
1308
+ xAxisLabelWidth: {
1309
+ type?: undefined;
1310
+ default?: undefined;
1311
+ } | {
1312
+ type: any;
1313
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
1314
+ [key: string]: any;
1315
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
1316
+ [key: string]: any;
1317
+ chartType: "bar";
1318
+ plugin: "1";
1319
+ layer: "2";
1320
+ };
1321
+ };
1322
+ xAxisLabelOverflow: {
1323
+ type?: undefined;
1324
+ default?: undefined;
1325
+ } | {
1326
+ type: any;
1327
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
1328
+ [key: string]: any;
1329
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
1330
+ [key: string]: any;
1331
+ chartType: "bar";
1332
+ plugin: "1";
1333
+ layer: "2";
1334
+ };
1335
+ };
1336
+ xAxisLabelRotate: {
1337
+ type?: undefined;
1338
+ default?: undefined;
1339
+ } | {
1340
+ type: any;
1341
+ default: string | number | boolean | string[] | import("../../_utils/props").Events | {
1342
+ [key: string]: any;
1343
+ } | import("../../_utils/props").RequestParams | import("../../_utils/props").KeyTypeDataFieldNames | import("../../_utils/props").ValueTypeDataFieldNames | import("../../_utils/props").Data | {
1344
+ [key: string]: any;
1345
+ chartType: "bar";
1346
+ plugin: "1";
1347
+ layer: "2";
1348
+ };
1349
+ };
1256
1350
  xAxisLineStyleColor: {
1257
1351
  type?: undefined;
1258
1352
  default?: undefined;
@@ -11,6 +11,9 @@ export interface BarProps extends Props {
11
11
  legendOrient: 'vertical' | 'horizontal';
12
12
  xAxisSplitLineShow: boolean;
13
13
  xAxisLabelColor: string;
14
+ xAxisLabelWidth: number | undefined;
15
+ xAxisLabelOverflow: 'none' | 'truncate' | 'break' | 'breakAll';
16
+ xAxisLabelRotate: number;
14
17
  xAxisLineStyleColor: string;
15
18
  xAxisTickShow: boolean;
16
19
  yAxisSplitLineShow: boolean;
@@ -206,6 +209,48 @@ export declare const barComponentProps: {
206
209
  layer: '2';
207
210
  };
208
211
  };
212
+ xAxisLabelWidth: {
213
+ type?: undefined;
214
+ default?: undefined;
215
+ } | {
216
+ type: any;
217
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
218
+ [key: string]: any;
219
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
220
+ [key: string]: any;
221
+ chartType: 'bar';
222
+ plugin: '1';
223
+ layer: '2';
224
+ };
225
+ };
226
+ xAxisLabelOverflow: {
227
+ type?: undefined;
228
+ default?: undefined;
229
+ } | {
230
+ type: any;
231
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
232
+ [key: string]: any;
233
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
234
+ [key: string]: any;
235
+ chartType: 'bar';
236
+ plugin: '1';
237
+ layer: '2';
238
+ };
239
+ };
240
+ xAxisLabelRotate: {
241
+ type?: undefined;
242
+ default?: undefined;
243
+ } | {
244
+ type: any;
245
+ default: string | number | boolean | string[] | import('../../_utils/props').Events | {
246
+ [key: string]: any;
247
+ } | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
248
+ [key: string]: any;
249
+ chartType: 'bar';
250
+ plugin: '1';
251
+ layer: '2';
252
+ };
253
+ };
209
254
  xAxisLineStyleColor: {
210
255
  type?: undefined;
211
256
  default?: undefined;