@undp/data-viz 0.0.51 → 0.0.53
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/dist/index.cjs +97 -97
- package/dist/index.d.ts +164 -143
- package/dist/index.js +26466 -27909
- package/dist/index.umd.js +94 -94
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -422,6 +422,7 @@ declare interface ConfigObject_3 {
|
|
|
422
422
|
debugMode?: boolean;
|
|
423
423
|
dataSelectionOptions?: DataSelectionDataType[];
|
|
424
424
|
advancedDataSelectionOptions?: AdvancedDataSelectionDataType[];
|
|
425
|
+
highlightDataPointSettings?: HighlightDataPointSettingsDataType;
|
|
425
426
|
readableHeader?: {
|
|
426
427
|
value: string;
|
|
427
428
|
label: string;
|
|
@@ -5032,7 +5033,6 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
5032
5033
|
type: string;
|
|
5033
5034
|
};
|
|
5034
5035
|
};
|
|
5035
|
-
required: string[];
|
|
5036
5036
|
} | {
|
|
5037
5037
|
type: string;
|
|
5038
5038
|
properties: {
|
|
@@ -5098,16 +5098,12 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
5098
5098
|
items: {
|
|
5099
5099
|
type: string;
|
|
5100
5100
|
};
|
|
5101
|
-
minItems: number;
|
|
5102
|
-
maxItems: number;
|
|
5103
5101
|
};
|
|
5104
5102
|
yDomain: {
|
|
5105
5103
|
type: string;
|
|
5106
5104
|
items: {
|
|
5107
5105
|
type: string;
|
|
5108
5106
|
};
|
|
5109
|
-
minItems: number;
|
|
5110
|
-
maxItems: number;
|
|
5111
5107
|
};
|
|
5112
5108
|
colors: {
|
|
5113
5109
|
type: string;
|
|
@@ -5116,11 +5112,7 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
5116
5112
|
items: {
|
|
5117
5113
|
type: string;
|
|
5118
5114
|
};
|
|
5119
|
-
minItems: number;
|
|
5120
|
-
maxItems: number;
|
|
5121
5115
|
};
|
|
5122
|
-
minItems: number;
|
|
5123
|
-
maxItems: number;
|
|
5124
5116
|
};
|
|
5125
5117
|
scale: {
|
|
5126
5118
|
type: string;
|
|
@@ -8518,8 +8510,6 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
8518
8510
|
items: {
|
|
8519
8511
|
type: string;
|
|
8520
8512
|
};
|
|
8521
|
-
maxItems: number;
|
|
8522
|
-
minItems: number;
|
|
8523
8513
|
type: string;
|
|
8524
8514
|
};
|
|
8525
8515
|
yAxisTitle: {
|
|
@@ -8532,8 +8522,6 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
8532
8522
|
items: {
|
|
8533
8523
|
type: string;
|
|
8534
8524
|
};
|
|
8535
|
-
maxItems: number;
|
|
8536
|
-
minItems: number;
|
|
8537
8525
|
type: string;
|
|
8538
8526
|
};
|
|
8539
8527
|
year: {
|
|
@@ -8809,6 +8797,9 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
8809
8797
|
yPrefix: {
|
|
8810
8798
|
type: string;
|
|
8811
8799
|
};
|
|
8800
|
+
filterNA: {
|
|
8801
|
+
type: string;
|
|
8802
|
+
};
|
|
8812
8803
|
uiMode: {
|
|
8813
8804
|
type: string;
|
|
8814
8805
|
enum: string[];
|
|
@@ -9788,8 +9779,6 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
9788
9779
|
items: {
|
|
9789
9780
|
type: string;
|
|
9790
9781
|
};
|
|
9791
|
-
maxItems: number;
|
|
9792
|
-
minItems: number;
|
|
9793
9782
|
type: string;
|
|
9794
9783
|
};
|
|
9795
9784
|
yAxisTitle: {
|
|
@@ -9802,8 +9791,6 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
9802
9791
|
items: {
|
|
9803
9792
|
type: string;
|
|
9804
9793
|
};
|
|
9805
|
-
maxItems: number;
|
|
9806
|
-
minItems: number;
|
|
9807
9794
|
type: string;
|
|
9808
9795
|
};
|
|
9809
9796
|
year: {
|
|
@@ -10079,6 +10066,9 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
10079
10066
|
yPrefix: {
|
|
10080
10067
|
type: string;
|
|
10081
10068
|
};
|
|
10069
|
+
filterNA: {
|
|
10070
|
+
type: string;
|
|
10071
|
+
};
|
|
10082
10072
|
uiMode: {
|
|
10083
10073
|
type: string;
|
|
10084
10074
|
enum: string[];
|
|
@@ -11036,8 +11026,6 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
11036
11026
|
items: {
|
|
11037
11027
|
type: string;
|
|
11038
11028
|
};
|
|
11039
|
-
maxItems: number;
|
|
11040
|
-
minItems: number;
|
|
11041
11029
|
type: string;
|
|
11042
11030
|
};
|
|
11043
11031
|
yAxisTitle: {
|
|
@@ -11050,8 +11038,6 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
11050
11038
|
items: {
|
|
11051
11039
|
type: string;
|
|
11052
11040
|
};
|
|
11053
|
-
maxItems: number;
|
|
11054
|
-
minItems: number;
|
|
11055
11041
|
type: string;
|
|
11056
11042
|
};
|
|
11057
11043
|
year: {
|
|
@@ -11327,6 +11313,9 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
|
|
|
11327
11313
|
yPrefix: {
|
|
11328
11314
|
type: string;
|
|
11329
11315
|
};
|
|
11316
|
+
filterNA: {
|
|
11317
|
+
type: string;
|
|
11318
|
+
};
|
|
11330
11319
|
uiMode: {
|
|
11331
11320
|
type: string;
|
|
11332
11321
|
enum: string[];
|
|
@@ -15805,7 +15794,6 @@ export declare const getDashboardWideToLongFormatJSONSchema: () => {
|
|
|
15805
15794
|
type: string;
|
|
15806
15795
|
};
|
|
15807
15796
|
};
|
|
15808
|
-
required: string[];
|
|
15809
15797
|
} | {
|
|
15810
15798
|
type: string;
|
|
15811
15799
|
properties: {
|
|
@@ -15871,16 +15859,12 @@ export declare const getDashboardWideToLongFormatJSONSchema: () => {
|
|
|
15871
15859
|
items: {
|
|
15872
15860
|
type: string;
|
|
15873
15861
|
};
|
|
15874
|
-
minItems: number;
|
|
15875
|
-
maxItems: number;
|
|
15876
15862
|
};
|
|
15877
15863
|
yDomain: {
|
|
15878
15864
|
type: string;
|
|
15879
15865
|
items: {
|
|
15880
15866
|
type: string;
|
|
15881
15867
|
};
|
|
15882
|
-
minItems: number;
|
|
15883
|
-
maxItems: number;
|
|
15884
15868
|
};
|
|
15885
15869
|
colors: {
|
|
15886
15870
|
type: string;
|
|
@@ -15889,11 +15873,7 @@ export declare const getDashboardWideToLongFormatJSONSchema: () => {
|
|
|
15889
15873
|
items: {
|
|
15890
15874
|
type: string;
|
|
15891
15875
|
};
|
|
15892
|
-
minItems: number;
|
|
15893
|
-
maxItems: number;
|
|
15894
15876
|
};
|
|
15895
|
-
minItems: number;
|
|
15896
|
-
maxItems: number;
|
|
15897
15877
|
};
|
|
15898
15878
|
scale: {
|
|
15899
15879
|
type: string;
|
|
@@ -19866,8 +19846,6 @@ export declare const getDataSelectionSchema: (columnList?: string[]) => {
|
|
|
19866
19846
|
items: {
|
|
19867
19847
|
type: string;
|
|
19868
19848
|
};
|
|
19869
|
-
maxItems: number;
|
|
19870
|
-
minItems: number;
|
|
19871
19849
|
type: string;
|
|
19872
19850
|
};
|
|
19873
19851
|
yAxisTitle: {
|
|
@@ -19880,8 +19858,6 @@ export declare const getDataSelectionSchema: (columnList?: string[]) => {
|
|
|
19880
19858
|
items: {
|
|
19881
19859
|
type: string;
|
|
19882
19860
|
};
|
|
19883
|
-
maxItems: number;
|
|
19884
|
-
minItems: number;
|
|
19885
19861
|
type: string;
|
|
19886
19862
|
};
|
|
19887
19863
|
year: {
|
|
@@ -20157,6 +20133,9 @@ export declare const getDataSelectionSchema: (columnList?: string[]) => {
|
|
|
20157
20133
|
yPrefix: {
|
|
20158
20134
|
type: string;
|
|
20159
20135
|
};
|
|
20136
|
+
filterNA: {
|
|
20137
|
+
type: string;
|
|
20138
|
+
};
|
|
20160
20139
|
uiMode: {
|
|
20161
20140
|
type: string;
|
|
20162
20141
|
enum: string[];
|
|
@@ -24494,7 +24473,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
24494
24473
|
type: string;
|
|
24495
24474
|
};
|
|
24496
24475
|
};
|
|
24497
|
-
required: string[];
|
|
24498
24476
|
} | {
|
|
24499
24477
|
type: string;
|
|
24500
24478
|
properties: {
|
|
@@ -24560,16 +24538,12 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
24560
24538
|
items: {
|
|
24561
24539
|
type: string;
|
|
24562
24540
|
};
|
|
24563
|
-
minItems: number;
|
|
24564
|
-
maxItems: number;
|
|
24565
24541
|
};
|
|
24566
24542
|
yDomain: {
|
|
24567
24543
|
type: string;
|
|
24568
24544
|
items: {
|
|
24569
24545
|
type: string;
|
|
24570
24546
|
};
|
|
24571
|
-
minItems: number;
|
|
24572
|
-
maxItems: number;
|
|
24573
24547
|
};
|
|
24574
24548
|
colors: {
|
|
24575
24549
|
type: string;
|
|
@@ -24578,11 +24552,7 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
24578
24552
|
items: {
|
|
24579
24553
|
type: string;
|
|
24580
24554
|
};
|
|
24581
|
-
minItems: number;
|
|
24582
|
-
maxItems: number;
|
|
24583
24555
|
};
|
|
24584
|
-
minItems: number;
|
|
24585
|
-
maxItems: number;
|
|
24586
24556
|
};
|
|
24587
24557
|
scale: {
|
|
24588
24558
|
type: string;
|
|
@@ -28235,8 +28205,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
28235
28205
|
items: {
|
|
28236
28206
|
type: string;
|
|
28237
28207
|
};
|
|
28238
|
-
maxItems: number;
|
|
28239
|
-
minItems: number;
|
|
28240
28208
|
type: string;
|
|
28241
28209
|
};
|
|
28242
28210
|
yAxisTitle: {
|
|
@@ -28249,8 +28217,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
28249
28217
|
items: {
|
|
28250
28218
|
type: string;
|
|
28251
28219
|
};
|
|
28252
|
-
maxItems: number;
|
|
28253
|
-
minItems: number;
|
|
28254
28220
|
type: string;
|
|
28255
28221
|
};
|
|
28256
28222
|
year: {
|
|
@@ -28526,6 +28492,9 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
28526
28492
|
yPrefix: {
|
|
28527
28493
|
type: string;
|
|
28528
28494
|
};
|
|
28495
|
+
filterNA: {
|
|
28496
|
+
type: string;
|
|
28497
|
+
};
|
|
28529
28498
|
uiMode: {
|
|
28530
28499
|
type: string;
|
|
28531
28500
|
enum: string[];
|
|
@@ -29505,8 +29474,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
29505
29474
|
items: {
|
|
29506
29475
|
type: string;
|
|
29507
29476
|
};
|
|
29508
|
-
maxItems: number;
|
|
29509
|
-
minItems: number;
|
|
29510
29477
|
type: string;
|
|
29511
29478
|
};
|
|
29512
29479
|
yAxisTitle: {
|
|
@@ -29519,8 +29486,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
29519
29486
|
items: {
|
|
29520
29487
|
type: string;
|
|
29521
29488
|
};
|
|
29522
|
-
maxItems: number;
|
|
29523
|
-
minItems: number;
|
|
29524
29489
|
type: string;
|
|
29525
29490
|
};
|
|
29526
29491
|
year: {
|
|
@@ -29796,6 +29761,9 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
29796
29761
|
yPrefix: {
|
|
29797
29762
|
type: string;
|
|
29798
29763
|
};
|
|
29764
|
+
filterNA: {
|
|
29765
|
+
type: string;
|
|
29766
|
+
};
|
|
29799
29767
|
uiMode: {
|
|
29800
29768
|
type: string;
|
|
29801
29769
|
enum: string[];
|
|
@@ -30753,8 +30721,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
30753
30721
|
items: {
|
|
30754
30722
|
type: string;
|
|
30755
30723
|
};
|
|
30756
|
-
maxItems: number;
|
|
30757
|
-
minItems: number;
|
|
30758
30724
|
type: string;
|
|
30759
30725
|
};
|
|
30760
30726
|
yAxisTitle: {
|
|
@@ -30767,8 +30733,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
30767
30733
|
items: {
|
|
30768
30734
|
type: string;
|
|
30769
30735
|
};
|
|
30770
|
-
maxItems: number;
|
|
30771
|
-
minItems: number;
|
|
30772
30736
|
type: string;
|
|
30773
30737
|
};
|
|
30774
30738
|
year: {
|
|
@@ -31044,6 +31008,9 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
31044
31008
|
yPrefix: {
|
|
31045
31009
|
type: string;
|
|
31046
31010
|
};
|
|
31011
|
+
filterNA: {
|
|
31012
|
+
type: string;
|
|
31013
|
+
};
|
|
31047
31014
|
uiMode: {
|
|
31048
31015
|
type: string;
|
|
31049
31016
|
enum: string[];
|
|
@@ -35178,7 +35145,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
35178
35145
|
type: string;
|
|
35179
35146
|
};
|
|
35180
35147
|
};
|
|
35181
|
-
required: string[];
|
|
35182
35148
|
} | {
|
|
35183
35149
|
type: string;
|
|
35184
35150
|
properties: {
|
|
@@ -35244,16 +35210,12 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
35244
35210
|
items: {
|
|
35245
35211
|
type: string;
|
|
35246
35212
|
};
|
|
35247
|
-
minItems: number;
|
|
35248
|
-
maxItems: number;
|
|
35249
35213
|
};
|
|
35250
35214
|
yDomain: {
|
|
35251
35215
|
type: string;
|
|
35252
35216
|
items: {
|
|
35253
35217
|
type: string;
|
|
35254
35218
|
};
|
|
35255
|
-
minItems: number;
|
|
35256
|
-
maxItems: number;
|
|
35257
35219
|
};
|
|
35258
35220
|
colors: {
|
|
35259
35221
|
type: string;
|
|
@@ -35262,11 +35224,7 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
35262
35224
|
items: {
|
|
35263
35225
|
type: string;
|
|
35264
35226
|
};
|
|
35265
|
-
minItems: number;
|
|
35266
|
-
maxItems: number;
|
|
35267
35227
|
};
|
|
35268
|
-
minItems: number;
|
|
35269
|
-
maxItems: number;
|
|
35270
35228
|
};
|
|
35271
35229
|
scale: {
|
|
35272
35230
|
type: string;
|
|
@@ -38955,8 +38913,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
38955
38913
|
items: {
|
|
38956
38914
|
type: string;
|
|
38957
38915
|
};
|
|
38958
|
-
maxItems: number;
|
|
38959
|
-
minItems: number;
|
|
38960
38916
|
type: string;
|
|
38961
38917
|
};
|
|
38962
38918
|
yAxisTitle: {
|
|
@@ -38969,8 +38925,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
38969
38925
|
items: {
|
|
38970
38926
|
type: string;
|
|
38971
38927
|
};
|
|
38972
|
-
maxItems: number;
|
|
38973
|
-
minItems: number;
|
|
38974
38928
|
type: string;
|
|
38975
38929
|
};
|
|
38976
38930
|
year: {
|
|
@@ -39246,6 +39200,9 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
39246
39200
|
yPrefix: {
|
|
39247
39201
|
type: string;
|
|
39248
39202
|
};
|
|
39203
|
+
filterNA: {
|
|
39204
|
+
type: string;
|
|
39205
|
+
};
|
|
39249
39206
|
uiMode: {
|
|
39250
39207
|
type: string;
|
|
39251
39208
|
enum: string[];
|
|
@@ -40225,8 +40182,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
40225
40182
|
items: {
|
|
40226
40183
|
type: string;
|
|
40227
40184
|
};
|
|
40228
|
-
maxItems: number;
|
|
40229
|
-
minItems: number;
|
|
40230
40185
|
type: string;
|
|
40231
40186
|
};
|
|
40232
40187
|
yAxisTitle: {
|
|
@@ -40239,8 +40194,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
40239
40194
|
items: {
|
|
40240
40195
|
type: string;
|
|
40241
40196
|
};
|
|
40242
|
-
maxItems: number;
|
|
40243
|
-
minItems: number;
|
|
40244
40197
|
type: string;
|
|
40245
40198
|
};
|
|
40246
40199
|
year: {
|
|
@@ -40516,6 +40469,9 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
40516
40469
|
yPrefix: {
|
|
40517
40470
|
type: string;
|
|
40518
40471
|
};
|
|
40472
|
+
filterNA: {
|
|
40473
|
+
type: string;
|
|
40474
|
+
};
|
|
40519
40475
|
uiMode: {
|
|
40520
40476
|
type: string;
|
|
40521
40477
|
enum: string[];
|
|
@@ -41473,8 +41429,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
41473
41429
|
items: {
|
|
41474
41430
|
type: string;
|
|
41475
41431
|
};
|
|
41476
|
-
maxItems: number;
|
|
41477
|
-
minItems: number;
|
|
41478
41432
|
type: string;
|
|
41479
41433
|
};
|
|
41480
41434
|
yAxisTitle: {
|
|
@@ -41487,8 +41441,6 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
41487
41441
|
items: {
|
|
41488
41442
|
type: string;
|
|
41489
41443
|
};
|
|
41490
|
-
maxItems: number;
|
|
41491
|
-
minItems: number;
|
|
41492
41444
|
type: string;
|
|
41493
41445
|
};
|
|
41494
41446
|
year: {
|
|
@@ -41764,6 +41716,9 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
|
|
|
41764
41716
|
yPrefix: {
|
|
41765
41717
|
type: string;
|
|
41766
41718
|
};
|
|
41719
|
+
filterNA: {
|
|
41720
|
+
type: string;
|
|
41721
|
+
};
|
|
41767
41722
|
uiMode: {
|
|
41768
41723
|
type: string;
|
|
41769
41724
|
enum: string[];
|
|
@@ -45961,7 +45916,6 @@ export declare function getSettingsSchema(graph: GraphType | 'allGraphs'): {
|
|
|
45961
45916
|
type: string;
|
|
45962
45917
|
};
|
|
45963
45918
|
};
|
|
45964
|
-
required: string[];
|
|
45965
45919
|
} | {
|
|
45966
45920
|
type: string;
|
|
45967
45921
|
properties: {
|
|
@@ -46027,16 +45981,12 @@ export declare function getSettingsSchema(graph: GraphType | 'allGraphs'): {
|
|
|
46027
45981
|
items: {
|
|
46028
45982
|
type: string;
|
|
46029
45983
|
};
|
|
46030
|
-
minItems: number;
|
|
46031
|
-
maxItems: number;
|
|
46032
45984
|
};
|
|
46033
45985
|
yDomain: {
|
|
46034
45986
|
type: string;
|
|
46035
45987
|
items: {
|
|
46036
45988
|
type: string;
|
|
46037
45989
|
};
|
|
46038
|
-
minItems: number;
|
|
46039
|
-
maxItems: number;
|
|
46040
45990
|
};
|
|
46041
45991
|
colors: {
|
|
46042
45992
|
type: string;
|
|
@@ -46045,11 +45995,7 @@ export declare function getSettingsSchema(graph: GraphType | 'allGraphs'): {
|
|
|
46045
45995
|
items: {
|
|
46046
45996
|
type: string;
|
|
46047
45997
|
};
|
|
46048
|
-
minItems: number;
|
|
46049
|
-
maxItems: number;
|
|
46050
45998
|
};
|
|
46051
|
-
minItems: number;
|
|
46052
|
-
maxItems: number;
|
|
46053
45999
|
};
|
|
46054
46000
|
scale: {
|
|
46055
46001
|
type: string;
|
|
@@ -52622,7 +52568,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
52622
52568
|
type: string;
|
|
52623
52569
|
};
|
|
52624
52570
|
};
|
|
52625
|
-
required: string[];
|
|
52626
52571
|
} | {
|
|
52627
52572
|
type: string;
|
|
52628
52573
|
properties: {
|
|
@@ -52688,16 +52633,12 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
52688
52633
|
items: {
|
|
52689
52634
|
type: string;
|
|
52690
52635
|
};
|
|
52691
|
-
minItems: number;
|
|
52692
|
-
maxItems: number;
|
|
52693
52636
|
};
|
|
52694
52637
|
yDomain: {
|
|
52695
52638
|
type: string;
|
|
52696
52639
|
items: {
|
|
52697
52640
|
type: string;
|
|
52698
52641
|
};
|
|
52699
|
-
minItems: number;
|
|
52700
|
-
maxItems: number;
|
|
52701
52642
|
};
|
|
52702
52643
|
colors: {
|
|
52703
52644
|
type: string;
|
|
@@ -52706,11 +52647,7 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
52706
52647
|
items: {
|
|
52707
52648
|
type: string;
|
|
52708
52649
|
};
|
|
52709
|
-
minItems: number;
|
|
52710
|
-
maxItems: number;
|
|
52711
52650
|
};
|
|
52712
|
-
minItems: number;
|
|
52713
|
-
maxItems: number;
|
|
52714
52651
|
};
|
|
52715
52652
|
scale: {
|
|
52716
52653
|
type: string;
|
|
@@ -55209,6 +55146,38 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
55209
55146
|
classNames: {
|
|
55210
55147
|
type: string;
|
|
55211
55148
|
};
|
|
55149
|
+
highlightDataPointSettings: {
|
|
55150
|
+
type: string;
|
|
55151
|
+
properties: {
|
|
55152
|
+
column: {
|
|
55153
|
+
type: string;
|
|
55154
|
+
};
|
|
55155
|
+
label: {
|
|
55156
|
+
type: string;
|
|
55157
|
+
};
|
|
55158
|
+
defaultValues: {
|
|
55159
|
+
oneOf: {
|
|
55160
|
+
type: string;
|
|
55161
|
+
items: {
|
|
55162
|
+
type: string;
|
|
55163
|
+
};
|
|
55164
|
+
}[];
|
|
55165
|
+
};
|
|
55166
|
+
excludeValues: {
|
|
55167
|
+
type: string;
|
|
55168
|
+
items: {
|
|
55169
|
+
type: string;
|
|
55170
|
+
};
|
|
55171
|
+
};
|
|
55172
|
+
allowSelectAll: {
|
|
55173
|
+
type: string;
|
|
55174
|
+
};
|
|
55175
|
+
width: {
|
|
55176
|
+
type: string;
|
|
55177
|
+
};
|
|
55178
|
+
};
|
|
55179
|
+
required: string[];
|
|
55180
|
+
};
|
|
55212
55181
|
styles: {
|
|
55213
55182
|
type: string;
|
|
55214
55183
|
};
|
|
@@ -59314,7 +59283,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
59314
59283
|
type: string;
|
|
59315
59284
|
};
|
|
59316
59285
|
};
|
|
59317
|
-
required: string[];
|
|
59318
59286
|
} | {
|
|
59319
59287
|
type: string;
|
|
59320
59288
|
properties: {
|
|
@@ -59380,16 +59348,12 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
59380
59348
|
items: {
|
|
59381
59349
|
type: string;
|
|
59382
59350
|
};
|
|
59383
|
-
minItems: number;
|
|
59384
|
-
maxItems: number;
|
|
59385
59351
|
};
|
|
59386
59352
|
yDomain: {
|
|
59387
59353
|
type: string;
|
|
59388
59354
|
items: {
|
|
59389
59355
|
type: string;
|
|
59390
59356
|
};
|
|
59391
|
-
minItems: number;
|
|
59392
|
-
maxItems: number;
|
|
59393
59357
|
};
|
|
59394
59358
|
colors: {
|
|
59395
59359
|
type: string;
|
|
@@ -59398,11 +59362,7 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
59398
59362
|
items: {
|
|
59399
59363
|
type: string;
|
|
59400
59364
|
};
|
|
59401
|
-
minItems: number;
|
|
59402
|
-
maxItems: number;
|
|
59403
59365
|
};
|
|
59404
|
-
minItems: number;
|
|
59405
|
-
maxItems: number;
|
|
59406
59366
|
};
|
|
59407
59367
|
scale: {
|
|
59408
59368
|
type: string;
|
|
@@ -63030,8 +62990,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
63030
62990
|
items: {
|
|
63031
62991
|
type: string;
|
|
63032
62992
|
};
|
|
63033
|
-
maxItems: number;
|
|
63034
|
-
minItems: number;
|
|
63035
62993
|
type: string;
|
|
63036
62994
|
};
|
|
63037
62995
|
yAxisTitle: {
|
|
@@ -63044,8 +63002,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
63044
63002
|
items: {
|
|
63045
63003
|
type: string;
|
|
63046
63004
|
};
|
|
63047
|
-
maxItems: number;
|
|
63048
|
-
minItems: number;
|
|
63049
63005
|
type: string;
|
|
63050
63006
|
};
|
|
63051
63007
|
year: {
|
|
@@ -63321,6 +63277,9 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
63321
63277
|
yPrefix: {
|
|
63322
63278
|
type: string;
|
|
63323
63279
|
};
|
|
63280
|
+
filterNA: {
|
|
63281
|
+
type: string;
|
|
63282
|
+
};
|
|
63324
63283
|
uiMode: {
|
|
63325
63284
|
type: string;
|
|
63326
63285
|
enum: string[];
|
|
@@ -64300,8 +64259,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
64300
64259
|
items: {
|
|
64301
64260
|
type: string;
|
|
64302
64261
|
};
|
|
64303
|
-
maxItems: number;
|
|
64304
|
-
minItems: number;
|
|
64305
64262
|
type: string;
|
|
64306
64263
|
};
|
|
64307
64264
|
yAxisTitle: {
|
|
@@ -64314,8 +64271,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
64314
64271
|
items: {
|
|
64315
64272
|
type: string;
|
|
64316
64273
|
};
|
|
64317
|
-
maxItems: number;
|
|
64318
|
-
minItems: number;
|
|
64319
64274
|
type: string;
|
|
64320
64275
|
};
|
|
64321
64276
|
year: {
|
|
@@ -64591,6 +64546,9 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
64591
64546
|
yPrefix: {
|
|
64592
64547
|
type: string;
|
|
64593
64548
|
};
|
|
64549
|
+
filterNA: {
|
|
64550
|
+
type: string;
|
|
64551
|
+
};
|
|
64594
64552
|
uiMode: {
|
|
64595
64553
|
type: string;
|
|
64596
64554
|
enum: string[];
|
|
@@ -65548,8 +65506,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
65548
65506
|
items: {
|
|
65549
65507
|
type: string;
|
|
65550
65508
|
};
|
|
65551
|
-
maxItems: number;
|
|
65552
|
-
minItems: number;
|
|
65553
65509
|
type: string;
|
|
65554
65510
|
};
|
|
65555
65511
|
yAxisTitle: {
|
|
@@ -65562,8 +65518,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
65562
65518
|
items: {
|
|
65563
65519
|
type: string;
|
|
65564
65520
|
};
|
|
65565
|
-
maxItems: number;
|
|
65566
|
-
minItems: number;
|
|
65567
65521
|
type: string;
|
|
65568
65522
|
};
|
|
65569
65523
|
year: {
|
|
@@ -65839,6 +65793,9 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
65839
65793
|
yPrefix: {
|
|
65840
65794
|
type: string;
|
|
65841
65795
|
};
|
|
65796
|
+
filterNA: {
|
|
65797
|
+
type: string;
|
|
65798
|
+
};
|
|
65842
65799
|
uiMode: {
|
|
65843
65800
|
type: string;
|
|
65844
65801
|
enum: string[];
|
|
@@ -65886,6 +65843,38 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
65886
65843
|
classNames: {
|
|
65887
65844
|
type: string;
|
|
65888
65845
|
};
|
|
65846
|
+
highlightDataPointSettings: {
|
|
65847
|
+
type: string;
|
|
65848
|
+
properties: {
|
|
65849
|
+
column: {
|
|
65850
|
+
type: string;
|
|
65851
|
+
};
|
|
65852
|
+
label: {
|
|
65853
|
+
type: string;
|
|
65854
|
+
};
|
|
65855
|
+
defaultValues: {
|
|
65856
|
+
oneOf: {
|
|
65857
|
+
type: string;
|
|
65858
|
+
items: {
|
|
65859
|
+
type: string;
|
|
65860
|
+
};
|
|
65861
|
+
}[];
|
|
65862
|
+
};
|
|
65863
|
+
excludeValues: {
|
|
65864
|
+
type: string;
|
|
65865
|
+
items: {
|
|
65866
|
+
type: string;
|
|
65867
|
+
};
|
|
65868
|
+
};
|
|
65869
|
+
allowSelectAll: {
|
|
65870
|
+
type: string;
|
|
65871
|
+
};
|
|
65872
|
+
width: {
|
|
65873
|
+
type: string;
|
|
65874
|
+
};
|
|
65875
|
+
};
|
|
65876
|
+
required: string[];
|
|
65877
|
+
};
|
|
65889
65878
|
styles: {
|
|
65890
65879
|
type: string;
|
|
65891
65880
|
};
|
|
@@ -69983,7 +69972,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
69983
69972
|
type: string;
|
|
69984
69973
|
};
|
|
69985
69974
|
};
|
|
69986
|
-
required: string[];
|
|
69987
69975
|
} | {
|
|
69988
69976
|
type: string;
|
|
69989
69977
|
properties: {
|
|
@@ -70049,16 +70037,12 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
70049
70037
|
items: {
|
|
70050
70038
|
type: string;
|
|
70051
70039
|
};
|
|
70052
|
-
minItems: number;
|
|
70053
|
-
maxItems: number;
|
|
70054
70040
|
};
|
|
70055
70041
|
yDomain: {
|
|
70056
70042
|
type: string;
|
|
70057
70043
|
items: {
|
|
70058
70044
|
type: string;
|
|
70059
70045
|
};
|
|
70060
|
-
minItems: number;
|
|
70061
|
-
maxItems: number;
|
|
70062
70046
|
};
|
|
70063
70047
|
colors: {
|
|
70064
70048
|
type: string;
|
|
@@ -70067,11 +70051,7 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
70067
70051
|
items: {
|
|
70068
70052
|
type: string;
|
|
70069
70053
|
};
|
|
70070
|
-
minItems: number;
|
|
70071
|
-
maxItems: number;
|
|
70072
70054
|
};
|
|
70073
|
-
minItems: number;
|
|
70074
|
-
maxItems: number;
|
|
70075
70055
|
};
|
|
70076
70056
|
scale: {
|
|
70077
70057
|
type: string;
|
|
@@ -73741,8 +73721,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
73741
73721
|
items: {
|
|
73742
73722
|
type: string;
|
|
73743
73723
|
};
|
|
73744
|
-
maxItems: number;
|
|
73745
|
-
minItems: number;
|
|
73746
73724
|
type: string;
|
|
73747
73725
|
};
|
|
73748
73726
|
yAxisTitle: {
|
|
@@ -73755,8 +73733,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
73755
73733
|
items: {
|
|
73756
73734
|
type: string;
|
|
73757
73735
|
};
|
|
73758
|
-
maxItems: number;
|
|
73759
|
-
minItems: number;
|
|
73760
73736
|
type: string;
|
|
73761
73737
|
};
|
|
73762
73738
|
year: {
|
|
@@ -74032,6 +74008,9 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
74032
74008
|
yPrefix: {
|
|
74033
74009
|
type: string;
|
|
74034
74010
|
};
|
|
74011
|
+
filterNA: {
|
|
74012
|
+
type: string;
|
|
74013
|
+
};
|
|
74035
74014
|
uiMode: {
|
|
74036
74015
|
type: string;
|
|
74037
74016
|
enum: string[];
|
|
@@ -75011,8 +74990,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
75011
74990
|
items: {
|
|
75012
74991
|
type: string;
|
|
75013
74992
|
};
|
|
75014
|
-
maxItems: number;
|
|
75015
|
-
minItems: number;
|
|
75016
74993
|
type: string;
|
|
75017
74994
|
};
|
|
75018
74995
|
yAxisTitle: {
|
|
@@ -75025,8 +75002,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
75025
75002
|
items: {
|
|
75026
75003
|
type: string;
|
|
75027
75004
|
};
|
|
75028
|
-
maxItems: number;
|
|
75029
|
-
minItems: number;
|
|
75030
75005
|
type: string;
|
|
75031
75006
|
};
|
|
75032
75007
|
year: {
|
|
@@ -75302,6 +75277,9 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
75302
75277
|
yPrefix: {
|
|
75303
75278
|
type: string;
|
|
75304
75279
|
};
|
|
75280
|
+
filterNA: {
|
|
75281
|
+
type: string;
|
|
75282
|
+
};
|
|
75305
75283
|
uiMode: {
|
|
75306
75284
|
type: string;
|
|
75307
75285
|
enum: string[];
|
|
@@ -76259,8 +76237,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
76259
76237
|
items: {
|
|
76260
76238
|
type: string;
|
|
76261
76239
|
};
|
|
76262
|
-
maxItems: number;
|
|
76263
|
-
minItems: number;
|
|
76264
76240
|
type: string;
|
|
76265
76241
|
};
|
|
76266
76242
|
yAxisTitle: {
|
|
@@ -76273,8 +76249,6 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
76273
76249
|
items: {
|
|
76274
76250
|
type: string;
|
|
76275
76251
|
};
|
|
76276
|
-
maxItems: number;
|
|
76277
|
-
minItems: number;
|
|
76278
76252
|
type: string;
|
|
76279
76253
|
};
|
|
76280
76254
|
year: {
|
|
@@ -76550,6 +76524,9 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
76550
76524
|
yPrefix: {
|
|
76551
76525
|
type: string;
|
|
76552
76526
|
};
|
|
76527
|
+
filterNA: {
|
|
76528
|
+
type: string;
|
|
76529
|
+
};
|
|
76553
76530
|
uiMode: {
|
|
76554
76531
|
type: string;
|
|
76555
76532
|
enum: string[];
|
|
@@ -76590,6 +76567,38 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
|
|
|
76590
76567
|
type: string;
|
|
76591
76568
|
enum: string[];
|
|
76592
76569
|
};
|
|
76570
|
+
highlightDataPointSettings: {
|
|
76571
|
+
type: string;
|
|
76572
|
+
properties: {
|
|
76573
|
+
column: {
|
|
76574
|
+
type: string;
|
|
76575
|
+
};
|
|
76576
|
+
label: {
|
|
76577
|
+
type: string;
|
|
76578
|
+
};
|
|
76579
|
+
defaultValues: {
|
|
76580
|
+
oneOf: {
|
|
76581
|
+
type: string;
|
|
76582
|
+
items: {
|
|
76583
|
+
type: string;
|
|
76584
|
+
};
|
|
76585
|
+
}[];
|
|
76586
|
+
};
|
|
76587
|
+
excludeValues: {
|
|
76588
|
+
type: string;
|
|
76589
|
+
items: {
|
|
76590
|
+
type: string;
|
|
76591
|
+
};
|
|
76592
|
+
};
|
|
76593
|
+
allowSelectAll: {
|
|
76594
|
+
type: string;
|
|
76595
|
+
};
|
|
76596
|
+
width: {
|
|
76597
|
+
type: string;
|
|
76598
|
+
};
|
|
76599
|
+
};
|
|
76600
|
+
required: string[];
|
|
76601
|
+
};
|
|
76593
76602
|
uiMode: {
|
|
76594
76603
|
type: string;
|
|
76595
76604
|
enum: string[];
|
|
@@ -76866,6 +76875,7 @@ declare interface GraphSettingsDataType {
|
|
|
76866
76875
|
styles?: StyleObject;
|
|
76867
76876
|
classNames?: ClassNameObject;
|
|
76868
76877
|
mapProjection?: 'mercator' | 'equalEarth' | 'naturalEarth' | 'orthographic' | 'albersUSA';
|
|
76878
|
+
filterNA?: boolean;
|
|
76869
76879
|
}
|
|
76870
76880
|
|
|
76871
76881
|
export declare function GraphTitle(props: Props_61): JSX_2.Element;
|
|
@@ -77120,6 +77130,14 @@ declare interface HighlightAreaSettingsForScatterPlotDataType {
|
|
|
77120
77130
|
strokeWidth?: number;
|
|
77121
77131
|
}
|
|
77122
77132
|
|
|
77133
|
+
declare type HighlightDataPointSettingsDataType = {
|
|
77134
|
+
column: string;
|
|
77135
|
+
label?: string;
|
|
77136
|
+
defaultValues?: (string | number)[];
|
|
77137
|
+
excludeValues?: (string | number)[];
|
|
77138
|
+
width?: string;
|
|
77139
|
+
};
|
|
77140
|
+
|
|
77123
77141
|
export declare function Histogram(props: Props_31): JSX_2.Element;
|
|
77124
77142
|
|
|
77125
77143
|
declare interface HistogramDataType {
|
|
@@ -77302,8 +77320,10 @@ declare interface Props {
|
|
|
77302
77320
|
highlightedDataPoints?: (string | number)[];
|
|
77303
77321
|
/** Title for the bar axis */
|
|
77304
77322
|
barAxisTitle?: string;
|
|
77305
|
-
/** Sorting order for data. This is overwritten by labelOrder prop */
|
|
77323
|
+
/** Sorting order for data. This is overwritten by labelOrder prop. */
|
|
77306
77324
|
sortData?: 'asc' | 'desc';
|
|
77325
|
+
/** Toggles if data point which are undefined or has value null are filtered out. */
|
|
77326
|
+
filterNA?: boolean;
|
|
77307
77327
|
/** Enable graph download option as png */
|
|
77308
77328
|
graphDownload?: boolean;
|
|
77309
77329
|
/** Enable data download option as a csv */
|
|
@@ -77512,9 +77532,9 @@ declare interface Props_12 {
|
|
|
77512
77532
|
/** Title for the second color legend */
|
|
77513
77533
|
yColorLegendTitle?: string;
|
|
77514
77534
|
/** Domain of x-colors for the map */
|
|
77515
|
-
xDomain
|
|
77535
|
+
xDomain?: number[];
|
|
77516
77536
|
/** Domain of y-colors for the map */
|
|
77517
|
-
yDomain
|
|
77537
|
+
yDomain?: number[];
|
|
77518
77538
|
/** Color for the areas where data is no available */
|
|
77519
77539
|
mapNoDataColor?: string;
|
|
77520
77540
|
/** Background color of the graph */
|
|
@@ -77597,7 +77617,7 @@ declare interface Props_13 {
|
|
|
77597
77617
|
/** Colors for the choropleth map */
|
|
77598
77618
|
colors?: string[];
|
|
77599
77619
|
/** Domain of colors for the graph */
|
|
77600
|
-
colorDomain
|
|
77620
|
+
colorDomain?: number[] | string[];
|
|
77601
77621
|
/** Title for the color legend */
|
|
77602
77622
|
colorLegendTitle?: string;
|
|
77603
77623
|
/** Color for the areas where data is no available */
|
|
@@ -79264,6 +79284,7 @@ declare interface Props_35 {
|
|
|
79264
79284
|
}[];
|
|
79265
79285
|
dataSettings?: DataSettingsDataType;
|
|
79266
79286
|
filters?: FilterUiSettingsDataType[];
|
|
79287
|
+
highlightDataPointSettings?: HighlightDataPointSettingsDataType;
|
|
79267
79288
|
noOfFiltersPerRow?: number;
|
|
79268
79289
|
graphType: GraphType;
|
|
79269
79290
|
dataTransform?: {
|
|
@@ -79773,9 +79794,9 @@ declare interface Props_44 {
|
|
|
79773
79794
|
/** Title for the second color legend */
|
|
79774
79795
|
yColorLegendTitle?: string;
|
|
79775
79796
|
/** Domain of x-colors for the map */
|
|
79776
|
-
xDomain
|
|
79797
|
+
xDomain?: number[];
|
|
79777
79798
|
/** Domain of y-colors for the map */
|
|
79778
|
-
yDomain
|
|
79799
|
+
yDomain?: number[];
|
|
79779
79800
|
/** Color for the areas where data is no available */
|
|
79780
79801
|
mapNoDataColor?: string;
|
|
79781
79802
|
/** Background color of the graph */
|
|
@@ -79864,7 +79885,7 @@ declare interface Props_45 {
|
|
|
79864
79885
|
/** Colors for the choropleth map */
|
|
79865
79886
|
colors?: string[];
|
|
79866
79887
|
/** Domain of colors for the graph */
|
|
79867
|
-
colorDomain
|
|
79888
|
+
colorDomain?: number[] | string[];
|
|
79868
79889
|
/** Title for the color legend */
|
|
79869
79890
|
colorLegendTitle?: string;
|
|
79870
79891
|
/** Color for the areas where data is no available */
|