@sisense/sdk-ai-core 0.5.1 → 0.6.1

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.
Files changed (40) hide show
  1. package/dist/constants.d.ts +8 -0
  2. package/dist/constants.d.ts.map +1 -1
  3. package/dist/engines/build-query/build-query-engine.d.ts +11 -0
  4. package/dist/engines/build-query/build-query-engine.d.ts.map +1 -0
  5. package/dist/engines/build-query/index.d.ts +3 -0
  6. package/dist/engines/build-query/index.d.ts.map +1 -0
  7. package/dist/engines/build-query/types.d.ts +34 -0
  8. package/dist/engines/build-query/types.d.ts.map +1 -0
  9. package/dist/engines/chart-builder/chart-builder-engine.d.ts +4 -3
  10. package/dist/engines/chart-builder/chart-builder-engine.d.ts.map +1 -1
  11. package/dist/engines/chart-builder/create-chart/create-chart.d.ts +3 -2
  12. package/dist/engines/chart-builder/create-chart/create-chart.d.ts.map +1 -1
  13. package/dist/engines/chart-builder/create-chart/generate-chart-table.d.ts +2 -1
  14. package/dist/engines/chart-builder/create-chart/generate-chart-table.d.ts.map +1 -1
  15. package/dist/engines/chart-builder/types.d.ts +46 -18
  16. package/dist/engines/chart-builder/types.d.ts.map +1 -1
  17. package/dist/engines/chart-builder/update-chart/chart-options-schemas.d.ts +218 -218
  18. package/dist/engines/chart-builder/update-chart/schemas.d.ts +24 -24
  19. package/dist/engines/chart-builder/update-chart/update-chart-data-options.d.ts.map +1 -1
  20. package/dist/engines/data-source-fields/data-source-fields-engine.d.ts +16 -7
  21. package/dist/engines/data-source-fields/data-source-fields-engine.d.ts.map +1 -1
  22. package/dist/engines/data-source-fields/types.d.ts +4 -44
  23. package/dist/engines/data-source-fields/types.d.ts.map +1 -1
  24. package/dist/engines/index.d.ts +1 -0
  25. package/dist/engines/index.d.ts.map +1 -1
  26. package/dist/index.d.ts +2 -0
  27. package/dist/index.d.ts.map +1 -1
  28. package/dist/index.js +4676 -2143
  29. package/dist/index.js.map +1 -1
  30. package/dist/services/formulas/formulas-service.d.ts +14 -0
  31. package/dist/services/formulas/formulas-service.d.ts.map +1 -0
  32. package/dist/services/llm/llm-consumption-service.d.ts +17 -0
  33. package/dist/services/llm/llm-consumption-service.d.ts.map +1 -0
  34. package/dist/utils/create-custom-fetch.d.ts +10 -0
  35. package/dist/utils/create-custom-fetch.d.ts.map +1 -0
  36. package/dist/utils/http-client.d.ts +7 -7
  37. package/dist/utils/http-client.d.ts.map +1 -1
  38. package/dist/utils/user-action-tracking.d.ts +17 -26
  39. package/dist/utils/user-action-tracking.d.ts.map +1 -1
  40. package/package.json +2 -1
@@ -100,12 +100,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
100
100
  logarithmic: z.ZodOptional<z.ZodBoolean>;
101
101
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
102
102
  }, "strict", z.ZodTypeAny, {
103
- min?: number | null | undefined;
104
- max?: number | null | undefined;
105
103
  title?: {
106
104
  text?: string | undefined;
107
105
  enabled?: boolean | undefined;
108
106
  } | undefined;
107
+ min?: number | null | undefined;
108
+ max?: number | null | undefined;
109
109
  enabled?: boolean | undefined;
110
110
  labels?: {
111
111
  enabled?: boolean | undefined;
@@ -118,12 +118,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
118
118
  logarithmic?: boolean | undefined;
119
119
  templateMainYHasGridLines?: boolean | undefined;
120
120
  }, {
121
- min?: number | null | undefined;
122
- max?: number | null | undefined;
123
121
  title?: {
124
122
  text?: string | undefined;
125
123
  enabled?: boolean | undefined;
126
124
  } | undefined;
125
+ min?: number | null | undefined;
126
+ max?: number | null | undefined;
127
127
  enabled?: boolean | undefined;
128
128
  labels?: {
129
129
  enabled?: boolean | undefined;
@@ -169,12 +169,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
169
169
  logarithmic: z.ZodOptional<z.ZodBoolean>;
170
170
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
171
171
  }, "strict", z.ZodTypeAny, {
172
- min?: number | null | undefined;
173
- max?: number | null | undefined;
174
172
  title?: {
175
173
  text?: string | undefined;
176
174
  enabled?: boolean | undefined;
177
175
  } | undefined;
176
+ min?: number | null | undefined;
177
+ max?: number | null | undefined;
178
178
  enabled?: boolean | undefined;
179
179
  labels?: {
180
180
  enabled?: boolean | undefined;
@@ -187,12 +187,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
187
187
  logarithmic?: boolean | undefined;
188
188
  templateMainYHasGridLines?: boolean | undefined;
189
189
  }, {
190
- min?: number | null | undefined;
191
- max?: number | null | undefined;
192
190
  title?: {
193
191
  text?: string | undefined;
194
192
  enabled?: boolean | undefined;
195
193
  } | undefined;
194
+ min?: number | null | undefined;
195
+ max?: number | null | undefined;
196
196
  enabled?: boolean | undefined;
197
197
  labels?: {
198
198
  enabled?: boolean | undefined;
@@ -238,12 +238,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
238
238
  logarithmic: z.ZodOptional<z.ZodBoolean>;
239
239
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
240
240
  }, "strict", z.ZodTypeAny, {
241
- min?: number | null | undefined;
242
- max?: number | null | undefined;
243
241
  title?: {
244
242
  text?: string | undefined;
245
243
  enabled?: boolean | undefined;
246
244
  } | undefined;
245
+ min?: number | null | undefined;
246
+ max?: number | null | undefined;
247
247
  enabled?: boolean | undefined;
248
248
  labels?: {
249
249
  enabled?: boolean | undefined;
@@ -256,12 +256,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
256
256
  logarithmic?: boolean | undefined;
257
257
  templateMainYHasGridLines?: boolean | undefined;
258
258
  }, {
259
- min?: number | null | undefined;
260
- max?: number | null | undefined;
261
259
  title?: {
262
260
  text?: string | undefined;
263
261
  enabled?: boolean | undefined;
264
262
  } | undefined;
263
+ min?: number | null | undefined;
264
+ max?: number | null | undefined;
265
265
  enabled?: boolean | undefined;
266
266
  labels?: {
267
267
  enabled?: boolean | undefined;
@@ -322,12 +322,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
322
322
  } | undefined;
323
323
  } | undefined;
324
324
  xAxis?: {
325
- min?: number | null | undefined;
326
- max?: number | null | undefined;
327
325
  title?: {
328
326
  text?: string | undefined;
329
327
  enabled?: boolean | undefined;
330
328
  } | undefined;
329
+ min?: number | null | undefined;
330
+ max?: number | null | undefined;
331
331
  enabled?: boolean | undefined;
332
332
  labels?: {
333
333
  enabled?: boolean | undefined;
@@ -341,12 +341,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
341
341
  templateMainYHasGridLines?: boolean | undefined;
342
342
  } | undefined;
343
343
  yAxis?: {
344
- min?: number | null | undefined;
345
- max?: number | null | undefined;
346
344
  title?: {
347
345
  text?: string | undefined;
348
346
  enabled?: boolean | undefined;
349
347
  } | undefined;
348
+ min?: number | null | undefined;
349
+ max?: number | null | undefined;
350
350
  enabled?: boolean | undefined;
351
351
  labels?: {
352
352
  enabled?: boolean | undefined;
@@ -360,12 +360,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
360
360
  templateMainYHasGridLines?: boolean | undefined;
361
361
  } | undefined;
362
362
  y2Axis?: {
363
- min?: number | null | undefined;
364
- max?: number | null | undefined;
365
363
  title?: {
366
364
  text?: string | undefined;
367
365
  enabled?: boolean | undefined;
368
366
  } | undefined;
367
+ min?: number | null | undefined;
368
+ max?: number | null | undefined;
369
369
  enabled?: boolean | undefined;
370
370
  labels?: {
371
371
  enabled?: boolean | undefined;
@@ -410,12 +410,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
410
410
  } | undefined;
411
411
  } | undefined;
412
412
  xAxis?: {
413
- min?: number | null | undefined;
414
- max?: number | null | undefined;
415
413
  title?: {
416
414
  text?: string | undefined;
417
415
  enabled?: boolean | undefined;
418
416
  } | undefined;
417
+ min?: number | null | undefined;
418
+ max?: number | null | undefined;
419
419
  enabled?: boolean | undefined;
420
420
  labels?: {
421
421
  enabled?: boolean | undefined;
@@ -429,12 +429,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
429
429
  templateMainYHasGridLines?: boolean | undefined;
430
430
  } | undefined;
431
431
  yAxis?: {
432
- min?: number | null | undefined;
433
- max?: number | null | undefined;
434
432
  title?: {
435
433
  text?: string | undefined;
436
434
  enabled?: boolean | undefined;
437
435
  } | undefined;
436
+ min?: number | null | undefined;
437
+ max?: number | null | undefined;
438
438
  enabled?: boolean | undefined;
439
439
  labels?: {
440
440
  enabled?: boolean | undefined;
@@ -448,12 +448,12 @@ export declare const LineChartStyleSchema: z.ZodObject<{
448
448
  templateMainYHasGridLines?: boolean | undefined;
449
449
  } | undefined;
450
450
  y2Axis?: {
451
- min?: number | null | undefined;
452
- max?: number | null | undefined;
453
451
  title?: {
454
452
  text?: string | undefined;
455
453
  enabled?: boolean | undefined;
456
454
  } | undefined;
455
+ min?: number | null | undefined;
456
+ max?: number | null | undefined;
457
457
  enabled?: boolean | undefined;
458
458
  labels?: {
459
459
  enabled?: boolean | undefined;
@@ -550,12 +550,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
550
550
  logarithmic: z.ZodOptional<z.ZodBoolean>;
551
551
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
552
552
  }, "strict", z.ZodTypeAny, {
553
- min?: number | null | undefined;
554
- max?: number | null | undefined;
555
553
  title?: {
556
554
  text?: string | undefined;
557
555
  enabled?: boolean | undefined;
558
556
  } | undefined;
557
+ min?: number | null | undefined;
558
+ max?: number | null | undefined;
559
559
  enabled?: boolean | undefined;
560
560
  labels?: {
561
561
  enabled?: boolean | undefined;
@@ -568,12 +568,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
568
568
  logarithmic?: boolean | undefined;
569
569
  templateMainYHasGridLines?: boolean | undefined;
570
570
  }, {
571
- min?: number | null | undefined;
572
- max?: number | null | undefined;
573
571
  title?: {
574
572
  text?: string | undefined;
575
573
  enabled?: boolean | undefined;
576
574
  } | undefined;
575
+ min?: number | null | undefined;
576
+ max?: number | null | undefined;
577
577
  enabled?: boolean | undefined;
578
578
  labels?: {
579
579
  enabled?: boolean | undefined;
@@ -619,12 +619,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
619
619
  logarithmic: z.ZodOptional<z.ZodBoolean>;
620
620
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
621
621
  }, "strict", z.ZodTypeAny, {
622
- min?: number | null | undefined;
623
- max?: number | null | undefined;
624
622
  title?: {
625
623
  text?: string | undefined;
626
624
  enabled?: boolean | undefined;
627
625
  } | undefined;
626
+ min?: number | null | undefined;
627
+ max?: number | null | undefined;
628
628
  enabled?: boolean | undefined;
629
629
  labels?: {
630
630
  enabled?: boolean | undefined;
@@ -637,12 +637,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
637
637
  logarithmic?: boolean | undefined;
638
638
  templateMainYHasGridLines?: boolean | undefined;
639
639
  }, {
640
- min?: number | null | undefined;
641
- max?: number | null | undefined;
642
640
  title?: {
643
641
  text?: string | undefined;
644
642
  enabled?: boolean | undefined;
645
643
  } | undefined;
644
+ min?: number | null | undefined;
645
+ max?: number | null | undefined;
646
646
  enabled?: boolean | undefined;
647
647
  labels?: {
648
648
  enabled?: boolean | undefined;
@@ -688,12 +688,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
688
688
  logarithmic: z.ZodOptional<z.ZodBoolean>;
689
689
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
690
690
  }, "strict", z.ZodTypeAny, {
691
- min?: number | null | undefined;
692
- max?: number | null | undefined;
693
691
  title?: {
694
692
  text?: string | undefined;
695
693
  enabled?: boolean | undefined;
696
694
  } | undefined;
695
+ min?: number | null | undefined;
696
+ max?: number | null | undefined;
697
697
  enabled?: boolean | undefined;
698
698
  labels?: {
699
699
  enabled?: boolean | undefined;
@@ -706,12 +706,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
706
706
  logarithmic?: boolean | undefined;
707
707
  templateMainYHasGridLines?: boolean | undefined;
708
708
  }, {
709
- min?: number | null | undefined;
710
- max?: number | null | undefined;
711
709
  title?: {
712
710
  text?: string | undefined;
713
711
  enabled?: boolean | undefined;
714
712
  } | undefined;
713
+ min?: number | null | undefined;
714
+ max?: number | null | undefined;
715
715
  enabled?: boolean | undefined;
716
716
  labels?: {
717
717
  enabled?: boolean | undefined;
@@ -765,12 +765,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
765
765
  } | undefined;
766
766
  } | undefined;
767
767
  xAxis?: {
768
- min?: number | null | undefined;
769
- max?: number | null | undefined;
770
768
  title?: {
771
769
  text?: string | undefined;
772
770
  enabled?: boolean | undefined;
773
771
  } | undefined;
772
+ min?: number | null | undefined;
773
+ max?: number | null | undefined;
774
774
  enabled?: boolean | undefined;
775
775
  labels?: {
776
776
  enabled?: boolean | undefined;
@@ -784,12 +784,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
784
784
  templateMainYHasGridLines?: boolean | undefined;
785
785
  } | undefined;
786
786
  yAxis?: {
787
- min?: number | null | undefined;
788
- max?: number | null | undefined;
789
787
  title?: {
790
788
  text?: string | undefined;
791
789
  enabled?: boolean | undefined;
792
790
  } | undefined;
791
+ min?: number | null | undefined;
792
+ max?: number | null | undefined;
793
793
  enabled?: boolean | undefined;
794
794
  labels?: {
795
795
  enabled?: boolean | undefined;
@@ -803,12 +803,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
803
803
  templateMainYHasGridLines?: boolean | undefined;
804
804
  } | undefined;
805
805
  y2Axis?: {
806
- min?: number | null | undefined;
807
- max?: number | null | undefined;
808
806
  title?: {
809
807
  text?: string | undefined;
810
808
  enabled?: boolean | undefined;
811
809
  } | undefined;
810
+ min?: number | null | undefined;
811
+ max?: number | null | undefined;
812
812
  enabled?: boolean | undefined;
813
813
  labels?: {
814
814
  enabled?: boolean | undefined;
@@ -846,12 +846,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
846
846
  } | undefined;
847
847
  } | undefined;
848
848
  xAxis?: {
849
- min?: number | null | undefined;
850
- max?: number | null | undefined;
851
849
  title?: {
852
850
  text?: string | undefined;
853
851
  enabled?: boolean | undefined;
854
852
  } | undefined;
853
+ min?: number | null | undefined;
854
+ max?: number | null | undefined;
855
855
  enabled?: boolean | undefined;
856
856
  labels?: {
857
857
  enabled?: boolean | undefined;
@@ -865,12 +865,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
865
865
  templateMainYHasGridLines?: boolean | undefined;
866
866
  } | undefined;
867
867
  yAxis?: {
868
- min?: number | null | undefined;
869
- max?: number | null | undefined;
870
868
  title?: {
871
869
  text?: string | undefined;
872
870
  enabled?: boolean | undefined;
873
871
  } | undefined;
872
+ min?: number | null | undefined;
873
+ max?: number | null | undefined;
874
874
  enabled?: boolean | undefined;
875
875
  labels?: {
876
876
  enabled?: boolean | undefined;
@@ -884,12 +884,12 @@ export declare const BarChartStyleSchema: z.ZodObject<{
884
884
  templateMainYHasGridLines?: boolean | undefined;
885
885
  } | undefined;
886
886
  y2Axis?: {
887
- min?: number | null | undefined;
888
- max?: number | null | undefined;
889
887
  title?: {
890
888
  text?: string | undefined;
891
889
  enabled?: boolean | undefined;
892
890
  } | undefined;
891
+ min?: number | null | undefined;
892
+ max?: number | null | undefined;
893
893
  enabled?: boolean | undefined;
894
894
  labels?: {
895
895
  enabled?: boolean | undefined;
@@ -1064,12 +1064,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1064
1064
  logarithmic: z.ZodOptional<z.ZodBoolean>;
1065
1065
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
1066
1066
  }, "strict", z.ZodTypeAny, {
1067
- min?: number | null | undefined;
1068
- max?: number | null | undefined;
1069
1067
  title?: {
1070
1068
  text?: string | undefined;
1071
1069
  enabled?: boolean | undefined;
1072
1070
  } | undefined;
1071
+ min?: number | null | undefined;
1072
+ max?: number | null | undefined;
1073
1073
  enabled?: boolean | undefined;
1074
1074
  labels?: {
1075
1075
  enabled?: boolean | undefined;
@@ -1082,12 +1082,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1082
1082
  logarithmic?: boolean | undefined;
1083
1083
  templateMainYHasGridLines?: boolean | undefined;
1084
1084
  }, {
1085
- min?: number | null | undefined;
1086
- max?: number | null | undefined;
1087
1085
  title?: {
1088
1086
  text?: string | undefined;
1089
1087
  enabled?: boolean | undefined;
1090
1088
  } | undefined;
1089
+ min?: number | null | undefined;
1090
+ max?: number | null | undefined;
1091
1091
  enabled?: boolean | undefined;
1092
1092
  labels?: {
1093
1093
  enabled?: boolean | undefined;
@@ -1133,12 +1133,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1133
1133
  logarithmic: z.ZodOptional<z.ZodBoolean>;
1134
1134
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
1135
1135
  }, "strict", z.ZodTypeAny, {
1136
- min?: number | null | undefined;
1137
- max?: number | null | undefined;
1138
1136
  title?: {
1139
1137
  text?: string | undefined;
1140
1138
  enabled?: boolean | undefined;
1141
1139
  } | undefined;
1140
+ min?: number | null | undefined;
1141
+ max?: number | null | undefined;
1142
1142
  enabled?: boolean | undefined;
1143
1143
  labels?: {
1144
1144
  enabled?: boolean | undefined;
@@ -1151,12 +1151,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1151
1151
  logarithmic?: boolean | undefined;
1152
1152
  templateMainYHasGridLines?: boolean | undefined;
1153
1153
  }, {
1154
- min?: number | null | undefined;
1155
- max?: number | null | undefined;
1156
1154
  title?: {
1157
1155
  text?: string | undefined;
1158
1156
  enabled?: boolean | undefined;
1159
1157
  } | undefined;
1158
+ min?: number | null | undefined;
1159
+ max?: number | null | undefined;
1160
1160
  enabled?: boolean | undefined;
1161
1161
  labels?: {
1162
1162
  enabled?: boolean | undefined;
@@ -1202,12 +1202,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1202
1202
  logarithmic: z.ZodOptional<z.ZodBoolean>;
1203
1203
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
1204
1204
  }, "strict", z.ZodTypeAny, {
1205
- min?: number | null | undefined;
1206
- max?: number | null | undefined;
1207
1205
  title?: {
1208
1206
  text?: string | undefined;
1209
1207
  enabled?: boolean | undefined;
1210
1208
  } | undefined;
1209
+ min?: number | null | undefined;
1210
+ max?: number | null | undefined;
1211
1211
  enabled?: boolean | undefined;
1212
1212
  labels?: {
1213
1213
  enabled?: boolean | undefined;
@@ -1220,12 +1220,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1220
1220
  logarithmic?: boolean | undefined;
1221
1221
  templateMainYHasGridLines?: boolean | undefined;
1222
1222
  }, {
1223
- min?: number | null | undefined;
1224
- max?: number | null | undefined;
1225
1223
  title?: {
1226
1224
  text?: string | undefined;
1227
1225
  enabled?: boolean | undefined;
1228
1226
  } | undefined;
1227
+ min?: number | null | undefined;
1228
+ max?: number | null | undefined;
1229
1229
  enabled?: boolean | undefined;
1230
1230
  labels?: {
1231
1231
  enabled?: boolean | undefined;
@@ -1275,12 +1275,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1275
1275
  enabled?: boolean | undefined;
1276
1276
  } | undefined;
1277
1277
  xAxis?: {
1278
- min?: number | null | undefined;
1279
- max?: number | null | undefined;
1280
1278
  title?: {
1281
1279
  text?: string | undefined;
1282
1280
  enabled?: boolean | undefined;
1283
1281
  } | undefined;
1282
+ min?: number | null | undefined;
1283
+ max?: number | null | undefined;
1284
1284
  enabled?: boolean | undefined;
1285
1285
  labels?: {
1286
1286
  enabled?: boolean | undefined;
@@ -1294,12 +1294,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1294
1294
  templateMainYHasGridLines?: boolean | undefined;
1295
1295
  } | undefined;
1296
1296
  yAxis?: {
1297
- min?: number | null | undefined;
1298
- max?: number | null | undefined;
1299
1297
  title?: {
1300
1298
  text?: string | undefined;
1301
1299
  enabled?: boolean | undefined;
1302
1300
  } | undefined;
1301
+ min?: number | null | undefined;
1302
+ max?: number | null | undefined;
1303
1303
  enabled?: boolean | undefined;
1304
1304
  labels?: {
1305
1305
  enabled?: boolean | undefined;
@@ -1313,12 +1313,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1313
1313
  templateMainYHasGridLines?: boolean | undefined;
1314
1314
  } | undefined;
1315
1315
  y2Axis?: {
1316
- min?: number | null | undefined;
1317
- max?: number | null | undefined;
1318
1316
  title?: {
1319
1317
  text?: string | undefined;
1320
1318
  enabled?: boolean | undefined;
1321
1319
  } | undefined;
1320
+ min?: number | null | undefined;
1321
+ max?: number | null | undefined;
1322
1322
  enabled?: boolean | undefined;
1323
1323
  labels?: {
1324
1324
  enabled?: boolean | undefined;
@@ -1357,12 +1357,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1357
1357
  enabled?: boolean | undefined;
1358
1358
  } | undefined;
1359
1359
  xAxis?: {
1360
- min?: number | null | undefined;
1361
- max?: number | null | undefined;
1362
1360
  title?: {
1363
1361
  text?: string | undefined;
1364
1362
  enabled?: boolean | undefined;
1365
1363
  } | undefined;
1364
+ min?: number | null | undefined;
1365
+ max?: number | null | undefined;
1366
1366
  enabled?: boolean | undefined;
1367
1367
  labels?: {
1368
1368
  enabled?: boolean | undefined;
@@ -1376,12 +1376,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1376
1376
  templateMainYHasGridLines?: boolean | undefined;
1377
1377
  } | undefined;
1378
1378
  yAxis?: {
1379
- min?: number | null | undefined;
1380
- max?: number | null | undefined;
1381
1379
  title?: {
1382
1380
  text?: string | undefined;
1383
1381
  enabled?: boolean | undefined;
1384
1382
  } | undefined;
1383
+ min?: number | null | undefined;
1384
+ max?: number | null | undefined;
1385
1385
  enabled?: boolean | undefined;
1386
1386
  labels?: {
1387
1387
  enabled?: boolean | undefined;
@@ -1395,12 +1395,12 @@ export declare const ScatterChartStyleSchema: z.ZodObject<{
1395
1395
  templateMainYHasGridLines?: boolean | undefined;
1396
1396
  } | undefined;
1397
1397
  y2Axis?: {
1398
- min?: number | null | undefined;
1399
- max?: number | null | undefined;
1400
1398
  title?: {
1401
1399
  text?: string | undefined;
1402
1400
  enabled?: boolean | undefined;
1403
1401
  } | undefined;
1402
+ min?: number | null | undefined;
1403
+ max?: number | null | undefined;
1404
1404
  enabled?: boolean | undefined;
1405
1405
  labels?: {
1406
1406
  enabled?: boolean | undefined;
@@ -1490,12 +1490,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1490
1490
  logarithmic: z.ZodOptional<z.ZodBoolean>;
1491
1491
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
1492
1492
  }, "strict", z.ZodTypeAny, {
1493
- min?: number | null | undefined;
1494
- max?: number | null | undefined;
1495
1493
  title?: {
1496
1494
  text?: string | undefined;
1497
1495
  enabled?: boolean | undefined;
1498
1496
  } | undefined;
1497
+ min?: number | null | undefined;
1498
+ max?: number | null | undefined;
1499
1499
  enabled?: boolean | undefined;
1500
1500
  labels?: {
1501
1501
  enabled?: boolean | undefined;
@@ -1508,12 +1508,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1508
1508
  logarithmic?: boolean | undefined;
1509
1509
  templateMainYHasGridLines?: boolean | undefined;
1510
1510
  }, {
1511
- min?: number | null | undefined;
1512
- max?: number | null | undefined;
1513
1511
  title?: {
1514
1512
  text?: string | undefined;
1515
1513
  enabled?: boolean | undefined;
1516
1514
  } | undefined;
1515
+ min?: number | null | undefined;
1516
+ max?: number | null | undefined;
1517
1517
  enabled?: boolean | undefined;
1518
1518
  labels?: {
1519
1519
  enabled?: boolean | undefined;
@@ -1559,12 +1559,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1559
1559
  logarithmic: z.ZodOptional<z.ZodBoolean>;
1560
1560
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
1561
1561
  }, "strict", z.ZodTypeAny, {
1562
- min?: number | null | undefined;
1563
- max?: number | null | undefined;
1564
1562
  title?: {
1565
1563
  text?: string | undefined;
1566
1564
  enabled?: boolean | undefined;
1567
1565
  } | undefined;
1566
+ min?: number | null | undefined;
1567
+ max?: number | null | undefined;
1568
1568
  enabled?: boolean | undefined;
1569
1569
  labels?: {
1570
1570
  enabled?: boolean | undefined;
@@ -1577,12 +1577,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1577
1577
  logarithmic?: boolean | undefined;
1578
1578
  templateMainYHasGridLines?: boolean | undefined;
1579
1579
  }, {
1580
- min?: number | null | undefined;
1581
- max?: number | null | undefined;
1582
1580
  title?: {
1583
1581
  text?: string | undefined;
1584
1582
  enabled?: boolean | undefined;
1585
1583
  } | undefined;
1584
+ min?: number | null | undefined;
1585
+ max?: number | null | undefined;
1586
1586
  enabled?: boolean | undefined;
1587
1587
  labels?: {
1588
1588
  enabled?: boolean | undefined;
@@ -1628,12 +1628,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1628
1628
  logarithmic: z.ZodOptional<z.ZodBoolean>;
1629
1629
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
1630
1630
  }, "strict", z.ZodTypeAny, {
1631
- min?: number | null | undefined;
1632
- max?: number | null | undefined;
1633
1631
  title?: {
1634
1632
  text?: string | undefined;
1635
1633
  enabled?: boolean | undefined;
1636
1634
  } | undefined;
1635
+ min?: number | null | undefined;
1636
+ max?: number | null | undefined;
1637
1637
  enabled?: boolean | undefined;
1638
1638
  labels?: {
1639
1639
  enabled?: boolean | undefined;
@@ -1646,12 +1646,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1646
1646
  logarithmic?: boolean | undefined;
1647
1647
  templateMainYHasGridLines?: boolean | undefined;
1648
1648
  }, {
1649
- min?: number | null | undefined;
1650
- max?: number | null | undefined;
1651
1649
  title?: {
1652
1650
  text?: string | undefined;
1653
1651
  enabled?: boolean | undefined;
1654
1652
  } | undefined;
1653
+ min?: number | null | undefined;
1654
+ max?: number | null | undefined;
1655
1655
  enabled?: boolean | undefined;
1656
1656
  labels?: {
1657
1657
  enabled?: boolean | undefined;
@@ -1700,12 +1700,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1700
1700
  } | undefined;
1701
1701
  } | undefined;
1702
1702
  xAxis?: {
1703
- min?: number | null | undefined;
1704
- max?: number | null | undefined;
1705
1703
  title?: {
1706
1704
  text?: string | undefined;
1707
1705
  enabled?: boolean | undefined;
1708
1706
  } | undefined;
1707
+ min?: number | null | undefined;
1708
+ max?: number | null | undefined;
1709
1709
  enabled?: boolean | undefined;
1710
1710
  labels?: {
1711
1711
  enabled?: boolean | undefined;
@@ -1719,12 +1719,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1719
1719
  templateMainYHasGridLines?: boolean | undefined;
1720
1720
  } | undefined;
1721
1721
  yAxis?: {
1722
- min?: number | null | undefined;
1723
- max?: number | null | undefined;
1724
1722
  title?: {
1725
1723
  text?: string | undefined;
1726
1724
  enabled?: boolean | undefined;
1727
1725
  } | undefined;
1726
+ min?: number | null | undefined;
1727
+ max?: number | null | undefined;
1728
1728
  enabled?: boolean | undefined;
1729
1729
  labels?: {
1730
1730
  enabled?: boolean | undefined;
@@ -1738,12 +1738,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1738
1738
  templateMainYHasGridLines?: boolean | undefined;
1739
1739
  } | undefined;
1740
1740
  y2Axis?: {
1741
- min?: number | null | undefined;
1742
- max?: number | null | undefined;
1743
1741
  title?: {
1744
1742
  text?: string | undefined;
1745
1743
  enabled?: boolean | undefined;
1746
1744
  } | undefined;
1745
+ min?: number | null | undefined;
1746
+ max?: number | null | undefined;
1747
1747
  enabled?: boolean | undefined;
1748
1748
  labels?: {
1749
1749
  enabled?: boolean | undefined;
@@ -1777,12 +1777,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1777
1777
  } | undefined;
1778
1778
  } | undefined;
1779
1779
  xAxis?: {
1780
- min?: number | null | undefined;
1781
- max?: number | null | undefined;
1782
1780
  title?: {
1783
1781
  text?: string | undefined;
1784
1782
  enabled?: boolean | undefined;
1785
1783
  } | undefined;
1784
+ min?: number | null | undefined;
1785
+ max?: number | null | undefined;
1786
1786
  enabled?: boolean | undefined;
1787
1787
  labels?: {
1788
1788
  enabled?: boolean | undefined;
@@ -1796,12 +1796,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1796
1796
  templateMainYHasGridLines?: boolean | undefined;
1797
1797
  } | undefined;
1798
1798
  yAxis?: {
1799
- min?: number | null | undefined;
1800
- max?: number | null | undefined;
1801
1799
  title?: {
1802
1800
  text?: string | undefined;
1803
1801
  enabled?: boolean | undefined;
1804
1802
  } | undefined;
1803
+ min?: number | null | undefined;
1804
+ max?: number | null | undefined;
1805
1805
  enabled?: boolean | undefined;
1806
1806
  labels?: {
1807
1807
  enabled?: boolean | undefined;
@@ -1815,12 +1815,12 @@ export declare const AreaChartStyleSchema: z.ZodObject<{
1815
1815
  templateMainYHasGridLines?: boolean | undefined;
1816
1816
  } | undefined;
1817
1817
  y2Axis?: {
1818
- min?: number | null | undefined;
1819
- max?: number | null | undefined;
1820
1818
  title?: {
1821
1819
  text?: string | undefined;
1822
1820
  enabled?: boolean | undefined;
1823
1821
  } | undefined;
1822
+ min?: number | null | undefined;
1823
+ max?: number | null | undefined;
1824
1824
  enabled?: boolean | undefined;
1825
1825
  labels?: {
1826
1826
  enabled?: boolean | undefined;
@@ -2146,12 +2146,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2146
2146
  logarithmic: z.ZodOptional<z.ZodBoolean>;
2147
2147
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
2148
2148
  }, "strict", z.ZodTypeAny, {
2149
- min?: number | null | undefined;
2150
- max?: number | null | undefined;
2151
2149
  title?: {
2152
2150
  text?: string | undefined;
2153
2151
  enabled?: boolean | undefined;
2154
2152
  } | undefined;
2153
+ min?: number | null | undefined;
2154
+ max?: number | null | undefined;
2155
2155
  enabled?: boolean | undefined;
2156
2156
  labels?: {
2157
2157
  enabled?: boolean | undefined;
@@ -2164,12 +2164,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2164
2164
  logarithmic?: boolean | undefined;
2165
2165
  templateMainYHasGridLines?: boolean | undefined;
2166
2166
  }, {
2167
- min?: number | null | undefined;
2168
- max?: number | null | undefined;
2169
2167
  title?: {
2170
2168
  text?: string | undefined;
2171
2169
  enabled?: boolean | undefined;
2172
2170
  } | undefined;
2171
+ min?: number | null | undefined;
2172
+ max?: number | null | undefined;
2173
2173
  enabled?: boolean | undefined;
2174
2174
  labels?: {
2175
2175
  enabled?: boolean | undefined;
@@ -2215,12 +2215,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2215
2215
  logarithmic: z.ZodOptional<z.ZodBoolean>;
2216
2216
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
2217
2217
  }, "strict", z.ZodTypeAny, {
2218
- min?: number | null | undefined;
2219
- max?: number | null | undefined;
2220
2218
  title?: {
2221
2219
  text?: string | undefined;
2222
2220
  enabled?: boolean | undefined;
2223
2221
  } | undefined;
2222
+ min?: number | null | undefined;
2223
+ max?: number | null | undefined;
2224
2224
  enabled?: boolean | undefined;
2225
2225
  labels?: {
2226
2226
  enabled?: boolean | undefined;
@@ -2233,12 +2233,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2233
2233
  logarithmic?: boolean | undefined;
2234
2234
  templateMainYHasGridLines?: boolean | undefined;
2235
2235
  }, {
2236
- min?: number | null | undefined;
2237
- max?: number | null | undefined;
2238
2236
  title?: {
2239
2237
  text?: string | undefined;
2240
2238
  enabled?: boolean | undefined;
2241
2239
  } | undefined;
2240
+ min?: number | null | undefined;
2241
+ max?: number | null | undefined;
2242
2242
  enabled?: boolean | undefined;
2243
2243
  labels?: {
2244
2244
  enabled?: boolean | undefined;
@@ -2284,12 +2284,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2284
2284
  logarithmic: z.ZodOptional<z.ZodBoolean>;
2285
2285
  templateMainYHasGridLines: z.ZodOptional<z.ZodBoolean>;
2286
2286
  }, "strict", z.ZodTypeAny, {
2287
- min?: number | null | undefined;
2288
- max?: number | null | undefined;
2289
2287
  title?: {
2290
2288
  text?: string | undefined;
2291
2289
  enabled?: boolean | undefined;
2292
2290
  } | undefined;
2291
+ min?: number | null | undefined;
2292
+ max?: number | null | undefined;
2293
2293
  enabled?: boolean | undefined;
2294
2294
  labels?: {
2295
2295
  enabled?: boolean | undefined;
@@ -2302,12 +2302,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2302
2302
  logarithmic?: boolean | undefined;
2303
2303
  templateMainYHasGridLines?: boolean | undefined;
2304
2304
  }, {
2305
- min?: number | null | undefined;
2306
- max?: number | null | undefined;
2307
2305
  title?: {
2308
2306
  text?: string | undefined;
2309
2307
  enabled?: boolean | undefined;
2310
2308
  } | undefined;
2309
+ min?: number | null | undefined;
2310
+ max?: number | null | undefined;
2311
2311
  enabled?: boolean | undefined;
2312
2312
  labels?: {
2313
2313
  enabled?: boolean | undefined;
@@ -2350,12 +2350,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2350
2350
  showPercentage?: boolean | undefined;
2351
2351
  }>>;
2352
2352
  }, "strict", z.ZodTypeAny, {
2353
- boxType?: "iqr" | "extremums" | "standardDeviation" | undefined;
2354
- outliersEnabled?: boolean | undefined;
2355
2353
  legend?: {
2356
2354
  enabled?: boolean | undefined;
2357
2355
  position?: "left" | "right" | "top" | "bottom" | undefined;
2358
2356
  } | undefined;
2357
+ boxType?: "iqr" | "extremums" | "standardDeviation" | undefined;
2358
+ outliersEnabled?: boolean | undefined;
2359
2359
  width?: number | undefined;
2360
2360
  subtype?: "boxplot/full" | "boxplot/hollow" | undefined;
2361
2361
  seriesLabels?: {
@@ -2374,12 +2374,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2374
2374
  enabled?: boolean | undefined;
2375
2375
  } | undefined;
2376
2376
  xAxis?: {
2377
- min?: number | null | undefined;
2378
- max?: number | null | undefined;
2379
2377
  title?: {
2380
2378
  text?: string | undefined;
2381
2379
  enabled?: boolean | undefined;
2382
2380
  } | undefined;
2381
+ min?: number | null | undefined;
2382
+ max?: number | null | undefined;
2383
2383
  enabled?: boolean | undefined;
2384
2384
  labels?: {
2385
2385
  enabled?: boolean | undefined;
@@ -2393,12 +2393,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2393
2393
  templateMainYHasGridLines?: boolean | undefined;
2394
2394
  } | undefined;
2395
2395
  yAxis?: {
2396
- min?: number | null | undefined;
2397
- max?: number | null | undefined;
2398
2396
  title?: {
2399
2397
  text?: string | undefined;
2400
2398
  enabled?: boolean | undefined;
2401
2399
  } | undefined;
2400
+ min?: number | null | undefined;
2401
+ max?: number | null | undefined;
2402
2402
  enabled?: boolean | undefined;
2403
2403
  labels?: {
2404
2404
  enabled?: boolean | undefined;
@@ -2412,12 +2412,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2412
2412
  templateMainYHasGridLines?: boolean | undefined;
2413
2413
  } | undefined;
2414
2414
  y2Axis?: {
2415
- min?: number | null | undefined;
2416
- max?: number | null | undefined;
2417
2415
  title?: {
2418
2416
  text?: string | undefined;
2419
2417
  enabled?: boolean | undefined;
2420
2418
  } | undefined;
2419
+ min?: number | null | undefined;
2420
+ max?: number | null | undefined;
2421
2421
  enabled?: boolean | undefined;
2422
2422
  labels?: {
2423
2423
  enabled?: boolean | undefined;
@@ -2431,12 +2431,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2431
2431
  templateMainYHasGridLines?: boolean | undefined;
2432
2432
  } | undefined;
2433
2433
  }, {
2434
- boxType?: "iqr" | "extremums" | "standardDeviation" | undefined;
2435
- outliersEnabled?: boolean | undefined;
2436
2434
  legend?: {
2437
2435
  enabled?: boolean | undefined;
2438
2436
  position?: "left" | "right" | "top" | "bottom" | undefined;
2439
2437
  } | undefined;
2438
+ boxType?: "iqr" | "extremums" | "standardDeviation" | undefined;
2439
+ outliersEnabled?: boolean | undefined;
2440
2440
  width?: number | undefined;
2441
2441
  subtype?: "boxplot/full" | "boxplot/hollow" | undefined;
2442
2442
  seriesLabels?: {
@@ -2455,12 +2455,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2455
2455
  enabled?: boolean | undefined;
2456
2456
  } | undefined;
2457
2457
  xAxis?: {
2458
- min?: number | null | undefined;
2459
- max?: number | null | undefined;
2460
2458
  title?: {
2461
2459
  text?: string | undefined;
2462
2460
  enabled?: boolean | undefined;
2463
2461
  } | undefined;
2462
+ min?: number | null | undefined;
2463
+ max?: number | null | undefined;
2464
2464
  enabled?: boolean | undefined;
2465
2465
  labels?: {
2466
2466
  enabled?: boolean | undefined;
@@ -2474,12 +2474,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2474
2474
  templateMainYHasGridLines?: boolean | undefined;
2475
2475
  } | undefined;
2476
2476
  yAxis?: {
2477
- min?: number | null | undefined;
2478
- max?: number | null | undefined;
2479
2477
  title?: {
2480
2478
  text?: string | undefined;
2481
2479
  enabled?: boolean | undefined;
2482
2480
  } | undefined;
2481
+ min?: number | null | undefined;
2482
+ max?: number | null | undefined;
2483
2483
  enabled?: boolean | undefined;
2484
2484
  labels?: {
2485
2485
  enabled?: boolean | undefined;
@@ -2493,12 +2493,12 @@ export declare const BoxplotChartStyleSchema: z.ZodObject<{
2493
2493
  templateMainYHasGridLines?: boolean | undefined;
2494
2494
  } | undefined;
2495
2495
  y2Axis?: {
2496
- min?: number | null | undefined;
2497
- max?: number | null | undefined;
2498
2496
  title?: {
2499
2497
  text?: string | undefined;
2500
2498
  enabled?: boolean | undefined;
2501
2499
  } | undefined;
2500
+ min?: number | null | undefined;
2501
+ max?: number | null | undefined;
2502
2502
  enabled?: boolean | undefined;
2503
2503
  labels?: {
2504
2504
  enabled?: boolean | undefined;
@@ -2548,12 +2548,12 @@ export declare const IndicatorChartStyleSchema: z.ZodObject<{
2548
2548
  skin: z.ZodOptional<z.ZodEnum<["1", "2"]>>;
2549
2549
  }, "strict", z.ZodTypeAny, {
2550
2550
  value?: number | undefined;
2551
- min?: number | undefined;
2552
- max?: number | undefined;
2553
2551
  legend?: {
2554
2552
  enabled?: boolean | undefined;
2555
2553
  position?: "left" | "right" | "top" | "bottom" | undefined;
2556
2554
  } | undefined;
2555
+ min?: number | undefined;
2556
+ max?: number | undefined;
2557
2557
  subtype?: "indicator/numeric" | "indicator/gauge" | undefined;
2558
2558
  seriesLabels?: {
2559
2559
  enabled?: boolean | undefined;
@@ -2566,12 +2566,12 @@ export declare const IndicatorChartStyleSchema: z.ZodObject<{
2566
2566
  thresholds?: number[] | undefined;
2567
2567
  }, {
2568
2568
  value?: number | undefined;
2569
- min?: number | undefined;
2570
- max?: number | undefined;
2571
2569
  legend?: {
2572
2570
  enabled?: boolean | undefined;
2573
2571
  position?: "left" | "right" | "top" | "bottom" | undefined;
2574
2572
  } | undefined;
2573
+ min?: number | undefined;
2574
+ max?: number | undefined;
2575
2575
  subtype?: "indicator/numeric" | "indicator/gauge" | undefined;
2576
2576
  seriesLabels?: {
2577
2577
  enabled?: boolean | undefined;
@@ -2593,12 +2593,12 @@ export declare function getChartStyleOptionsSchema(chartType: ChartType): z.ZodO
2593
2593
  [x: string]: any;
2594
2594
  }>;
2595
2595
  }, "strip", z.ZodTypeAny, {
2596
- chartType: "line" | "area" | "bar" | "column" | "polar" | "pie" | "funnel" | "treemap" | "sunburst" | "scatter" | "indicator" | "areamap" | "boxplot" | "scattermap" | "arearange" | "table";
2596
+ chartType: "area" | "table" | "indicator" | "column" | "line" | "pie" | "bar" | "polar" | "funnel" | "treemap" | "sunburst" | "scatter" | "areamap" | "boxplot" | "scattermap" | "arearange";
2597
2597
  styleOptions: {
2598
2598
  [x: string]: any;
2599
2599
  };
2600
2600
  }, {
2601
- chartType: "line" | "area" | "bar" | "column" | "polar" | "pie" | "funnel" | "treemap" | "sunburst" | "scatter" | "indicator" | "areamap" | "boxplot" | "scattermap" | "arearange" | "table";
2601
+ chartType: "area" | "table" | "indicator" | "column" | "line" | "pie" | "bar" | "polar" | "funnel" | "treemap" | "sunburst" | "scatter" | "areamap" | "boxplot" | "scattermap" | "arearange";
2602
2602
  styleOptions: {
2603
2603
  [x: string]: any;
2604
2604
  };
@@ -2881,7 +2881,7 @@ export declare const dataOptionsEditingSchemas: {
2881
2881
  showOnRightAxis: boolean;
2882
2882
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
2883
2883
  treatNullDataAsZeros: boolean;
2884
- chartType?: "line" | "area" | "bar" | "column" | undefined;
2884
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
2885
2885
  trend?: {
2886
2886
  ignoreAnomalies?: boolean | undefined;
2887
2887
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -2921,7 +2921,7 @@ export declare const dataOptionsEditingSchemas: {
2921
2921
  showOnRightAxis: boolean;
2922
2922
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
2923
2923
  treatNullDataAsZeros: boolean;
2924
- chartType?: "line" | "area" | "bar" | "column" | undefined;
2924
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
2925
2925
  trend?: {
2926
2926
  ignoreAnomalies?: boolean | undefined;
2927
2927
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -3153,7 +3153,7 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3153
3153
  showOnRightAxis: boolean;
3154
3154
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
3155
3155
  treatNullDataAsZeros: boolean;
3156
- chartType?: "line" | "area" | "bar" | "column" | undefined;
3156
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
3157
3157
  trend?: {
3158
3158
  ignoreAnomalies?: boolean | undefined;
3159
3159
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -3193,7 +3193,7 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3193
3193
  showOnRightAxis: boolean;
3194
3194
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
3195
3195
  treatNullDataAsZeros: boolean;
3196
- chartType?: "line" | "area" | "bar" | "column" | undefined;
3196
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
3197
3197
  trend?: {
3198
3198
  ignoreAnomalies?: boolean | undefined;
3199
3199
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -3434,7 +3434,7 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3434
3434
  showOnRightAxis: boolean;
3435
3435
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
3436
3436
  treatNullDataAsZeros: boolean;
3437
- chartType?: "line" | "area" | "bar" | "column" | undefined;
3437
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
3438
3438
  trend?: {
3439
3439
  ignoreAnomalies?: boolean | undefined;
3440
3440
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -3527,7 +3527,7 @@ export declare const cartesianDataOptionsEditingSchemas: z.ZodObject<{
3527
3527
  showOnRightAxis: boolean;
3528
3528
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
3529
3529
  treatNullDataAsZeros: boolean;
3530
- chartType?: "line" | "area" | "bar" | "column" | undefined;
3530
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
3531
3531
  trend?: {
3532
3532
  ignoreAnomalies?: boolean | undefined;
3533
3533
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -3711,7 +3711,7 @@ export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
3711
3711
  showOnRightAxis: boolean;
3712
3712
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
3713
3713
  treatNullDataAsZeros: boolean;
3714
- chartType?: "line" | "area" | "bar" | "column" | undefined;
3714
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
3715
3715
  trend?: {
3716
3716
  ignoreAnomalies?: boolean | undefined;
3717
3717
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -3751,7 +3751,7 @@ export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
3751
3751
  showOnRightAxis: boolean;
3752
3752
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
3753
3753
  treatNullDataAsZeros: boolean;
3754
- chartType?: "line" | "area" | "bar" | "column" | undefined;
3754
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
3755
3755
  trend?: {
3756
3756
  ignoreAnomalies?: boolean | undefined;
3757
3757
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -3893,7 +3893,7 @@ export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
3893
3893
  showOnRightAxis: boolean;
3894
3894
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
3895
3895
  treatNullDataAsZeros: boolean;
3896
- chartType?: "line" | "area" | "bar" | "column" | undefined;
3896
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
3897
3897
  trend?: {
3898
3898
  ignoreAnomalies?: boolean | undefined;
3899
3899
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -3961,7 +3961,7 @@ export declare const categoricalDataOptionsEditingSchemas: z.ZodObject<{
3961
3961
  showOnRightAxis: boolean;
3962
3962
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
3963
3963
  treatNullDataAsZeros: boolean;
3964
- chartType?: "line" | "area" | "bar" | "column" | undefined;
3964
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
3965
3965
  trend?: {
3966
3966
  ignoreAnomalies?: boolean | undefined;
3967
3967
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4120,7 +4120,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4120
4120
  showOnRightAxis: boolean;
4121
4121
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4122
4122
  treatNullDataAsZeros: boolean;
4123
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4123
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4124
4124
  trend?: {
4125
4125
  ignoreAnomalies?: boolean | undefined;
4126
4126
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4160,7 +4160,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4160
4160
  showOnRightAxis: boolean;
4161
4161
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4162
4162
  treatNullDataAsZeros: boolean;
4163
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4163
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4164
4164
  trend?: {
4165
4165
  ignoreAnomalies?: boolean | undefined;
4166
4166
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4291,7 +4291,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4291
4291
  showOnRightAxis: boolean;
4292
4292
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4293
4293
  treatNullDataAsZeros: boolean;
4294
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4294
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4295
4295
  trend?: {
4296
4296
  ignoreAnomalies?: boolean | undefined;
4297
4297
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4331,7 +4331,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4331
4331
  showOnRightAxis: boolean;
4332
4332
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4333
4333
  treatNullDataAsZeros: boolean;
4334
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4334
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4335
4335
  trend?: {
4336
4336
  ignoreAnomalies?: boolean | undefined;
4337
4337
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4462,7 +4462,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4462
4462
  showOnRightAxis: boolean;
4463
4463
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4464
4464
  treatNullDataAsZeros: boolean;
4465
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4465
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4466
4466
  trend?: {
4467
4467
  ignoreAnomalies?: boolean | undefined;
4468
4468
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4502,7 +4502,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4502
4502
  showOnRightAxis: boolean;
4503
4503
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4504
4504
  treatNullDataAsZeros: boolean;
4505
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4505
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4506
4506
  trend?: {
4507
4507
  ignoreAnomalies?: boolean | undefined;
4508
4508
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4732,7 +4732,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4732
4732
  showOnRightAxis: boolean;
4733
4733
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4734
4734
  treatNullDataAsZeros: boolean;
4735
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4735
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4736
4736
  trend?: {
4737
4737
  ignoreAnomalies?: boolean | undefined;
4738
4738
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4772,7 +4772,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4772
4772
  showOnRightAxis: boolean;
4773
4773
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4774
4774
  treatNullDataAsZeros: boolean;
4775
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4775
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4776
4776
  trend?: {
4777
4777
  ignoreAnomalies?: boolean | undefined;
4778
4778
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4815,7 +4815,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4815
4815
  showOnRightAxis: boolean;
4816
4816
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4817
4817
  treatNullDataAsZeros: boolean;
4818
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4818
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4819
4819
  trend?: {
4820
4820
  ignoreAnomalies?: boolean | undefined;
4821
4821
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4856,7 +4856,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4856
4856
  showOnRightAxis: boolean;
4857
4857
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4858
4858
  treatNullDataAsZeros: boolean;
4859
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4859
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4860
4860
  trend?: {
4861
4861
  ignoreAnomalies?: boolean | undefined;
4862
4862
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4922,7 +4922,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4922
4922
  showOnRightAxis: boolean;
4923
4923
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4924
4924
  treatNullDataAsZeros: boolean;
4925
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4925
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4926
4926
  trend?: {
4927
4927
  ignoreAnomalies?: boolean | undefined;
4928
4928
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -4963,7 +4963,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
4963
4963
  showOnRightAxis: boolean;
4964
4964
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
4965
4965
  treatNullDataAsZeros: boolean;
4966
- chartType?: "line" | "area" | "bar" | "column" | undefined;
4966
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
4967
4967
  trend?: {
4968
4968
  ignoreAnomalies?: boolean | undefined;
4969
4969
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5006,7 +5006,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5006
5006
  showOnRightAxis: boolean;
5007
5007
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5008
5008
  treatNullDataAsZeros: boolean;
5009
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5009
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5010
5010
  trend?: {
5011
5011
  ignoreAnomalies?: boolean | undefined;
5012
5012
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5047,7 +5047,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5047
5047
  showOnRightAxis: boolean;
5048
5048
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5049
5049
  treatNullDataAsZeros: boolean;
5050
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5050
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5051
5051
  trend?: {
5052
5052
  ignoreAnomalies?: boolean | undefined;
5053
5053
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5113,7 +5113,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5113
5113
  showOnRightAxis: boolean;
5114
5114
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5115
5115
  treatNullDataAsZeros: boolean;
5116
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5116
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5117
5117
  trend?: {
5118
5118
  ignoreAnomalies?: boolean | undefined;
5119
5119
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5154,7 +5154,7 @@ export declare const scatterChartDataOptionsEditingSchemas: z.ZodObject<{
5154
5154
  showOnRightAxis: boolean;
5155
5155
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5156
5156
  treatNullDataAsZeros: boolean;
5157
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5157
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5158
5158
  trend?: {
5159
5159
  ignoreAnomalies?: boolean | undefined;
5160
5160
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5288,7 +5288,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5288
5288
  showOnRightAxis: boolean;
5289
5289
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5290
5290
  treatNullDataAsZeros: boolean;
5291
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5291
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5292
5292
  trend?: {
5293
5293
  ignoreAnomalies?: boolean | undefined;
5294
5294
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5328,7 +5328,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5328
5328
  showOnRightAxis: boolean;
5329
5329
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5330
5330
  treatNullDataAsZeros: boolean;
5331
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5331
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5332
5332
  trend?: {
5333
5333
  ignoreAnomalies?: boolean | undefined;
5334
5334
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5459,7 +5459,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5459
5459
  showOnRightAxis: boolean;
5460
5460
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5461
5461
  treatNullDataAsZeros: boolean;
5462
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5462
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5463
5463
  trend?: {
5464
5464
  ignoreAnomalies?: boolean | undefined;
5465
5465
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5499,7 +5499,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5499
5499
  showOnRightAxis: boolean;
5500
5500
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5501
5501
  treatNullDataAsZeros: boolean;
5502
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5502
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5503
5503
  trend?: {
5504
5504
  ignoreAnomalies?: boolean | undefined;
5505
5505
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5630,7 +5630,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5630
5630
  showOnRightAxis: boolean;
5631
5631
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5632
5632
  treatNullDataAsZeros: boolean;
5633
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5633
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5634
5634
  trend?: {
5635
5635
  ignoreAnomalies?: boolean | undefined;
5636
5636
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5670,7 +5670,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5670
5670
  showOnRightAxis: boolean;
5671
5671
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5672
5672
  treatNullDataAsZeros: boolean;
5673
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5673
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5674
5674
  trend?: {
5675
5675
  ignoreAnomalies?: boolean | undefined;
5676
5676
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5801,7 +5801,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5801
5801
  showOnRightAxis: boolean;
5802
5802
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5803
5803
  treatNullDataAsZeros: boolean;
5804
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5804
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5805
5805
  trend?: {
5806
5806
  ignoreAnomalies?: boolean | undefined;
5807
5807
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5841,7 +5841,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5841
5841
  showOnRightAxis: boolean;
5842
5842
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5843
5843
  treatNullDataAsZeros: boolean;
5844
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5844
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5845
5845
  trend?: {
5846
5846
  ignoreAnomalies?: boolean | undefined;
5847
5847
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5883,7 +5883,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5883
5883
  showOnRightAxis: boolean;
5884
5884
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5885
5885
  treatNullDataAsZeros: boolean;
5886
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5886
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5887
5887
  trend?: {
5888
5888
  ignoreAnomalies?: boolean | undefined;
5889
5889
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5924,7 +5924,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5924
5924
  showOnRightAxis: boolean;
5925
5925
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5926
5926
  treatNullDataAsZeros: boolean;
5927
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5927
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5928
5928
  trend?: {
5929
5929
  ignoreAnomalies?: boolean | undefined;
5930
5930
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -5965,7 +5965,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
5965
5965
  showOnRightAxis: boolean;
5966
5966
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
5967
5967
  treatNullDataAsZeros: boolean;
5968
- chartType?: "line" | "area" | "bar" | "column" | undefined;
5968
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
5969
5969
  trend?: {
5970
5970
  ignoreAnomalies?: boolean | undefined;
5971
5971
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6006,7 +6006,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
6006
6006
  showOnRightAxis: boolean;
6007
6007
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6008
6008
  treatNullDataAsZeros: boolean;
6009
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6009
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6010
6010
  trend?: {
6011
6011
  ignoreAnomalies?: boolean | undefined;
6012
6012
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6048,7 +6048,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
6048
6048
  showOnRightAxis: boolean;
6049
6049
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6050
6050
  treatNullDataAsZeros: boolean;
6051
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6051
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6052
6052
  trend?: {
6053
6053
  ignoreAnomalies?: boolean | undefined;
6054
6054
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6089,7 +6089,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
6089
6089
  showOnRightAxis: boolean;
6090
6090
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6091
6091
  treatNullDataAsZeros: boolean;
6092
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6092
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6093
6093
  trend?: {
6094
6094
  ignoreAnomalies?: boolean | undefined;
6095
6095
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6130,7 +6130,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
6130
6130
  showOnRightAxis: boolean;
6131
6131
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6132
6132
  treatNullDataAsZeros: boolean;
6133
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6133
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6134
6134
  trend?: {
6135
6135
  ignoreAnomalies?: boolean | undefined;
6136
6136
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6171,7 +6171,7 @@ export declare const indicatorDataOptionsEditingSchemas: z.ZodObject<{
6171
6171
  showOnRightAxis: boolean;
6172
6172
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6173
6173
  treatNullDataAsZeros: boolean;
6174
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6174
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6175
6175
  trend?: {
6176
6176
  ignoreAnomalies?: boolean | undefined;
6177
6177
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6405,7 +6405,7 @@ export declare const boxplotDataOptionsEditingSchemas: z.ZodObject<{
6405
6405
  showOnRightAxis: boolean;
6406
6406
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6407
6407
  treatNullDataAsZeros: boolean;
6408
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6408
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6409
6409
  trend?: {
6410
6410
  ignoreAnomalies?: boolean | undefined;
6411
6411
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6445,7 +6445,7 @@ export declare const boxplotDataOptionsEditingSchemas: z.ZodObject<{
6445
6445
  showOnRightAxis: boolean;
6446
6446
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6447
6447
  treatNullDataAsZeros: boolean;
6448
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6448
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6449
6449
  trend?: {
6450
6450
  ignoreAnomalies?: boolean | undefined;
6451
6451
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6487,7 +6487,7 @@ export declare const boxplotDataOptionsEditingSchemas: z.ZodObject<{
6487
6487
  showOnRightAxis: boolean;
6488
6488
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6489
6489
  treatNullDataAsZeros: boolean;
6490
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6490
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6491
6491
  trend?: {
6492
6492
  ignoreAnomalies?: boolean | undefined;
6493
6493
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6556,7 +6556,7 @@ export declare const boxplotDataOptionsEditingSchemas: z.ZodObject<{
6556
6556
  showOnRightAxis: boolean;
6557
6557
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6558
6558
  treatNullDataAsZeros: boolean;
6559
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6559
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6560
6560
  trend?: {
6561
6561
  ignoreAnomalies?: boolean | undefined;
6562
6562
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6716,7 +6716,7 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
6716
6716
  showOnRightAxis: boolean;
6717
6717
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6718
6718
  treatNullDataAsZeros: boolean;
6719
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6719
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6720
6720
  trend?: {
6721
6721
  ignoreAnomalies?: boolean | undefined;
6722
6722
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -6756,7 +6756,7 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
6756
6756
  showOnRightAxis: boolean;
6757
6757
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
6758
6758
  treatNullDataAsZeros: boolean;
6759
- chartType?: "line" | "area" | "bar" | "column" | undefined;
6759
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
6760
6760
  trend?: {
6761
6761
  ignoreAnomalies?: boolean | undefined;
6762
6762
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -7085,7 +7085,7 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
7085
7085
  showOnRightAxis: boolean;
7086
7086
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
7087
7087
  treatNullDataAsZeros: boolean;
7088
- chartType?: "line" | "area" | "bar" | "column" | undefined;
7088
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
7089
7089
  trend?: {
7090
7090
  ignoreAnomalies?: boolean | undefined;
7091
7091
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -7125,7 +7125,7 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
7125
7125
  showOnRightAxis: boolean;
7126
7126
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
7127
7127
  treatNullDataAsZeros: boolean;
7128
- chartType?: "line" | "area" | "bar" | "column" | undefined;
7128
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
7129
7129
  trend?: {
7130
7130
  ignoreAnomalies?: boolean | undefined;
7131
7131
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -7142,6 +7142,31 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
7142
7142
  } | undefined;
7143
7143
  }>;
7144
7144
  }, "strip", z.ZodTypeAny, {
7145
+ details: {
7146
+ column: {
7147
+ name: string;
7148
+ title: string;
7149
+ };
7150
+ sortType: "sortAsc" | "sortDesc" | "sortNone";
7151
+ numberFormatConfig: {
7152
+ symbol?: string | undefined;
7153
+ name?: "Currency" | "Numbers" | "Percent" | undefined;
7154
+ prefix?: boolean | undefined;
7155
+ bilion?: boolean | undefined;
7156
+ decimalScale?: number | undefined;
7157
+ kilo?: boolean | undefined;
7158
+ million?: boolean | undefined;
7159
+ thousandSeparator?: boolean | undefined;
7160
+ trillion?: boolean | undefined;
7161
+ };
7162
+ continuous: boolean;
7163
+ dateFormat: string;
7164
+ geoLevel: "country" | "state" | "city" | "zip" | "latitude" | "longitude";
7165
+ granularity: "month" | "year" | "day" | "week";
7166
+ includeSubTotals: boolean;
7167
+ isColored: boolean;
7168
+ isHtml: boolean;
7169
+ };
7145
7170
  size: {
7146
7171
  column: {
7147
7172
  name: string;
@@ -7167,7 +7192,7 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
7167
7192
  showOnRightAxis: boolean;
7168
7193
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
7169
7194
  treatNullDataAsZeros: boolean;
7170
- chartType?: "line" | "area" | "bar" | "column" | undefined;
7195
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
7171
7196
  trend?: {
7172
7197
  ignoreAnomalies?: boolean | undefined;
7173
7198
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -7233,7 +7258,7 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
7233
7258
  showOnRightAxis: boolean;
7234
7259
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
7235
7260
  treatNullDataAsZeros: boolean;
7236
- chartType?: "line" | "area" | "bar" | "column" | undefined;
7261
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
7237
7262
  trend?: {
7238
7263
  ignoreAnomalies?: boolean | undefined;
7239
7264
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -7249,6 +7274,7 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
7249
7274
  upperBound?: number | undefined;
7250
7275
  } | undefined;
7251
7276
  };
7277
+ }, {
7252
7278
  details: {
7253
7279
  column: {
7254
7280
  name: string;
@@ -7274,7 +7300,6 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
7274
7300
  isColored: boolean;
7275
7301
  isHtml: boolean;
7276
7302
  };
7277
- }, {
7278
7303
  size: {
7279
7304
  column: {
7280
7305
  name: string;
@@ -7300,7 +7325,7 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
7300
7325
  showOnRightAxis: boolean;
7301
7326
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
7302
7327
  treatNullDataAsZeros: boolean;
7303
- chartType?: "line" | "area" | "bar" | "column" | undefined;
7328
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
7304
7329
  trend?: {
7305
7330
  ignoreAnomalies?: boolean | undefined;
7306
7331
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -7366,7 +7391,7 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
7366
7391
  showOnRightAxis: boolean;
7367
7392
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
7368
7393
  treatNullDataAsZeros: boolean;
7369
- chartType?: "line" | "area" | "bar" | "column" | undefined;
7394
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
7370
7395
  trend?: {
7371
7396
  ignoreAnomalies?: boolean | undefined;
7372
7397
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -7382,31 +7407,6 @@ export declare const scattermapDataOptionsEditingSchemas: z.ZodObject<{
7382
7407
  upperBound?: number | undefined;
7383
7408
  } | undefined;
7384
7409
  };
7385
- details: {
7386
- column: {
7387
- name: string;
7388
- title: string;
7389
- };
7390
- sortType: "sortAsc" | "sortDesc" | "sortNone";
7391
- numberFormatConfig: {
7392
- symbol?: string | undefined;
7393
- name?: "Currency" | "Numbers" | "Percent" | undefined;
7394
- prefix?: boolean | undefined;
7395
- bilion?: boolean | undefined;
7396
- decimalScale?: number | undefined;
7397
- kilo?: boolean | undefined;
7398
- million?: boolean | undefined;
7399
- thousandSeparator?: boolean | undefined;
7400
- trillion?: boolean | undefined;
7401
- };
7402
- continuous: boolean;
7403
- dateFormat: string;
7404
- geoLevel: "country" | "state" | "city" | "zip" | "latitude" | "longitude";
7405
- granularity: "month" | "year" | "day" | "week";
7406
- includeSubTotals: boolean;
7407
- isColored: boolean;
7408
- isHtml: boolean;
7409
- };
7410
7410
  }>;
7411
7411
  export declare const areamapDataOptionsEditingSchemas: z.ZodObject<{
7412
7412
  color: z.ZodArray<z.ZodObject<{
@@ -7524,7 +7524,7 @@ export declare const areamapDataOptionsEditingSchemas: z.ZodObject<{
7524
7524
  showOnRightAxis: boolean;
7525
7525
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
7526
7526
  treatNullDataAsZeros: boolean;
7527
- chartType?: "line" | "area" | "bar" | "column" | undefined;
7527
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
7528
7528
  trend?: {
7529
7529
  ignoreAnomalies?: boolean | undefined;
7530
7530
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -7564,7 +7564,7 @@ export declare const areamapDataOptionsEditingSchemas: z.ZodObject<{
7564
7564
  showOnRightAxis: boolean;
7565
7565
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
7566
7566
  treatNullDataAsZeros: boolean;
7567
- chartType?: "line" | "area" | "bar" | "column" | undefined;
7567
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
7568
7568
  trend?: {
7569
7569
  ignoreAnomalies?: boolean | undefined;
7570
7570
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -7730,7 +7730,7 @@ export declare const areamapDataOptionsEditingSchemas: z.ZodObject<{
7730
7730
  showOnRightAxis: boolean;
7731
7731
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
7732
7732
  treatNullDataAsZeros: boolean;
7733
- chartType?: "line" | "area" | "bar" | "column" | undefined;
7733
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
7734
7734
  trend?: {
7735
7735
  ignoreAnomalies?: boolean | undefined;
7736
7736
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -7797,7 +7797,7 @@ export declare const areamapDataOptionsEditingSchemas: z.ZodObject<{
7797
7797
  showOnRightAxis: boolean;
7798
7798
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
7799
7799
  treatNullDataAsZeros: boolean;
7800
- chartType?: "line" | "area" | "bar" | "column" | undefined;
7800
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
7801
7801
  trend?: {
7802
7802
  ignoreAnomalies?: boolean | undefined;
7803
7803
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -8029,7 +8029,7 @@ export declare const calendarHeatmapDataOptionsEditingSchemas: z.ZodObject<{
8029
8029
  showOnRightAxis: boolean;
8030
8030
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
8031
8031
  treatNullDataAsZeros: boolean;
8032
- chartType?: "line" | "area" | "bar" | "column" | undefined;
8032
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
8033
8033
  trend?: {
8034
8034
  ignoreAnomalies?: boolean | undefined;
8035
8035
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -8069,7 +8069,7 @@ export declare const calendarHeatmapDataOptionsEditingSchemas: z.ZodObject<{
8069
8069
  showOnRightAxis: boolean;
8070
8070
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
8071
8071
  treatNullDataAsZeros: boolean;
8072
- chartType?: "line" | "area" | "bar" | "column" | undefined;
8072
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
8073
8073
  trend?: {
8074
8074
  ignoreAnomalies?: boolean | undefined;
8075
8075
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -8111,7 +8111,7 @@ export declare const calendarHeatmapDataOptionsEditingSchemas: z.ZodObject<{
8111
8111
  showOnRightAxis: boolean;
8112
8112
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
8113
8113
  treatNullDataAsZeros: boolean;
8114
- chartType?: "line" | "area" | "bar" | "column" | undefined;
8114
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
8115
8115
  trend?: {
8116
8116
  ignoreAnomalies?: boolean | undefined;
8117
8117
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;
@@ -8178,7 +8178,7 @@ export declare const calendarHeatmapDataOptionsEditingSchemas: z.ZodObject<{
8178
8178
  showOnRightAxis: boolean;
8179
8179
  totalsCalculation: "min" | "max" | "sum" | "avg" | "count";
8180
8180
  treatNullDataAsZeros: boolean;
8181
- chartType?: "line" | "area" | "bar" | "column" | undefined;
8181
+ chartType?: "area" | "column" | "line" | "bar" | undefined;
8182
8182
  trend?: {
8183
8183
  ignoreAnomalies?: boolean | undefined;
8184
8184
  modelType?: "logarithmic" | "advancedSmoothing" | "linear" | "localEstimates" | undefined;