@undp/data-viz 0.0.3 → 0.0.5

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.d.ts CHANGED
@@ -4883,6 +4883,10 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
4883
4883
  type: string;
4884
4884
  }[];
4885
4885
  };
4886
+ mapProjection: {
4887
+ enum: string[];
4888
+ type: string;
4889
+ };
4886
4890
  graphDescription: {
4887
4891
  type: string;
4888
4892
  };
@@ -5049,6 +5053,10 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
5049
5053
  type: string;
5050
5054
  }[];
5051
5055
  };
5056
+ mapProjection: {
5057
+ enum: string[];
5058
+ type: string;
5059
+ };
5052
5060
  graphTitle: {
5053
5061
  type: string;
5054
5062
  };
@@ -5231,6 +5239,10 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
5231
5239
  type: string;
5232
5240
  }[];
5233
5241
  };
5242
+ mapProjection: {
5243
+ enum: string[];
5244
+ type: string;
5245
+ };
5234
5246
  graphDescription: {
5235
5247
  type: string;
5236
5248
  };
@@ -7703,6 +7715,10 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
7703
7715
  enum: string[];
7704
7716
  type: string;
7705
7717
  };
7718
+ mapProjection: {
7719
+ enum: string[];
7720
+ type: string;
7721
+ };
7706
7722
  animateLine: {
7707
7723
  oneOf: {
7708
7724
  type: string;
@@ -7862,12 +7878,12 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
7862
7878
  items?: undefined;
7863
7879
  })[];
7864
7880
  };
7865
- colorDomain: {
7881
+ oneOf: {
7882
+ type: string;
7866
7883
  items: {
7867
7884
  type: string;
7868
7885
  };
7869
- type: string;
7870
- };
7886
+ }[];
7871
7887
  colorLegendTitle: {
7872
7888
  type: string;
7873
7889
  };
@@ -8133,7 +8149,11 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
8133
8149
  mapBorderWidth: {
8134
8150
  type: string;
8135
8151
  };
8136
- mapData: {};
8152
+ mapData: {
8153
+ oneOf: {
8154
+ type: string;
8155
+ }[];
8156
+ };
8137
8157
  mapNoDataColor: {
8138
8158
  type: string;
8139
8159
  };
@@ -8965,6 +8985,10 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
8965
8985
  enum: string[];
8966
8986
  type: string;
8967
8987
  };
8988
+ mapProjection: {
8989
+ enum: string[];
8990
+ type: string;
8991
+ };
8968
8992
  animateLine: {
8969
8993
  oneOf: {
8970
8994
  type: string;
@@ -9124,12 +9148,12 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
9124
9148
  items?: undefined;
9125
9149
  })[];
9126
9150
  };
9127
- colorDomain: {
9151
+ oneOf: {
9152
+ type: string;
9128
9153
  items: {
9129
9154
  type: string;
9130
9155
  };
9131
- type: string;
9132
- };
9156
+ }[];
9133
9157
  colorLegendTitle: {
9134
9158
  type: string;
9135
9159
  };
@@ -9395,7 +9419,11 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
9395
9419
  mapBorderWidth: {
9396
9420
  type: string;
9397
9421
  };
9398
- mapData: {};
9422
+ mapData: {
9423
+ oneOf: {
9424
+ type: string;
9425
+ }[];
9426
+ };
9399
9427
  mapNoDataColor: {
9400
9428
  type: string;
9401
9429
  };
@@ -10205,6 +10233,10 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
10205
10233
  enum: string[];
10206
10234
  type: string;
10207
10235
  };
10236
+ mapProjection: {
10237
+ enum: string[];
10238
+ type: string;
10239
+ };
10208
10240
  animateLine: {
10209
10241
  oneOf: {
10210
10242
  type: string;
@@ -10364,12 +10396,12 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
10364
10396
  items?: undefined;
10365
10397
  })[];
10366
10398
  };
10367
- colorDomain: {
10399
+ oneOf: {
10400
+ type: string;
10368
10401
  items: {
10369
10402
  type: string;
10370
10403
  };
10371
- type: string;
10372
- };
10404
+ }[];
10373
10405
  colorLegendTitle: {
10374
10406
  type: string;
10375
10407
  };
@@ -10635,7 +10667,11 @@ export declare const getDashboardJSONSchema: (columnList?: string[]) => {
10635
10667
  mapBorderWidth: {
10636
10668
  type: string;
10637
10669
  };
10638
- mapData: {};
10670
+ mapData: {
10671
+ oneOf: {
10672
+ type: string;
10673
+ }[];
10674
+ };
10639
10675
  mapNoDataColor: {
10640
10676
  type: string;
10641
10677
  };
@@ -15620,6 +15656,10 @@ export declare const getDashboardWideToLongFormatJSONSchema: () => {
15620
15656
  type: string;
15621
15657
  }[];
15622
15658
  };
15659
+ mapProjection: {
15660
+ enum: string[];
15661
+ type: string;
15662
+ };
15623
15663
  graphDescription: {
15624
15664
  type: string;
15625
15665
  };
@@ -15786,6 +15826,10 @@ export declare const getDashboardWideToLongFormatJSONSchema: () => {
15786
15826
  type: string;
15787
15827
  }[];
15788
15828
  };
15829
+ mapProjection: {
15830
+ enum: string[];
15831
+ type: string;
15832
+ };
15789
15833
  graphTitle: {
15790
15834
  type: string;
15791
15835
  };
@@ -15968,6 +16012,10 @@ export declare const getDashboardWideToLongFormatJSONSchema: () => {
15968
16012
  type: string;
15969
16013
  }[];
15970
16014
  };
16015
+ mapProjection: {
16016
+ enum: string[];
16017
+ type: string;
16018
+ };
15971
16019
  graphDescription: {
15972
16020
  type: string;
15973
16021
  };
@@ -19015,6 +19063,10 @@ export declare const getDataSelectionSchema: (columnList?: string[]) => {
19015
19063
  enum: string[];
19016
19064
  type: string;
19017
19065
  };
19066
+ mapProjection: {
19067
+ enum: string[];
19068
+ type: string;
19069
+ };
19018
19070
  animateLine: {
19019
19071
  oneOf: {
19020
19072
  type: string;
@@ -19174,12 +19226,12 @@ export declare const getDataSelectionSchema: (columnList?: string[]) => {
19174
19226
  items?: undefined;
19175
19227
  })[];
19176
19228
  };
19177
- colorDomain: {
19229
+ oneOf: {
19230
+ type: string;
19178
19231
  items: {
19179
19232
  type: string;
19180
19233
  };
19181
- type: string;
19182
- };
19234
+ }[];
19183
19235
  colorLegendTitle: {
19184
19236
  type: string;
19185
19237
  };
@@ -19445,7 +19497,11 @@ export declare const getDataSelectionSchema: (columnList?: string[]) => {
19445
19497
  mapBorderWidth: {
19446
19498
  type: string;
19447
19499
  };
19448
- mapData: {};
19500
+ mapData: {
19501
+ oneOf: {
19502
+ type: string;
19503
+ }[];
19504
+ };
19449
19505
  mapNoDataColor: {
19450
19506
  type: string;
19451
19507
  };
@@ -24289,6 +24345,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
24289
24345
  type: string;
24290
24346
  }[];
24291
24347
  };
24348
+ mapProjection: {
24349
+ enum: string[];
24350
+ type: string;
24351
+ };
24292
24352
  graphDescription: {
24293
24353
  type: string;
24294
24354
  };
@@ -24455,6 +24515,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
24455
24515
  type: string;
24456
24516
  }[];
24457
24517
  };
24518
+ mapProjection: {
24519
+ enum: string[];
24520
+ type: string;
24521
+ };
24458
24522
  graphTitle: {
24459
24523
  type: string;
24460
24524
  };
@@ -24637,6 +24701,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
24637
24701
  type: string;
24638
24702
  }[];
24639
24703
  };
24704
+ mapProjection: {
24705
+ enum: string[];
24706
+ type: string;
24707
+ };
24640
24708
  graphDescription: {
24641
24709
  type: string;
24642
24710
  };
@@ -27364,6 +27432,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
27364
27432
  enum: string[];
27365
27433
  type: string;
27366
27434
  };
27435
+ mapProjection: {
27436
+ enum: string[];
27437
+ type: string;
27438
+ };
27367
27439
  animateLine: {
27368
27440
  oneOf: {
27369
27441
  type: string;
@@ -27523,12 +27595,12 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
27523
27595
  items?: undefined;
27524
27596
  })[];
27525
27597
  };
27526
- colorDomain: {
27598
+ oneOf: {
27599
+ type: string;
27527
27600
  items: {
27528
27601
  type: string;
27529
27602
  };
27530
- type: string;
27531
- };
27603
+ }[];
27532
27604
  colorLegendTitle: {
27533
27605
  type: string;
27534
27606
  };
@@ -27794,7 +27866,11 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
27794
27866
  mapBorderWidth: {
27795
27867
  type: string;
27796
27868
  };
27797
- mapData: {};
27869
+ mapData: {
27870
+ oneOf: {
27871
+ type: string;
27872
+ }[];
27873
+ };
27798
27874
  mapNoDataColor: {
27799
27875
  type: string;
27800
27876
  };
@@ -28626,6 +28702,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
28626
28702
  enum: string[];
28627
28703
  type: string;
28628
28704
  };
28705
+ mapProjection: {
28706
+ enum: string[];
28707
+ type: string;
28708
+ };
28629
28709
  animateLine: {
28630
28710
  oneOf: {
28631
28711
  type: string;
@@ -28785,12 +28865,12 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
28785
28865
  items?: undefined;
28786
28866
  })[];
28787
28867
  };
28788
- colorDomain: {
28868
+ oneOf: {
28869
+ type: string;
28789
28870
  items: {
28790
28871
  type: string;
28791
28872
  };
28792
- type: string;
28793
- };
28873
+ }[];
28794
28874
  colorLegendTitle: {
28795
28875
  type: string;
28796
28876
  };
@@ -29056,7 +29136,11 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
29056
29136
  mapBorderWidth: {
29057
29137
  type: string;
29058
29138
  };
29059
- mapData: {};
29139
+ mapData: {
29140
+ oneOf: {
29141
+ type: string;
29142
+ }[];
29143
+ };
29060
29144
  mapNoDataColor: {
29061
29145
  type: string;
29062
29146
  };
@@ -29866,6 +29950,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
29866
29950
  enum: string[];
29867
29951
  type: string;
29868
29952
  };
29953
+ mapProjection: {
29954
+ enum: string[];
29955
+ type: string;
29956
+ };
29869
29957
  animateLine: {
29870
29958
  oneOf: {
29871
29959
  type: string;
@@ -30025,12 +30113,12 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
30025
30113
  items?: undefined;
30026
30114
  })[];
30027
30115
  };
30028
- colorDomain: {
30116
+ oneOf: {
30117
+ type: string;
30029
30118
  items: {
30030
30119
  type: string;
30031
30120
  };
30032
- type: string;
30033
- };
30121
+ }[];
30034
30122
  colorLegendTitle: {
30035
30123
  type: string;
30036
30124
  };
@@ -30296,7 +30384,11 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
30296
30384
  mapBorderWidth: {
30297
30385
  type: string;
30298
30386
  };
30299
- mapData: {};
30387
+ mapData: {
30388
+ oneOf: {
30389
+ type: string;
30390
+ }[];
30391
+ };
30300
30392
  mapNoDataColor: {
30301
30393
  type: string;
30302
30394
  };
@@ -34937,6 +35029,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
34937
35029
  type: string;
34938
35030
  }[];
34939
35031
  };
35032
+ mapProjection: {
35033
+ enum: string[];
35034
+ type: string;
35035
+ };
34940
35036
  graphDescription: {
34941
35037
  type: string;
34942
35038
  };
@@ -35103,6 +35199,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
35103
35199
  type: string;
35104
35200
  }[];
35105
35201
  };
35202
+ mapProjection: {
35203
+ enum: string[];
35204
+ type: string;
35205
+ };
35106
35206
  graphTitle: {
35107
35207
  type: string;
35108
35208
  };
@@ -35285,6 +35385,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
35285
35385
  type: string;
35286
35386
  }[];
35287
35387
  };
35388
+ mapProjection: {
35389
+ enum: string[];
35390
+ type: string;
35391
+ };
35288
35392
  graphDescription: {
35289
35393
  type: string;
35290
35394
  };
@@ -38048,6 +38152,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
38048
38152
  enum: string[];
38049
38153
  type: string;
38050
38154
  };
38155
+ mapProjection: {
38156
+ enum: string[];
38157
+ type: string;
38158
+ };
38051
38159
  animateLine: {
38052
38160
  oneOf: {
38053
38161
  type: string;
@@ -38207,12 +38315,12 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
38207
38315
  items?: undefined;
38208
38316
  })[];
38209
38317
  };
38210
- colorDomain: {
38318
+ oneOf: {
38319
+ type: string;
38211
38320
  items: {
38212
38321
  type: string;
38213
38322
  };
38214
- type: string;
38215
- };
38323
+ }[];
38216
38324
  colorLegendTitle: {
38217
38325
  type: string;
38218
38326
  };
@@ -38478,7 +38586,11 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
38478
38586
  mapBorderWidth: {
38479
38587
  type: string;
38480
38588
  };
38481
- mapData: {};
38589
+ mapData: {
38590
+ oneOf: {
38591
+ type: string;
38592
+ }[];
38593
+ };
38482
38594
  mapNoDataColor: {
38483
38595
  type: string;
38484
38596
  };
@@ -39310,6 +39422,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
39310
39422
  enum: string[];
39311
39423
  type: string;
39312
39424
  };
39425
+ mapProjection: {
39426
+ enum: string[];
39427
+ type: string;
39428
+ };
39313
39429
  animateLine: {
39314
39430
  oneOf: {
39315
39431
  type: string;
@@ -39469,12 +39585,12 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
39469
39585
  items?: undefined;
39470
39586
  })[];
39471
39587
  };
39472
- colorDomain: {
39588
+ oneOf: {
39589
+ type: string;
39473
39590
  items: {
39474
39591
  type: string;
39475
39592
  };
39476
- type: string;
39477
- };
39593
+ }[];
39478
39594
  colorLegendTitle: {
39479
39595
  type: string;
39480
39596
  };
@@ -39740,7 +39856,11 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
39740
39856
  mapBorderWidth: {
39741
39857
  type: string;
39742
39858
  };
39743
- mapData: {};
39859
+ mapData: {
39860
+ oneOf: {
39861
+ type: string;
39862
+ }[];
39863
+ };
39744
39864
  mapNoDataColor: {
39745
39865
  type: string;
39746
39866
  };
@@ -40550,6 +40670,10 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
40550
40670
  enum: string[];
40551
40671
  type: string;
40552
40672
  };
40673
+ mapProjection: {
40674
+ enum: string[];
40675
+ type: string;
40676
+ };
40553
40677
  animateLine: {
40554
40678
  oneOf: {
40555
40679
  type: string;
@@ -40709,12 +40833,12 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
40709
40833
  items?: undefined;
40710
40834
  })[];
40711
40835
  };
40712
- colorDomain: {
40836
+ oneOf: {
40837
+ type: string;
40713
40838
  items: {
40714
40839
  type: string;
40715
40840
  };
40716
- type: string;
40717
- };
40841
+ }[];
40718
40842
  colorLegendTitle: {
40719
40843
  type: string;
40720
40844
  };
@@ -40980,7 +41104,11 @@ export declare const getGriddedGraphJSONSchema: (columnList?: string[], graphTyp
40980
41104
  mapBorderWidth: {
40981
41105
  type: string;
40982
41106
  };
40983
- mapData: {};
41107
+ mapData: {
41108
+ oneOf: {
41109
+ type: string;
41110
+ }[];
41111
+ };
40984
41112
  mapNoDataColor: {
40985
41113
  type: string;
40986
41114
  };
@@ -45684,6 +45812,10 @@ export declare function getSettingsSchema(graph: GraphType | 'allGraphs'): {
45684
45812
  type: string;
45685
45813
  }[];
45686
45814
  };
45815
+ mapProjection: {
45816
+ enum: string[];
45817
+ type: string;
45818
+ };
45687
45819
  graphDescription: {
45688
45820
  type: string;
45689
45821
  };
@@ -45850,6 +45982,10 @@ export declare function getSettingsSchema(graph: GraphType | 'allGraphs'): {
45850
45982
  type: string;
45851
45983
  }[];
45852
45984
  };
45985
+ mapProjection: {
45986
+ enum: string[];
45987
+ type: string;
45988
+ };
45853
45989
  graphTitle: {
45854
45990
  type: string;
45855
45991
  };
@@ -46032,6 +46168,10 @@ export declare function getSettingsSchema(graph: GraphType | 'allGraphs'): {
46032
46168
  type: string;
46033
46169
  }[];
46034
46170
  };
46171
+ mapProjection: {
46172
+ enum: string[];
46173
+ type: string;
46174
+ };
46035
46175
  graphDescription: {
46036
46176
  type: string;
46037
46177
  };
@@ -52333,6 +52473,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
52333
52473
  type: string;
52334
52474
  }[];
52335
52475
  };
52476
+ mapProjection: {
52477
+ enum: string[];
52478
+ type: string;
52479
+ };
52336
52480
  graphDescription: {
52337
52481
  type: string;
52338
52482
  };
@@ -52499,6 +52643,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
52499
52643
  type: string;
52500
52644
  }[];
52501
52645
  };
52646
+ mapProjection: {
52647
+ enum: string[];
52648
+ type: string;
52649
+ };
52502
52650
  graphTitle: {
52503
52651
  type: string;
52504
52652
  };
@@ -52681,6 +52829,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
52681
52829
  type: string;
52682
52830
  }[];
52683
52831
  };
52832
+ mapProjection: {
52833
+ enum: string[];
52834
+ type: string;
52835
+ };
52684
52836
  graphDescription: {
52685
52837
  type: string;
52686
52838
  };
@@ -59013,6 +59165,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
59013
59165
  type: string;
59014
59166
  }[];
59015
59167
  };
59168
+ mapProjection: {
59169
+ enum: string[];
59170
+ type: string;
59171
+ };
59016
59172
  graphDescription: {
59017
59173
  type: string;
59018
59174
  };
@@ -59179,6 +59335,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
59179
59335
  type: string;
59180
59336
  }[];
59181
59337
  };
59338
+ mapProjection: {
59339
+ enum: string[];
59340
+ type: string;
59341
+ };
59182
59342
  graphTitle: {
59183
59343
  type: string;
59184
59344
  };
@@ -59361,6 +59521,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
59361
59521
  type: string;
59362
59522
  }[];
59363
59523
  };
59524
+ mapProjection: {
59525
+ enum: string[];
59526
+ type: string;
59527
+ };
59364
59528
  graphDescription: {
59365
59529
  type: string;
59366
59530
  };
@@ -62063,6 +62227,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
62063
62227
  enum: string[];
62064
62228
  type: string;
62065
62229
  };
62230
+ mapProjection: {
62231
+ enum: string[];
62232
+ type: string;
62233
+ };
62066
62234
  animateLine: {
62067
62235
  oneOf: {
62068
62236
  type: string;
@@ -62222,12 +62390,12 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
62222
62390
  items?: undefined;
62223
62391
  })[];
62224
62392
  };
62225
- colorDomain: {
62393
+ oneOf: {
62394
+ type: string;
62226
62395
  items: {
62227
62396
  type: string;
62228
62397
  };
62229
- type: string;
62230
- };
62398
+ }[];
62231
62399
  colorLegendTitle: {
62232
62400
  type: string;
62233
62401
  };
@@ -62493,7 +62661,11 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
62493
62661
  mapBorderWidth: {
62494
62662
  type: string;
62495
62663
  };
62496
- mapData: {};
62664
+ mapData: {
62665
+ oneOf: {
62666
+ type: string;
62667
+ }[];
62668
+ };
62497
62669
  mapNoDataColor: {
62498
62670
  type: string;
62499
62671
  };
@@ -63325,6 +63497,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
63325
63497
  enum: string[];
63326
63498
  type: string;
63327
63499
  };
63500
+ mapProjection: {
63501
+ enum: string[];
63502
+ type: string;
63503
+ };
63328
63504
  animateLine: {
63329
63505
  oneOf: {
63330
63506
  type: string;
@@ -63484,12 +63660,12 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
63484
63660
  items?: undefined;
63485
63661
  })[];
63486
63662
  };
63487
- colorDomain: {
63663
+ oneOf: {
63664
+ type: string;
63488
63665
  items: {
63489
63666
  type: string;
63490
63667
  };
63491
- type: string;
63492
- };
63668
+ }[];
63493
63669
  colorLegendTitle: {
63494
63670
  type: string;
63495
63671
  };
@@ -63755,7 +63931,11 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
63755
63931
  mapBorderWidth: {
63756
63932
  type: string;
63757
63933
  };
63758
- mapData: {};
63934
+ mapData: {
63935
+ oneOf: {
63936
+ type: string;
63937
+ }[];
63938
+ };
63759
63939
  mapNoDataColor: {
63760
63940
  type: string;
63761
63941
  };
@@ -64565,6 +64745,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
64565
64745
  enum: string[];
64566
64746
  type: string;
64567
64747
  };
64748
+ mapProjection: {
64749
+ enum: string[];
64750
+ type: string;
64751
+ };
64568
64752
  animateLine: {
64569
64753
  oneOf: {
64570
64754
  type: string;
@@ -64724,12 +64908,12 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
64724
64908
  items?: undefined;
64725
64909
  })[];
64726
64910
  };
64727
- colorDomain: {
64911
+ oneOf: {
64912
+ type: string;
64728
64913
  items: {
64729
64914
  type: string;
64730
64915
  };
64731
- type: string;
64732
- };
64916
+ }[];
64733
64917
  colorLegendTitle: {
64734
64918
  type: string;
64735
64919
  };
@@ -64995,7 +65179,11 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
64995
65179
  mapBorderWidth: {
64996
65180
  type: string;
64997
65181
  };
64998
- mapData: {};
65182
+ mapData: {
65183
+ oneOf: {
65184
+ type: string;
65185
+ }[];
65186
+ };
64999
65187
  mapNoDataColor: {
65000
65188
  type: string;
65001
65189
  };
@@ -69646,6 +69834,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
69646
69834
  type: string;
69647
69835
  }[];
69648
69836
  };
69837
+ mapProjection: {
69838
+ enum: string[];
69839
+ type: string;
69840
+ };
69649
69841
  graphDescription: {
69650
69842
  type: string;
69651
69843
  };
@@ -69812,6 +70004,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
69812
70004
  type: string;
69813
70005
  }[];
69814
70006
  };
70007
+ mapProjection: {
70008
+ enum: string[];
70009
+ type: string;
70010
+ };
69815
70011
  graphTitle: {
69816
70012
  type: string;
69817
70013
  };
@@ -69994,6 +70190,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
69994
70190
  type: string;
69995
70191
  }[];
69996
70192
  };
70193
+ mapProjection: {
70194
+ enum: string[];
70195
+ type: string;
70196
+ };
69997
70197
  graphDescription: {
69998
70198
  type: string;
69999
70199
  };
@@ -72738,6 +72938,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
72738
72938
  enum: string[];
72739
72939
  type: string;
72740
72940
  };
72941
+ mapProjection: {
72942
+ enum: string[];
72943
+ type: string;
72944
+ };
72741
72945
  animateLine: {
72742
72946
  oneOf: {
72743
72947
  type: string;
@@ -72897,12 +73101,12 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
72897
73101
  items?: undefined;
72898
73102
  })[];
72899
73103
  };
72900
- colorDomain: {
73104
+ oneOf: {
73105
+ type: string;
72901
73106
  items: {
72902
73107
  type: string;
72903
73108
  };
72904
- type: string;
72905
- };
73109
+ }[];
72906
73110
  colorLegendTitle: {
72907
73111
  type: string;
72908
73112
  };
@@ -73168,7 +73372,11 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
73168
73372
  mapBorderWidth: {
73169
73373
  type: string;
73170
73374
  };
73171
- mapData: {};
73375
+ mapData: {
73376
+ oneOf: {
73377
+ type: string;
73378
+ }[];
73379
+ };
73172
73380
  mapNoDataColor: {
73173
73381
  type: string;
73174
73382
  };
@@ -74000,6 +74208,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
74000
74208
  enum: string[];
74001
74209
  type: string;
74002
74210
  };
74211
+ mapProjection: {
74212
+ enum: string[];
74213
+ type: string;
74214
+ };
74003
74215
  animateLine: {
74004
74216
  oneOf: {
74005
74217
  type: string;
@@ -74159,12 +74371,12 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
74159
74371
  items?: undefined;
74160
74372
  })[];
74161
74373
  };
74162
- colorDomain: {
74374
+ oneOf: {
74375
+ type: string;
74163
74376
  items: {
74164
74377
  type: string;
74165
74378
  };
74166
- type: string;
74167
- };
74379
+ }[];
74168
74380
  colorLegendTitle: {
74169
74381
  type: string;
74170
74382
  };
@@ -74430,7 +74642,11 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
74430
74642
  mapBorderWidth: {
74431
74643
  type: string;
74432
74644
  };
74433
- mapData: {};
74645
+ mapData: {
74646
+ oneOf: {
74647
+ type: string;
74648
+ }[];
74649
+ };
74434
74650
  mapNoDataColor: {
74435
74651
  type: string;
74436
74652
  };
@@ -75240,6 +75456,10 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
75240
75456
  enum: string[];
75241
75457
  type: string;
75242
75458
  };
75459
+ mapProjection: {
75460
+ enum: string[];
75461
+ type: string;
75462
+ };
75243
75463
  animateLine: {
75244
75464
  oneOf: {
75245
75465
  type: string;
@@ -75399,12 +75619,12 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
75399
75619
  items?: undefined;
75400
75620
  })[];
75401
75621
  };
75402
- colorDomain: {
75622
+ oneOf: {
75623
+ type: string;
75403
75624
  items: {
75404
75625
  type: string;
75405
75626
  };
75406
- type: string;
75407
- };
75627
+ }[];
75408
75628
  colorLegendTitle: {
75409
75629
  type: string;
75410
75630
  };
@@ -75670,7 +75890,11 @@ export declare const getSingleGraphJSONSchema: (columnList?: string[], graphType
75670
75890
  mapBorderWidth: {
75671
75891
  type: string;
75672
75892
  };
75673
- mapData: {};
75893
+ mapData: {
75894
+ oneOf: {
75895
+ type: string;
75896
+ }[];
75897
+ };
75674
75898
  mapNoDataColor: {
75675
75899
  type: string;
75676
75900
  };
@@ -76442,7 +76666,7 @@ declare interface GraphSettingsDataType {
76442
76666
  leftMargin?: number;
76443
76667
  rightMargin?: number;
76444
76668
  truncateBy?: number;
76445
- colorDomain?: string[];
76669
+ colorDomain?: string[] | number[];
76446
76670
  colorLegendTitle?: string;
76447
76671
  backgroundColor?: string | boolean;
76448
76672
  padding?: string;
@@ -76641,6 +76865,7 @@ declare interface GraphSettingsDataType {
76641
76865
  curveType?: 'linear' | 'curve' | 'step' | 'stepAfter' | 'stepBefore';
76642
76866
  styles?: StyleObject;
76643
76867
  classNames?: ClassNameObject;
76868
+ mapProjection?: 'mercator' | 'equalEarth' | 'naturalEarth' | 'orthographic' | 'albersUSA';
76644
76869
  }
76645
76870
 
76646
76871
  export declare function GraphTitle(props: Props_61): JSX_2.Element;
@@ -76905,7 +77130,7 @@ declare interface HistogramDataType {
76905
77130
  /**
76906
77131
  * Downloads an image of a specified HTML element as a PNG file.
76907
77132
  *
76908
- * Uses `html2canvas` to capture the content of the `node` and converts it to a downloadable PNG image.
77133
+ * Uses `html-to-image` to capture the content of the `node` and converts it to a downloadable PNG image.
76909
77134
  * It removes elements with the class `undp-viz-download-button` from the clone to prevent them from appearing in the screenshot.
76910
77135
  *
76911
77136
  * @param node - The HTMLElement to capture and convert into an image.
@@ -77310,7 +77535,7 @@ declare interface Props_12 {
77310
77535
  padding?: string;
77311
77536
  /** Map data as an object in geoJson format */
77312
77537
  mapData?: any;
77313
- /** Scale of the map */
77538
+ /** Scaling factor for the map. Multiplies the scale number to scale. */
77314
77539
  scale?: number;
77315
77540
  /** Center point of the map */
77316
77541
  centerPoint?: [number, number];
@@ -77320,6 +77545,8 @@ declare interface Props_12 {
77320
77545
  mapBorderColor?: string;
77321
77546
  /** Toggle if the map is a world map */
77322
77547
  isWorldMap?: boolean;
77548
+ /** Map projection type */
77549
+ mapProjection?: 'mercator' | 'equalEarth' | 'naturalEarth' | 'orthographic' | 'albersUSA';
77323
77550
  /** Extend of the allowed zoom in the map */
77324
77551
  zoomScaleExtend?: [number, number];
77325
77552
  /** Extend of the allowed panning in the map */
@@ -77393,7 +77620,7 @@ declare interface Props_13 {
77393
77620
  padding?: string;
77394
77621
  /** Map data as an object in geoJson format */
77395
77622
  mapData?: any;
77396
- /** Scale of the map */
77623
+ /** Scaling factor for the map. Multiplies the scale number to scale. */
77397
77624
  scale?: number;
77398
77625
  /** Center point of the map */
77399
77626
  centerPoint?: [number, number];
@@ -77403,6 +77630,8 @@ declare interface Props_13 {
77403
77630
  mapBorderColor?: string;
77404
77631
  /** Toggle if the map is a world map */
77405
77632
  isWorldMap?: boolean;
77633
+ /** Map projection type */
77634
+ mapProjection?: 'mercator' | 'equalEarth' | 'naturalEarth' | 'orthographic' | 'albersUSA';
77406
77635
  /** Extend of the allowed zoom in the map */
77407
77636
  zoomScaleExtend?: [number, number];
77408
77637
  /** Extend of the allowed panning in the map */
@@ -77480,7 +77709,7 @@ declare interface Props_14 {
77480
77709
  radius?: number;
77481
77710
  /** Map data as an object in geoJson format */
77482
77711
  mapData?: any;
77483
- /** Scale of the map */
77712
+ /** Scaling factor for the map. Multiplies the scale number to scale. */
77484
77713
  scale?: number;
77485
77714
  /** Center point of the map */
77486
77715
  centerPoint?: [number, number];
@@ -77490,6 +77719,8 @@ declare interface Props_14 {
77490
77719
  mapBorderColor?: string;
77491
77720
  /** Toggle if the map is a world map */
77492
77721
  isWorldMap?: boolean;
77722
+ /** Map projection type */
77723
+ mapProjection?: 'mercator' | 'equalEarth' | 'naturalEarth' | 'orthographic' | 'albersUSA';
77493
77724
  /** Extend of the allowed zoom in the map */
77494
77725
  zoomScaleExtend?: [number, number];
77495
77726
  /** Extend of the allowed panning in the map */
@@ -79565,7 +79796,7 @@ declare interface Props_44 {
79565
79796
  padding?: string;
79566
79797
  /** Map data as an object in geoJson format */
79567
79798
  mapData?: any;
79568
- /** Scale of the map */
79799
+ /** Scaling factor for the map. Multiplies the scale number to scale. */
79569
79800
  scale?: number;
79570
79801
  /** Center point of the map */
79571
79802
  centerPoint?: [number, number];
@@ -79575,6 +79806,8 @@ declare interface Props_44 {
79575
79806
  mapBorderColor?: string;
79576
79807
  /** Toggle if the map is a world map */
79577
79808
  isWorldMap?: boolean;
79809
+ /** Map projection type */
79810
+ mapProjection?: 'mercator' | 'equalEarth' | 'naturalEarth' | 'orthographic' | 'albersUSA';
79578
79811
  /** Extend of the allowed zoom in the map */
79579
79812
  zoomScaleExtend?: [number, number];
79580
79813
  /** Extend of the allowed panning in the map */
@@ -79654,7 +79887,7 @@ declare interface Props_45 {
79654
79887
  padding?: string;
79655
79888
  /** Map data as an object in geoJson format */
79656
79889
  mapData?: any;
79657
- /** Scale of the map */
79890
+ /** Scaling factor for the map. Multiplies the scale number to scale. */
79658
79891
  scale?: number;
79659
79892
  /** Center point of the map */
79660
79893
  centerPoint?: [number, number];
@@ -79664,6 +79897,8 @@ declare interface Props_45 {
79664
79897
  mapBorderColor?: string;
79665
79898
  /** Toggle if the map is a world map */
79666
79899
  isWorldMap?: boolean;
79900
+ /** Map projection type */
79901
+ mapProjection?: 'mercator' | 'equalEarth' | 'naturalEarth' | 'orthographic' | 'albersUSA';
79667
79902
  /** Extend of the allowed zoom in the map */
79668
79903
  zoomScaleExtend?: [number, number];
79669
79904
  /** Extend of the allowed panning in the map */
@@ -79747,7 +79982,7 @@ declare interface Props_46 {
79747
79982
  radius?: number;
79748
79983
  /** Map data as an object in geoJson format */
79749
79984
  mapData?: any;
79750
- /** Scale of the map */
79985
+ /** Scaling factor for the map. Multiplies the scale number to scale. */
79751
79986
  scale?: number;
79752
79987
  /** Center point of the map */
79753
79988
  centerPoint?: [number, number];
@@ -79757,6 +79992,8 @@ declare interface Props_46 {
79757
79992
  mapBorderColor?: string;
79758
79993
  /** Toggle if the map is a world map */
79759
79994
  isWorldMap?: boolean;
79995
+ /** Map projection type */
79996
+ mapProjection?: 'mercator' | 'equalEarth' | 'naturalEarth' | 'orthographic' | 'albersUSA';
79760
79997
  /** Extend of the allowed zoom in the map */
79761
79998
  zoomScaleExtend?: [number, number];
79762
79999
  /** Extend of the allowed panning in the map */
@@ -80056,7 +80293,7 @@ declare interface Props_52 {
80056
80293
 
80057
80294
  declare interface Props_53 {
80058
80295
  colors: string[];
80059
- colorDomain: string[];
80296
+ colorDomain: string[] | number[];
80060
80297
  colorLegendTitle?: string;
80061
80298
  showNAColor: boolean;
80062
80299
  width?: number;