@undp/data-viz 0.0.72 → 0.0.73
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 +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -82092,7 +82092,7 @@ declare interface Props_14 {
|
|
|
82092
82092
|
zoomTranslateExtend?: [[number, number], [number, number]];
|
|
82093
82093
|
/** Countries or regions to be highlighted */
|
|
82094
82094
|
highlightedIds?: string[];
|
|
82095
|
-
/** Scale for the colors
|
|
82095
|
+
/** Scale for the colors */
|
|
82096
82096
|
scaleType?: Exclude<ScaleDataType, 'linear'>;
|
|
82097
82097
|
/** Toggles if the color scaling is categorical or not */
|
|
82098
82098
|
categorical?: boolean;
|
|
@@ -84455,7 +84455,7 @@ declare interface Props_47 {
|
|
|
84455
84455
|
zoomTranslateExtend?: [[number, number], [number, number]];
|
|
84456
84456
|
/** Countries or regions to be highlighted */
|
|
84457
84457
|
highlightedIds?: string[];
|
|
84458
|
-
/** Scale for the colors
|
|
84458
|
+
/** Scale for the colors */
|
|
84459
84459
|
scaleType?: Exclude<ScaleDataType, 'linear'>;
|
|
84460
84460
|
/** Toggles if the color scaling is categorical or not */
|
|
84461
84461
|
categorical?: boolean;
|
package/dist/index.js
CHANGED
|
@@ -62515,7 +62515,9 @@ function vye(t) {
|
|
|
62515
62515
|
prefix: T,
|
|
62516
62516
|
onSeriesMouseClick: X,
|
|
62517
62517
|
resetSelectionOnDoubleClick: W,
|
|
62518
|
-
detailsOnClick: z
|
|
62518
|
+
detailsOnClick: z,
|
|
62519
|
+
styles: P,
|
|
62520
|
+
classNames: Q
|
|
62519
62521
|
}
|
|
62520
62522
|
) : null
|
|
62521
62523
|
}
|