@undp/data-viz 1.2.1 → 1.2.2
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 +19 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +6580 -6523
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -5270,6 +5270,8 @@ declare interface Props_16 {
|
|
|
5270
5270
|
showColorScale?: boolean;
|
|
5271
5271
|
/** Property in the property object in mapData geoJson object is used to match to the id in the data object */
|
|
5272
5272
|
mapProperty?: string;
|
|
5273
|
+
/** Countries or regions to be highlighted */
|
|
5274
|
+
highlightedIds?: string[];
|
|
5273
5275
|
/** Enable data download option as a csv */
|
|
5274
5276
|
dataDownload?: boolean;
|
|
5275
5277
|
/** Reset selection on double-click. Only applicable when used in a dashboard context with filters. */
|