@undp/data-viz 2.3.13 → 2.3.15

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 (58) hide show
  1. package/dist/BiVariateChoroplethMap.cjs +1 -1
  2. package/dist/BiVariateChoroplethMap.cjs.map +1 -1
  3. package/dist/BiVariateChoroplethMap.d.ts +6 -0
  4. package/dist/BiVariateChoroplethMap.js +330 -297
  5. package/dist/BiVariateChoroplethMap.js.map +1 -1
  6. package/dist/ChoroplethMap.cjs +1 -1
  7. package/dist/ChoroplethMap.cjs.map +1 -1
  8. package/dist/ChoroplethMap.d.ts +6 -0
  9. package/dist/ChoroplethMap.js +359 -326
  10. package/dist/ChoroplethMap.js.map +1 -1
  11. package/dist/DotDensityMap.cjs +1 -1
  12. package/dist/DotDensityMap.cjs.map +1 -1
  13. package/dist/DotDensityMap.d.ts +8 -1
  14. package/dist/DotDensityMap.js +319 -286
  15. package/dist/DotDensityMap.js.map +1 -1
  16. package/dist/{GraphEl-Bb5oGHoa.js → GraphEl-BgNA-xFf.js} +10 -5
  17. package/dist/GraphEl-BgNA-xFf.js.map +1 -0
  18. package/dist/GraphEl-Bl1Hnqnd.cjs +2 -0
  19. package/dist/GraphEl-Bl1Hnqnd.cjs.map +1 -0
  20. package/dist/GriddedGraphs.cjs +1 -1
  21. package/dist/GriddedGraphs.d.ts +8 -1
  22. package/dist/GriddedGraphs.js +1 -1
  23. package/dist/GriddedGraphsFromConfig.d.ts +8 -1
  24. package/dist/HybridMap.cjs +1 -1
  25. package/dist/HybridMap.cjs.map +1 -1
  26. package/dist/HybridMap.d.ts +8 -1
  27. package/dist/HybridMap.js +416 -382
  28. package/dist/HybridMap.js.map +1 -1
  29. package/dist/MultiGraphDashboard.d.ts +8 -1
  30. package/dist/MultiGraphDashboardFromConfig.d.ts +8 -1
  31. package/dist/PerformanceIntensiveMultiGraphDashboard.d.ts +8 -1
  32. package/dist/PerformanceIntensiveMultiGraphDashboardFromConfig.d.ts +8 -1
  33. package/dist/PerformanceIntensiveScrollStory.d.ts +8 -1
  34. package/dist/ScatterPlot.cjs +1 -1
  35. package/dist/ScatterPlot.cjs.map +1 -1
  36. package/dist/ScatterPlot.d.ts +2 -0
  37. package/dist/ScatterPlot.js +408 -403
  38. package/dist/ScatterPlot.js.map +1 -1
  39. package/dist/ScrollStory.d.ts +8 -1
  40. package/dist/SingleGraphDashboard.cjs +1 -1
  41. package/dist/SingleGraphDashboard.d.ts +8 -1
  42. package/dist/SingleGraphDashboard.js +1 -1
  43. package/dist/SingleGraphDashboardFromConfig.d.ts +8 -1
  44. package/dist/SingleGraphDashboardGeoHubMaps.d.ts +8 -1
  45. package/dist/SingleGraphDashboardGeoHubMapsFromConfig.d.ts +8 -1
  46. package/dist/SingleGraphDashboardThreeDGraphs.d.ts +8 -1
  47. package/dist/SingleGraphDashboardThreeDGraphsFromConfig.d.ts +8 -1
  48. package/dist/StripChart.cjs +1 -1
  49. package/dist/StripChart.cjs.map +1 -1
  50. package/dist/StripChart.js +330 -334
  51. package/dist/StripChart.js.map +1 -1
  52. package/dist/Types.d.ts +9 -1
  53. package/dist/index.d.ts +36 -3
  54. package/dist/style.css +1 -1
  55. package/package.json +1 -1
  56. package/dist/GraphEl-Bb5oGHoa.js.map +0 -1
  57. package/dist/GraphEl-BerZfJ3j.cjs +0 -2
  58. package/dist/GraphEl-BerZfJ3j.cjs.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"DotDensityMap.cjs","sources":["../src/Components/Graphs/Maps/DotDensityMap/Graph.tsx","../src/Components/Graphs/Maps/DotDensityMap/index.tsx"],"sourcesContent":["import isEqual from 'fast-deep-equal';\r\nimport { useEffect, useMemo, useRef, useState } from 'react';\r\nimport {\r\n geoAlbersUsa,\r\n geoEqualEarth,\r\n geoMercator,\r\n geoNaturalEarth1,\r\n geoOrthographic,\r\n geoPath,\r\n} from 'd3-geo';\r\nimport { D3ZoomEvent, zoom, ZoomBehavior } from 'd3-zoom';\r\nimport { select } from 'd3-selection';\r\nimport { scaleSqrt } from 'd3-scale';\r\nimport { P } from '@undp/design-system-react/Typography';\r\nimport bbox from '@turf/bbox';\r\nimport centerOfMass from '@turf/center-of-mass';\r\nimport { AnimatePresence, motion, useInView } from 'motion/react';\r\nimport { cn } from '@undp/design-system-react/cn';\r\nimport rewind from '@turf/rewind';\r\nimport { FeatureCollection } from 'geojson';\r\n\r\nimport {\r\n AnimateDataType,\r\n ClassNameObject,\r\n CustomLayerDataType,\r\n DotDensityMapDataType,\r\n MapProjectionTypes,\r\n StyleObject,\r\n ZoomInteractionTypes,\r\n} from '@/Types';\r\nimport { Tooltip } from '@/Components/Elements/Tooltip';\r\nimport { Colors } from '@/Components/ColorPalette';\r\nimport { X } from '@/Components/Icons';\r\nimport { DetailsModal } from '@/Components/Elements/DetailsModal';\r\n\r\ninterface Props {\r\n data: DotDensityMapDataType[];\r\n\r\n mapData: FeatureCollection;\r\n colorDomain: string[];\r\n width: number;\r\n height: number;\r\n scale: number;\r\n centerPoint?: [number, number];\r\n colors: string[];\r\n colorLegendTitle?: string;\r\n radius: number;\r\n mapBorderWidth: number;\r\n mapNoDataColor: string;\r\n showLabels: boolean;\r\n mapBorderColor: string;\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n tooltip?: string | ((_d: any) => React.ReactNode);\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n onSeriesMouseOver?: (_d: any) => void;\r\n isWorldMap: boolean;\r\n showColorScale: boolean;\r\n zoomScaleExtend: [number, number];\r\n zoomTranslateExtend?: [[number, number], [number, number]];\r\n highlightedDataPoints: (string | number)[];\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n onSeriesMouseClick?: (_d: any) => void;\r\n resetSelectionOnDoubleClick: boolean;\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n detailsOnClick?: string | ((_d: any) => React.ReactNode);\r\n styles?: StyleObject;\r\n classNames?: ClassNameObject;\r\n zoomInteraction: ZoomInteractionTypes;\r\n mapProjection: MapProjectionTypes;\r\n animate: AnimateDataType;\r\n dimmedOpacity: number;\r\n customLayers: CustomLayerDataType[];\r\n maxRadiusValue: number;\r\n collapseColorScaleByDefault?: boolean;\r\n projectionRotate: [number, number] | [number, number, number];\r\n rewindCoordinatesInMapData: boolean;\r\n}\r\n\r\nexport function Graph(props: Props) {\r\n const {\r\n data,\r\n colors,\r\n mapData,\r\n colorLegendTitle,\r\n colorDomain,\r\n radius,\r\n height,\r\n width,\r\n scale,\r\n centerPoint,\r\n tooltip,\r\n showLabels,\r\n mapBorderWidth,\r\n mapBorderColor,\r\n mapNoDataColor,\r\n onSeriesMouseOver,\r\n showColorScale,\r\n zoomScaleExtend,\r\n zoomTranslateExtend,\r\n highlightedDataPoints,\r\n onSeriesMouseClick,\r\n resetSelectionOnDoubleClick,\r\n detailsOnClick,\r\n styles,\r\n classNames,\r\n mapProjection,\r\n zoomInteraction,\r\n animate,\r\n dimmedOpacity,\r\n customLayers,\r\n maxRadiusValue,\r\n collapseColorScaleByDefault,\r\n projectionRotate,\r\n rewindCoordinatesInMapData,\r\n } = props;\r\n const formattedMapData = useMemo(() => {\r\n if (!rewindCoordinatesInMapData) return mapData;\r\n\r\n return rewind(mapData, { reverse: true }) as FeatureCollection;\r\n }, [mapData, rewindCoordinatesInMapData]);\r\n const [selectedColor, setSelectedColor] = useState<string | undefined>(undefined);\r\n\r\n const [showLegend, setShowLegend] = useState(\r\n collapseColorScaleByDefault === undefined ? !(width < 680) : !collapseColorScaleByDefault,\r\n );\r\n const zoomRef = useRef<ZoomBehavior<SVGSVGElement, unknown> | null>(null);\r\n\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const [mouseClickData, setMouseClickData] = useState<any>(undefined);\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const [mouseOverData, setMouseOverData] = useState<any>(undefined);\r\n const [eventX, setEventX] = useState<number | undefined>(undefined);\r\n const [eventY, setEventY] = useState<number | undefined>(undefined);\r\n const mapSvg = useRef<SVGSVGElement>(null);\r\n const isInView = useInView(mapSvg, {\r\n once: animate.once,\r\n amount: animate.amount,\r\n });\r\n const mapG = useRef<SVGGElement>(null);\r\n const radiusScale =\r\n data.filter(d => d.radius === undefined || d.radius === null).length !== data.length\r\n ? scaleSqrt().domain([0, maxRadiusValue]).range([0.25, radius]).nice()\r\n : undefined;\r\n\r\n useEffect(() => {\r\n const mapGSelect = select(mapG.current);\r\n const mapSvgSelect = select(mapSvg.current);\r\n const zoomFilter = (e: D3ZoomEvent<SVGSVGElement, unknown>['sourceEvent']) => {\r\n if (zoomInteraction === 'noZoom') return false;\r\n if (zoomInteraction === 'button') return !e.type.includes('wheel');\r\n const isWheel = e.type === 'wheel';\r\n const isTouch = e.type.startsWith('touch');\r\n const isDrag = e.type === 'mousedown' || e.type === 'mousemove';\r\n\r\n if (isTouch) return true;\r\n if (isWheel) {\r\n if (zoomInteraction === 'scroll') return true;\r\n return e.ctrlKey;\r\n }\r\n return isDrag && !e.button && !e.ctrlKey;\r\n };\r\n const zoomBehavior = zoom<SVGSVGElement, unknown>()\r\n .scaleExtent(zoomScaleExtend)\r\n .translateExtent(\r\n zoomTranslateExtend || [\r\n [-20, -20],\r\n [width + 20, height + 20],\r\n ],\r\n )\r\n .filter(zoomFilter)\r\n .on('zoom', ({ transform }) => {\r\n mapGSelect.attr('transform', transform);\r\n });\r\n\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n mapSvgSelect.call(zoomBehavior as any);\r\n\r\n zoomRef.current = zoomBehavior;\r\n // eslint-disable-next-line react-hooks/exhaustive-deps\r\n }, [height, width, zoomInteraction]);\r\n\r\n const bounds = bbox(formattedMapData);\r\n\r\n const center = centerOfMass(formattedMapData);\r\n const lonDiff = (bounds[2] - bounds[0]) * 1.15;\r\n const latDiff = (bounds[3] - bounds[1]) * 1.15;\r\n const scaleX = (((width * 190) / 960) * 360) / lonDiff;\r\n const scaleY = (((height * 190) / 678) * 180) / latDiff;\r\n const scaleVar = scale * Math.min(scaleX, scaleY);\r\n\r\n const projection =\r\n mapProjection === 'mercator'\r\n ? geoMercator()\r\n .rotate(projectionRotate)\r\n .center(centerPoint || (center.geometry.coordinates as [number, number]))\r\n .translate([width / 2, height / 2])\r\n .scale(scaleVar)\r\n : mapProjection === 'equalEarth'\r\n ? geoEqualEarth()\r\n .rotate(projectionRotate)\r\n .center(centerPoint || (center.geometry.coordinates as [number, number]))\r\n .translate([width / 2, height / 2])\r\n .scale(scaleVar)\r\n : mapProjection === 'naturalEarth'\r\n ? geoNaturalEarth1()\r\n .rotate(projectionRotate)\r\n .center(centerPoint || (center.geometry.coordinates as [number, number]))\r\n .translate([width / 2, height / 2])\r\n .scale(scaleVar)\r\n : mapProjection === 'orthographic'\r\n ? geoOrthographic()\r\n .rotate(projectionRotate)\r\n .center(centerPoint || (center.geometry.coordinates as [number, number]))\r\n .translate([width / 2, height / 2])\r\n .scale(scaleVar)\r\n : geoAlbersUsa()\r\n .rotate(projectionRotate)\r\n .center(centerPoint || (center.geometry.coordinates as [number, number]))\r\n .translate([width / 2, height / 2])\r\n .scale(scaleVar);\r\n\r\n const pathGenerator = geoPath().projection(projection);\r\n const handleZoom = (direction: 'in' | 'out') => {\r\n if (!mapSvg.current || !zoomRef.current) return;\r\n const svg = select(mapSvg.current);\r\n svg.call(zoomRef.current.scaleBy, direction === 'in' ? 1.2 : 1 / 1.2);\r\n };\r\n\r\n return (\r\n <>\r\n <div className='relative'>\r\n <motion.svg\r\n width={`${width}px`}\r\n height={`${height}px`}\r\n viewBox={`0 0 ${width} ${height}`}\r\n ref={mapSvg}\r\n direction='ltr'\r\n >\r\n <g ref={mapG}>\r\n {customLayers.filter(d => d.position === 'before').map(d => d.layer)}\r\n {formattedMapData.features.map((d, i: number) => {\r\n const path = pathGenerator(d);\r\n if (!path) return null;\r\n return (\r\n <path\r\n d={path}\r\n key={i}\r\n style={{\r\n stroke: mapBorderColor,\r\n strokeWidth: mapBorderWidth,\r\n fill: mapNoDataColor,\r\n }}\r\n />\r\n );\r\n })}\r\n <AnimatePresence>\r\n {data.map(d => {\r\n const color =\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)];\r\n return (\r\n <motion.g\r\n className='undp-map-dots'\r\n key={d.label || `${d.lat}-${d.long}`}\r\n variants={{\r\n initial: { opacity: 0 },\r\n whileInView: {\r\n opacity: selectedColor\r\n ? selectedColor === color\r\n ? 1\r\n : dimmedOpacity\r\n : highlightedDataPoints.length !== 0\r\n ? highlightedDataPoints.indexOf(d.label || '') !== -1\r\n ? 1\r\n : dimmedOpacity\r\n : 1,\r\n transition: { duration: animate.duration },\r\n },\r\n }}\r\n initial='initial'\r\n animate={isInView ? 'whileInView' : 'initial'}\r\n exit={{ opacity: 0, transition: { duration: animate.duration } }}\r\n onMouseEnter={event => {\r\n setMouseOverData(d);\r\n setEventY(event.clientY);\r\n setEventX(event.clientX);\r\n onSeriesMouseOver?.(d);\r\n }}\r\n onMouseMove={event => {\r\n setMouseOverData(d);\r\n setEventY(event.clientY);\r\n setEventX(event.clientX);\r\n }}\r\n onMouseLeave={() => {\r\n setMouseOverData(undefined);\r\n setEventX(undefined);\r\n setEventY(undefined);\r\n onSeriesMouseOver?.(undefined);\r\n }}\r\n onClick={() => {\r\n if (onSeriesMouseClick || detailsOnClick) {\r\n if (isEqual(mouseClickData, d) && resetSelectionOnDoubleClick) {\r\n setMouseClickData(undefined);\r\n onSeriesMouseClick?.(undefined);\r\n } else {\r\n setMouseClickData(d);\r\n onSeriesMouseClick?.(d);\r\n }\r\n }\r\n }}\r\n transform={`translate(${\r\n (projection([d.long, d.lat]) as [number, number])[0]\r\n },${(projection([d.long, d.lat]) as [number, number])[1]})`}\r\n >\r\n <motion.circle\r\n cx={0}\r\n cy={0}\r\n variants={{\r\n initial: {\r\n r: 0,\r\n fill:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n stroke:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n },\r\n whileInView: {\r\n r: !radiusScale ? radius : radiusScale(d.radius || 0),\r\n fill:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n stroke:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n transition: { duration: animate.duration },\r\n },\r\n }}\r\n initial='initial'\r\n animate={isInView ? 'whileInView' : 'initial'}\r\n exit={{ r: 0, transition: { duration: animate.duration } }}\r\n style={{\r\n fillOpacity: 0.8,\r\n }}\r\n />\r\n {showLabels && d.label ? (\r\n <motion.text\r\n variants={{\r\n initial: {\r\n opacity: 0,\r\n x: !radiusScale ? radius : radiusScale(d.radius || 0),\r\n fill:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n },\r\n whileInView: {\r\n opacity: 1,\r\n x: !radiusScale ? radius : radiusScale(d.radius || 0),\r\n transition: { duration: animate.duration },\r\n fill:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n },\r\n }}\r\n initial='initial'\r\n animate={isInView ? 'whileInView' : 'initial'}\r\n exit={{ opacity: 0, transition: { duration: animate.duration } }}\r\n y={0}\r\n className={cn('graph-value text-sm', classNames?.graphObjectValues)}\r\n style={{\r\n textAnchor: 'start',\r\n ...(styles?.graphObjectValues || {}),\r\n }}\r\n dx={4}\r\n dy={5}\r\n >\r\n {d.label}\r\n </motion.text>\r\n ) : null}\r\n </motion.g>\r\n );\r\n })}\r\n </AnimatePresence>\r\n {customLayers.filter(d => d.position === 'after').map(d => d.layer)}\r\n </g>\r\n </motion.svg>\r\n {data.filter(el => el.color).length === 0 || showColorScale === false ? null : (\r\n <div className={cn('absolute left-4 bottom-4 map-color-legend', classNames?.colorLegend)}>\r\n {showLegend ? (\r\n <>\r\n <div\r\n className='color-legend-close-button bg-[rgba(240,240,240,0.7)] dark:bg-[rgba(30,30,30,0.7)] border border-[var(--gray-400)] rounded-full w-6 h-6 p-[3px] cursor-pointer z-10 absolute right-[-0.75rem] top-[-0.75rem]'\r\n onClick={() => {\r\n setShowLegend(false);\r\n }}\r\n >\r\n <X />\r\n </div>\r\n <div className='p-2' style={{ backgroundColor: 'rgba(240,240,240, 0.7)' }}>\r\n {colorLegendTitle && colorLegendTitle !== '' ? (\r\n <p\r\n className='p-0 leading-normal overflow-hidden text-primary-gray-700 dark:text-primary-gray-300'\r\n style={{\r\n display: '-webkit-box',\r\n WebkitLineClamp: '1',\r\n WebkitBoxOrient: 'vertical',\r\n }}\r\n >\r\n {colorLegendTitle}\r\n </p>\r\n ) : null}\r\n <div className='flex flex-col gap-3'>\r\n {colorDomain.map((d, i) => (\r\n <div\r\n key={i}\r\n className='flex gap-2 items-center'\r\n onMouseOver={() => {\r\n setSelectedColor(colors[i % colors.length]);\r\n }}\r\n onMouseLeave={() => {\r\n setSelectedColor(undefined);\r\n }}\r\n >\r\n <div\r\n className='w-2 h-2 rounded-full'\r\n style={{ backgroundColor: colors[i % colors.length] }}\r\n />\r\n <P size='sm' marginBottom='none' leading='none'>\r\n {d}\r\n </P>\r\n </div>\r\n ))}\r\n </div>\r\n </div>\r\n </>\r\n ) : (\r\n <button\r\n type='button'\r\n className='mb-0 border-0 bg-transparent p-0 self-start'\r\n onClick={() => {\r\n setShowLegend(true);\r\n }}\r\n >\r\n <div className='show-color-legend-button items-start text-sm font-medium cursor-pointer p-2 mb-0 flex text-primary-black dark:text-primary-gray-300 bg-primary-gray-300 dark:bg-primary-gray-600 border-primary-gray-400 dark:border-primary-gray-500'>\r\n Show Legend\r\n </div>\r\n </button>\r\n )}\r\n </div>\r\n )}\r\n {zoomInteraction === 'button' && (\r\n <div className='absolute left-4 top-4 flex flex-col zoom-buttons'>\r\n <button\r\n onClick={() => handleZoom('in')}\r\n className='leading-0 px-2 py-3.5 text-primary-gray-700 border border-primary-gray-400 bg-primary-gray-200 dark:border-primary-gray-550 dark:bg-primary-gray-600 dark:text-primary-gray-100'\r\n >\r\n +\r\n </button>\r\n <button\r\n onClick={() => handleZoom('out')}\r\n className='leading-0 px-2 py-3.5 text-primary-gray-700 border border-t-0 border-primary-gray-400 bg-primary-gray-200 dark:border-primary-gray-550 dark:bg-primary-gray-600 dark:text-primary-gray-100'\r\n >\r\n –\r\n </button>\r\n </div>\r\n )}\r\n </div>\r\n {detailsOnClick && mouseClickData !== undefined ? (\r\n <DetailsModal\r\n body={detailsOnClick}\r\n data={mouseClickData}\r\n setData={setMouseClickData}\r\n className={classNames?.modal}\r\n />\r\n ) : null}\r\n {mouseOverData && tooltip && eventX && eventY ? (\r\n <Tooltip\r\n data={mouseOverData}\r\n body={tooltip}\r\n xPos={eventX}\r\n yPos={eventY}\r\n backgroundStyle={styles?.tooltip}\r\n className={classNames?.tooltip}\r\n />\r\n ) : null}\r\n </>\r\n );\r\n}\r\n","import { useState, useRef, useEffect, useEffectEvent, useMemo } from 'react';\r\nimport { format } from 'date-fns/format';\r\nimport { parse } from 'date-fns/parse';\r\nimport { SliderUI } from '@undp/design-system-react/SliderUI';\r\nimport { Spinner } from '@undp/design-system-react/Spinner';\r\n\r\nimport { Graph } from './Graph';\r\n\r\nimport { GraphFooter } from '@/Components/Elements/GraphFooter';\r\nimport { GraphHeader } from '@/Components/Elements/GraphHeader';\r\nimport {\r\n DotDensityMapDataType,\r\n Languages,\r\n SourcesDataType,\r\n StyleObject,\r\n ClassNameObject,\r\n ZoomInteractionTypes,\r\n MapProjectionTypes,\r\n CustomLayerDataType,\r\n AnimateDataType,\r\n TimelineDataType,\r\n} from '@/Types';\r\nimport { Colors } from '@/Components/ColorPalette';\r\nimport { fetchAndParseJSON } from '@/Utils/fetchAndParseData';\r\nimport { checkIfNullOrUndefined } from '@/Utils/checkIfNullOrUndefined';\r\nimport { Pause, Play } from '@/Components/Icons';\r\nimport { getSliderMarks } from '@/Utils/getSliderMarks';\r\nimport { uniqBy } from '@/Utils/uniqBy';\r\nimport { GraphArea, GraphContainer } from '@/Components/Elements/GraphContainer';\r\n\r\ninterface Props {\r\n // Data\r\n /** Array of data objects */\r\n data: DotDensityMapDataType[];\r\n // Titles, Labels, and Sources\r\n /** Title of the graph */\r\n graphTitle?: string | React.ReactNode;\r\n /** Description of the graph */\r\n graphDescription?: string | React.ReactNode;\r\n /** Footnote for the graph */\r\n footNote?: string | React.ReactNode;\r\n /** Source data for the graph */\r\n sources?: SourcesDataType[];\r\n /** Accessibility label */\r\n ariaLabel?: string;\r\n\r\n // Colors and Styling\r\n /** Color or array of colors for the circle */\r\n colors?: string | string[];\r\n /** Domain of colors for the graph */\r\n colorDomain?: string[];\r\n /** Title for the color legend */\r\n colorLegendTitle?: string;\r\n /** Color for the areas where data is no available */\r\n mapNoDataColor?: string;\r\n /** Background color of the graph */\r\n backgroundColor?: string | boolean;\r\n /** Custom styles for the graph. Each object should be a valid React CSS style object. */\r\n styles?: StyleObject;\r\n /** Custom class names */\r\n classNames?: ClassNameObject;\r\n\r\n // Size and Spacing\r\n /** Width of the graph */\r\n width?: number;\r\n /** Height of the graph */\r\n height?: number;\r\n /** Minimum height of the graph */\r\n minHeight?: number;\r\n /** Relative height scaling factor. This overwrites the height props */\r\n relativeHeight?: number;\r\n /** Padding around the graph. Defaults to 0 if no backgroundColor is mentioned else defaults to 1rem */\r\n padding?: string;\r\n\r\n // Graph Parameters\r\n /** Maximum radius of the circle */\r\n radius?: number;\r\n /** Map data as an object in geoJson format or a url for geoJson */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n mapData?: any;\r\n /** Defines if the coordinates in the map data should be rewinded or not. Try to change this is the visualization shows countries as holes instead of shapes. */\r\n rewindCoordinatesInMapData?: boolean;\r\n /** Scaling factor for the map. Multiplies the scale number to scale. */\r\n scale?: number;\r\n /** Center point of the map */\r\n centerPoint?: [number, number];\r\n /** Controls the rotation of the map projection, in degrees, applied before rendering. Useful for shifting the antimeridian to focus the map on different regions */\r\n projectionRotate?: [number, number] | [number, number, number];\r\n /** Defines the zoom mode for the map */\r\n zoomInteraction?: ZoomInteractionTypes;\r\n /** Stroke width of the regions in the map */\r\n mapBorderWidth?: number;\r\n /** Stroke color of the regions in the map */\r\n mapBorderColor?: string;\r\n /** Toggle if the map is a world map */\r\n isWorldMap?: boolean;\r\n /** Map projection type */\r\n mapProjection?: MapProjectionTypes;\r\n /** Extend of the allowed zoom in the map */\r\n zoomScaleExtend?: [number, number];\r\n /** Extend of the allowed panning in the map */\r\n zoomTranslateExtend?: [[number, number], [number, number]];\r\n /** Toggle visibility of labels */\r\n showLabels?: boolean;\r\n /** Maximum value mapped to the radius chart */\r\n maxRadiusValue?: number;\r\n /** Data points to highlight. Use the label value from data to highlight the data point */\r\n highlightedDataPoints?: (string | number)[];\r\n /** Defines the opacity of the non-highlighted data */\r\n dimmedOpacity?: number;\r\n /** Toggles if the graph animates in when loaded. */\r\n animate?: boolean | AnimateDataType;\r\n /** Toggle visibility of color scale. This is only applicable if the data props hae color parameter */\r\n showColorScale?: boolean;\r\n /** Toggle if color scale is collapsed by default. */\r\n collapseColorScaleByDefault?: boolean;\r\n /** Toggles the visibility of Antarctica in the default map. Only applicable for the default map. */\r\n showAntarctica?: boolean;\r\n /** Optional SVG <g> element or function that renders custom content behind or in front of the graph. */\r\n customLayers?: CustomLayerDataType[];\r\n /** Configures playback and slider controls for animating the chart over time. The data must have a key date for it to work properly. */\r\n timeline?: TimelineDataType;\r\n /** Enable graph download option as png */\r\n graphDownload?: boolean;\r\n /** Enable data download option as a csv */\r\n dataDownload?: boolean;\r\n /** Reset selection on double-click. Only applicable when used in a dashboard context with filters. */\r\n resetSelectionOnDoubleClick?: boolean;\r\n\r\n // Interactions and Callbacks\r\n /** Tooltip content. If the type is string then this uses the [handlebar](../?path=/docs/misc-handlebars-templates-and-custom-helpers--docs) template to display the data */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n tooltip?: string | ((_d: any) => React.ReactNode);\r\n /** Details displayed on the modal when user clicks of a data point. If the type is string then this uses the [handlebar](../?path=/docs/misc-handlebars-templates-and-custom-helpers--docs) template to display the data */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n detailsOnClick?: string | ((_d: any) => React.ReactNode);\r\n /** Callback for mouse over event */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n onSeriesMouseOver?: (_d: any) => void;\r\n /** Callback for mouse click event */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n onSeriesMouseClick?: (_d: any) => void;\r\n\r\n // Configuration and Options\r\n /** Language setting */\r\n language?: Languages;\r\n /** Color theme */\r\n theme?: 'light' | 'dark';\r\n /** Unique ID for the graph */\r\n graphID?: string;\r\n}\r\n\r\nexport function DotDensityMap(props: Props) {\r\n const {\r\n data,\r\n mapData = 'https://raw.githubusercontent.com/UNDP-Data/dv-country-geojson/refs/heads/main/worldMap-v2.json',\r\n graphTitle,\r\n colors,\r\n sources,\r\n graphDescription,\r\n height,\r\n width,\r\n footNote = 'The designations employed and the presentation of material on this map do not imply the expression of any opinion whatsoever on the part of the Secretariat of the United Nations or UNDP concerning the legal status of any country, territory, city or area or its authorities, or concerning the delimitation of its frontiers or boundaries.',\r\n colorLegendTitle,\r\n colorDomain,\r\n radius = 5,\r\n scale = 0.95,\r\n centerPoint,\r\n padding,\r\n mapBorderWidth = 0.5,\r\n mapNoDataColor = Colors.light.graphNoData,\r\n backgroundColor = false,\r\n showLabels = false,\r\n mapBorderColor = Colors.light.grays['gray-500'],\r\n tooltip,\r\n relativeHeight,\r\n onSeriesMouseOver,\r\n isWorldMap = true,\r\n showColorScale = true,\r\n zoomScaleExtend = [0.8, 6],\r\n zoomTranslateExtend,\r\n graphID,\r\n highlightedDataPoints = [],\r\n onSeriesMouseClick,\r\n graphDownload = false,\r\n dataDownload = false,\r\n showAntarctica = false,\r\n language = 'en',\r\n minHeight = 0,\r\n theme = 'light',\r\n ariaLabel,\r\n resetSelectionOnDoubleClick = true,\r\n detailsOnClick,\r\n styles,\r\n classNames,\r\n mapProjection = 'naturalEarth',\r\n zoomInteraction = 'button',\r\n animate = false,\r\n dimmedOpacity = 0.3,\r\n customLayers = [],\r\n maxRadiusValue,\r\n timeline = { enabled: false, autoplay: false, showOnlyActiveDate: true },\r\n collapseColorScaleByDefault,\r\n projectionRotate = [0, 0],\r\n rewindCoordinatesInMapData = true,\r\n } = props;\r\n\r\n const [svgWidth, setSvgWidth] = useState(0);\r\n const [svgHeight, setSvgHeight] = useState(0);\r\n const [play, setPlay] = useState(timeline.autoplay);\r\n const uniqDatesSorted = useMemo(() => {\r\n const dates = [\r\n ...new Set(\r\n data\r\n .filter(d => d.date)\r\n .map(d => parse(`${d.date}`, timeline.dateFormat || 'yyyy', new Date()).getTime()),\r\n ),\r\n ];\r\n dates.sort((a, b) => a - b);\r\n return dates;\r\n }, [data, timeline.dateFormat]);\r\n const [index, setIndex] = useState(timeline.autoplay ? 0 : uniqDatesSorted.length - 1);\r\n\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const [mapShape, setMapShape] = useState<any>(undefined);\r\n\r\n const graphDiv = useRef<HTMLDivElement>(null);\r\n const graphParentDiv = useRef<HTMLDivElement>(null);\r\n useEffect(() => {\r\n const resizeObserver = new ResizeObserver(entries => {\r\n setSvgWidth(entries[0].target.clientWidth || 620);\r\n setSvgHeight(entries[0].target.clientHeight || 480);\r\n });\r\n if (graphDiv.current) {\r\n resizeObserver.observe(graphDiv.current);\r\n }\r\n return () => resizeObserver.disconnect();\r\n }, []);\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const onUpdateShape = useEffectEvent((shape: any) => {\r\n setMapShape(shape);\r\n });\r\n useEffect(() => {\r\n if (typeof mapData === 'string') {\r\n const fetchData = fetchAndParseJSON(mapData);\r\n fetchData.then(d => {\r\n onUpdateShape(d);\r\n });\r\n } else {\r\n onUpdateShape(mapData);\r\n }\r\n }, [mapData]);\r\n\r\n useEffect(() => {\r\n const interval = setInterval(\r\n () => {\r\n setIndex(i => (i < uniqDatesSorted.length - 1 ? i + 1 : 0));\r\n },\r\n (timeline.speed || 2) * 1000,\r\n );\r\n if (!play) clearInterval(interval);\r\n return () => clearInterval(interval);\r\n }, [uniqDatesSorted, play, timeline.speed]);\r\n\r\n const markObj = getSliderMarks(\r\n uniqDatesSorted,\r\n index,\r\n timeline.showOnlyActiveDate,\r\n timeline.dateFormat || 'yyyy',\r\n );\r\n return (\r\n <GraphContainer\r\n className={classNames?.graphContainer}\r\n style={styles?.graphContainer}\r\n id={graphID}\r\n ref={graphParentDiv}\r\n aria-label={ariaLabel}\r\n backgroundColor={backgroundColor}\r\n theme={theme}\r\n language={language}\r\n minHeight={minHeight}\r\n width={width}\r\n height={height}\r\n relativeHeight={relativeHeight}\r\n padding={padding}\r\n >\r\n {graphTitle || graphDescription || graphDownload || dataDownload ? (\r\n <GraphHeader\r\n styles={{\r\n title: styles?.title,\r\n description: styles?.description,\r\n }}\r\n classNames={{\r\n title: classNames?.title,\r\n description: classNames?.description,\r\n }}\r\n graphTitle={graphTitle}\r\n graphDescription={graphDescription}\r\n width={width}\r\n graphDownload={graphDownload ? graphParentDiv : undefined}\r\n dataDownload={\r\n dataDownload\r\n ? data.map(d => d.data).filter(d => d !== undefined).length > 0\r\n ? data.map(d => d.data).filter(d => d !== undefined)\r\n : data.filter(d => d !== undefined)\r\n : null\r\n }\r\n />\r\n ) : null}\r\n {timeline.enabled && uniqDatesSorted.length > 0 && markObj ? (\r\n <div className='flex gap-6 items-center' dir='ltr'>\r\n <button\r\n type='button'\r\n onClick={() => {\r\n setPlay(!play);\r\n }}\r\n className='p-0 border-0 cursor-pointer bg-transparent'\r\n aria-label={play ? 'Click to pause animation' : 'Click to play animation'}\r\n >\r\n {play ? <Pause /> : <Play />}\r\n </button>\r\n <SliderUI\r\n min={uniqDatesSorted[0]}\r\n max={uniqDatesSorted[uniqDatesSorted.length - 1]}\r\n marks={markObj}\r\n step={null}\r\n defaultValue={uniqDatesSorted[uniqDatesSorted.length - 1]}\r\n value={uniqDatesSorted[index]}\r\n onChangeComplete={nextValue => {\r\n setIndex(uniqDatesSorted.indexOf(nextValue as number));\r\n }}\r\n onChange={nextValue => {\r\n setIndex(uniqDatesSorted.indexOf(nextValue as number));\r\n }}\r\n aria-label='Time slider. Use arrow keys to adjust selected time period.'\r\n />\r\n </div>\r\n ) : null}\r\n <GraphArea ref={graphDiv}>\r\n {svgWidth && svgHeight && mapShape ? (\r\n <Graph\r\n data={data.filter(d =>\r\n timeline.enabled\r\n ? `${d.date}` ===\r\n format(new Date(uniqDatesSorted[index]), timeline.dateFormat || 'yyyy')\r\n : d,\r\n )}\r\n mapData={\r\n showAntarctica\r\n ? mapShape\r\n : {\r\n ...mapShape,\r\n features: mapShape.features.filter(\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n (el: any) => el.properties.NAME !== 'Antarctica',\r\n ),\r\n }\r\n }\r\n colorDomain={\r\n data.filter(el => el.color).length === 0\r\n ? []\r\n : colorDomain || (uniqBy(data, 'color', true) as string[])\r\n }\r\n width={svgWidth}\r\n height={svgHeight}\r\n scale={scale}\r\n centerPoint={centerPoint}\r\n colors={\r\n data.filter(el => el.color).length === 0\r\n ? colors\r\n ? [colors as string]\r\n : [Colors.primaryColors['blue-600']]\r\n : (colors as string[] | undefined) || Colors[theme].categoricalColors.colors\r\n }\r\n colorLegendTitle={colorLegendTitle}\r\n radius={radius}\r\n mapBorderWidth={mapBorderWidth}\r\n mapNoDataColor={mapNoDataColor}\r\n mapBorderColor={mapBorderColor}\r\n tooltip={tooltip}\r\n onSeriesMouseOver={onSeriesMouseOver}\r\n showLabels={showLabels}\r\n isWorldMap={isWorldMap}\r\n showColorScale={showColorScale}\r\n zoomScaleExtend={zoomScaleExtend}\r\n zoomTranslateExtend={zoomTranslateExtend}\r\n onSeriesMouseClick={onSeriesMouseClick}\r\n highlightedDataPoints={highlightedDataPoints}\r\n resetSelectionOnDoubleClick={resetSelectionOnDoubleClick}\r\n styles={styles}\r\n classNames={classNames}\r\n zoomInteraction={zoomInteraction}\r\n detailsOnClick={detailsOnClick}\r\n mapProjection={mapProjection || (isWorldMap ? 'naturalEarth' : 'mercator')}\r\n animate={\r\n animate === true\r\n ? { duration: 0.5, once: true, amount: 0.5 }\r\n : animate || { duration: 0, once: true, amount: 0 }\r\n }\r\n dimmedOpacity={dimmedOpacity}\r\n customLayers={customLayers}\r\n maxRadiusValue={\r\n !checkIfNullOrUndefined(maxRadiusValue)\r\n ? (maxRadiusValue as number)\r\n : Math.max(...data.map(d => d.radius).filter(d => d !== undefined && d !== null))\r\n }\r\n collapseColorScaleByDefault={collapseColorScaleByDefault}\r\n projectionRotate={projectionRotate}\r\n rewindCoordinatesInMapData={rewindCoordinatesInMapData}\r\n />\r\n ) : (\r\n <div\r\n style={{\r\n height: `${Math.max(\r\n minHeight,\r\n height ||\r\n (relativeHeight\r\n ? minHeight\r\n ? (width || svgWidth) * relativeHeight > minHeight\r\n ? (width || svgWidth) * relativeHeight\r\n : minHeight\r\n : (width || svgWidth) * relativeHeight\r\n : svgHeight),\r\n )}px`,\r\n }}\r\n className='flex items-center justify-center'\r\n >\r\n <Spinner aria-label='Loading graph' />\r\n </div>\r\n )}\r\n </GraphArea>\r\n {sources || footNote ? (\r\n <GraphFooter\r\n styles={{ footnote: styles?.footnote, source: styles?.source }}\r\n classNames={{\r\n footnote: classNames?.footnote,\r\n source: classNames?.source,\r\n }}\r\n sources={sources}\r\n footNote={footNote}\r\n width={width}\r\n />\r\n ) : null}\r\n </GraphContainer>\r\n );\r\n}\r\n"],"names":["Graph","props","data","colors","mapData","colorLegendTitle","colorDomain","radius","height","width","scale","centerPoint","tooltip","showLabels","mapBorderWidth","mapBorderColor","mapNoDataColor","onSeriesMouseOver","showColorScale","zoomScaleExtend","zoomTranslateExtend","highlightedDataPoints","onSeriesMouseClick","resetSelectionOnDoubleClick","detailsOnClick","styles","classNames","mapProjection","zoomInteraction","animate","dimmedOpacity","customLayers","maxRadiusValue","collapseColorScaleByDefault","projectionRotate","rewindCoordinatesInMapData","formattedMapData","useMemo","rewind","reverse","selectedColor","setSelectedColor","useState","undefined","showLegend","setShowLegend","zoomRef","useRef","mouseClickData","setMouseClickData","mouseOverData","setMouseOverData","eventX","setEventX","eventY","setEventY","mapSvg","isInView","useInView","once","amount","mapG","radiusScale","filter","d","length","scaleSqrt","domain","range","nice","useEffect","mapGSelect","select","current","mapSvgSelect","zoomFilter","e","type","includes","isWheel","isTouch","startsWith","isDrag","ctrlKey","button","zoomBehavior","zoom","scaleExtent","translateExtent","on","transform","attr","call","bounds","bbox","center","centerOfMass","lonDiff","latDiff","scaleX","scaleY","scaleVar","Math","min","projection","geoMercator","rotate","geometry","coordinates","translate","geoEqualEarth","geoNaturalEarth1","geoOrthographic","geoAlbersUsa","pathGenerator","geoPath","handleZoom","direction","scaleBy","jsxs","Fragment","jsx","motion","position","map","layer","features","i","path","stroke","strokeWidth","fill","AnimatePresence","color","el","indexOf","Colors","gray","initial","opacity","whileInView","label","transition","duration","event","clientY","clientX","isEqual","long","lat","r","fillOpacity","x","cn","graphObjectValues","textAnchor","colorLegend","X","backgroundColor","display","WebkitLineClamp","WebkitBoxOrient","P","DetailsModal","modal","Tooltip","DotDensityMap","$","_c","t0","graphTitle","sources","graphDescription","footNote","t1","t2","t3","padding","t4","t5","t6","t7","t8","relativeHeight","isWorldMap","t9","t10","t11","graphID","t12","graphDownload","t13","dataDownload","t14","showAntarctica","t15","language","t16","minHeight","t17","theme","t18","ariaLabel","t19","t20","t21","t22","t23","t24","timeline","t25","t26","t27","light","graphNoData","grays","t28","t29","t30","t31","enabled","autoplay","showOnlyActiveDate","t32","svgWidth","setSvgWidth","svgHeight","setSvgHeight","play","setPlay","dates","dateFormat","t33","d_0","parse","date","Date","getTime","Set","_temp","sort","_temp2","uniqDatesSorted","index","setIndex","mapShape","setMapShape","graphDiv","graphParentDiv","t34","Symbol","for","resizeObserver","ResizeObserver","entries","target","clientWidth","clientHeight","observe","disconnect","t35","shape","onUpdateShape","useEffectEvent","t36","fetchAndParseJSON","then","d_1","t37","t38","t39","speed","interval","setInterval","clearInterval","t40","t41","getSliderMarks","markObj","t42","graphContainer","t43","t44","description","title","GraphHeader","_temp3","_temp4","_temp5","_temp6","_temp7","t45","Pause","Play","SliderUI","nextValue","nextValue_0","t46","GraphArea","d_7","format","_temp8","_temp9","uniqBy","_temp0","primaryColors","categoricalColors","checkIfNullOrUndefined","max","_temp1","_temp10","Spinner","t47","footnote","source","GraphFooter","t48","GraphContainer","d_9","d_8","el_1","el_0","properties","NAME","d_4","d_3","d_2","d_6","d_5","a","b"],"mappings":"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"}
1
+ {"version":3,"file":"DotDensityMap.cjs","sources":["../src/Components/Graphs/Maps/DotDensityMap/Graph.tsx","../src/Components/Graphs/Maps/DotDensityMap/index.tsx"],"sourcesContent":["import isEqual from 'fast-deep-equal';\r\nimport { useEffect, useMemo, useRef, useState } from 'react';\r\nimport {\r\n geoAlbersUsa,\r\n geoEqualEarth,\r\n geoMercator,\r\n geoNaturalEarth1,\r\n geoOrthographic,\r\n geoPath,\r\n} from 'd3-geo';\r\nimport { D3ZoomEvent, zoom, ZoomBehavior } from 'd3-zoom';\r\nimport { select } from 'd3-selection';\r\nimport { scaleSqrt } from 'd3-scale';\r\nimport { P } from '@undp/design-system-react/Typography';\r\nimport bbox from '@turf/bbox';\r\nimport centerOfMass from '@turf/center-of-mass';\r\nimport { AnimatePresence, motion, useInView } from 'motion/react';\r\nimport { cn } from '@undp/design-system-react/cn';\r\nimport rewind from '@turf/rewind';\r\nimport { FeatureCollection } from 'geojson';\r\n\r\nimport {\r\n AnimateDataType,\r\n ClassNameObject,\r\n CustomLayerDataType,\r\n DotDensityMapDataType,\r\n MapProjectionTypes,\r\n StyleObject,\r\n ZoomInteractionTypes,\r\n} from '@/Types';\r\nimport { Tooltip } from '@/Components/Elements/Tooltip';\r\nimport { Colors } from '@/Components/ColorPalette';\r\nimport { X } from '@/Components/Icons';\r\nimport { DetailsModal } from '@/Components/Elements/DetailsModal';\r\n\r\ninterface Props {\r\n data: DotDensityMapDataType[];\r\n\r\n mapData: FeatureCollection;\r\n colorDomain: string[];\r\n width: number;\r\n height: number;\r\n scale: number;\r\n centerPoint?: [number, number];\r\n colors: string[];\r\n colorLegendTitle?: string;\r\n radius: number;\r\n mapBorderWidth: number;\r\n mapNoDataColor: string;\r\n showLabels: boolean;\r\n mapBorderColor: string;\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n tooltip?: string | ((_d: any) => React.ReactNode);\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n onSeriesMouseOver?: (_d: any) => void;\r\n isWorldMap: boolean;\r\n showColorScale: boolean;\r\n zoomScaleExtend: [number, number];\r\n zoomTranslateExtend?: [[number, number], [number, number]];\r\n highlightedDataPoints: (string | number)[];\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n onSeriesMouseClick?: (_d: any) => void;\r\n resetSelectionOnDoubleClick: boolean;\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n detailsOnClick?: string | ((_d: any) => React.ReactNode);\r\n styles?: StyleObject;\r\n classNames?: ClassNameObject;\r\n zoomInteraction: ZoomInteractionTypes;\r\n mapProjection: MapProjectionTypes;\r\n animate: AnimateDataType;\r\n dimmedOpacity: number;\r\n customLayers: CustomLayerDataType[];\r\n maxRadiusValue: number;\r\n collapseColorScaleByDefault?: boolean;\r\n projectionRotate: [number, number] | [number, number, number];\r\n rewindCoordinatesInMapData: boolean;\r\n overlayMapData?: FeatureCollection;\r\n overlayMapBorderColor?: string;\r\n overlayMapBorderWidth?: number;\r\n}\r\n\r\nexport function Graph(props: Props) {\r\n const {\r\n data,\r\n colors,\r\n mapData,\r\n colorLegendTitle,\r\n colorDomain,\r\n radius,\r\n height,\r\n width,\r\n scale,\r\n centerPoint,\r\n tooltip,\r\n showLabels,\r\n mapBorderWidth,\r\n mapBorderColor,\r\n mapNoDataColor,\r\n onSeriesMouseOver,\r\n showColorScale,\r\n zoomScaleExtend,\r\n zoomTranslateExtend,\r\n highlightedDataPoints,\r\n onSeriesMouseClick,\r\n resetSelectionOnDoubleClick,\r\n detailsOnClick,\r\n styles,\r\n classNames,\r\n mapProjection,\r\n zoomInteraction,\r\n animate,\r\n dimmedOpacity,\r\n customLayers,\r\n maxRadiusValue,\r\n collapseColorScaleByDefault,\r\n projectionRotate,\r\n rewindCoordinatesInMapData,\r\n overlayMapData,\r\n overlayMapBorderColor,\r\n overlayMapBorderWidth,\r\n } = props;\r\n const formattedMapData = useMemo(() => {\r\n if (!rewindCoordinatesInMapData) return mapData;\r\n\r\n return rewind(mapData, { reverse: true }) as FeatureCollection;\r\n }, [mapData, rewindCoordinatesInMapData]);\r\n const formattedOverlayMapData = useMemo(() => {\r\n if (!rewindCoordinatesInMapData || !overlayMapData) return overlayMapData;\r\n\r\n return rewind(overlayMapData, { reverse: true }) as FeatureCollection;\r\n }, [overlayMapData, rewindCoordinatesInMapData]);\r\n const [selectedColor, setSelectedColor] = useState<string | undefined>(undefined);\r\n\r\n const [showLegend, setShowLegend] = useState(\r\n collapseColorScaleByDefault === undefined ? !(width < 680) : !collapseColorScaleByDefault,\r\n );\r\n const zoomRef = useRef<ZoomBehavior<SVGSVGElement, unknown> | null>(null);\r\n\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const [mouseClickData, setMouseClickData] = useState<any>(undefined);\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n const [mouseOverData, setMouseOverData] = useState<any>(undefined);\r\n const [eventX, setEventX] = useState<number | undefined>(undefined);\r\n const [eventY, setEventY] = useState<number | undefined>(undefined);\r\n const mapSvg = useRef<SVGSVGElement>(null);\r\n const isInView = useInView(mapSvg, {\r\n once: animate.once,\r\n amount: animate.amount,\r\n });\r\n const mapG = useRef<SVGGElement>(null);\r\n const radiusScale =\r\n data.filter(d => d.radius === undefined || d.radius === null).length !== data.length\r\n ? scaleSqrt().domain([0, maxRadiusValue]).range([0.25, radius]).nice()\r\n : undefined;\r\n\r\n useEffect(() => {\r\n const mapGSelect = select(mapG.current);\r\n const mapSvgSelect = select(mapSvg.current);\r\n const zoomFilter = (e: D3ZoomEvent<SVGSVGElement, unknown>['sourceEvent']) => {\r\n if (zoomInteraction === 'noZoom') return false;\r\n if (zoomInteraction === 'button') return !e.type.includes('wheel');\r\n const isWheel = e.type === 'wheel';\r\n const isTouch = e.type.startsWith('touch');\r\n const isDrag = e.type === 'mousedown' || e.type === 'mousemove';\r\n\r\n if (isTouch) return true;\r\n if (isWheel) {\r\n if (zoomInteraction === 'scroll') return true;\r\n return e.ctrlKey;\r\n }\r\n return isDrag && !e.button && !e.ctrlKey;\r\n };\r\n const zoomBehavior = zoom<SVGSVGElement, unknown>()\r\n .scaleExtent(zoomScaleExtend)\r\n .translateExtent(\r\n zoomTranslateExtend || [\r\n [-20, -20],\r\n [width + 20, height + 20],\r\n ],\r\n )\r\n .filter(zoomFilter)\r\n .on('zoom', ({ transform }) => {\r\n mapGSelect.attr('transform', transform);\r\n });\r\n\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n mapSvgSelect.call(zoomBehavior as any);\r\n\r\n zoomRef.current = zoomBehavior;\r\n // eslint-disable-next-line react-hooks/exhaustive-deps\r\n }, [height, width, zoomInteraction]);\r\n\r\n const bounds = bbox(formattedMapData);\r\n\r\n const center = centerOfMass(formattedMapData);\r\n const lonDiff = (bounds[2] - bounds[0]) * 1.15;\r\n const latDiff = (bounds[3] - bounds[1]) * 1.15;\r\n const scaleX = (((width * 190) / 960) * 360) / lonDiff;\r\n const scaleY = (((height * 190) / 678) * 180) / latDiff;\r\n const scaleVar = scale * Math.min(scaleX, scaleY);\r\n\r\n const projection =\r\n mapProjection === 'mercator'\r\n ? geoMercator()\r\n .rotate(projectionRotate)\r\n .center(centerPoint || (center.geometry.coordinates as [number, number]))\r\n .translate([width / 2, height / 2])\r\n .scale(scaleVar)\r\n : mapProjection === 'equalEarth'\r\n ? geoEqualEarth()\r\n .rotate(projectionRotate)\r\n .center(centerPoint || (center.geometry.coordinates as [number, number]))\r\n .translate([width / 2, height / 2])\r\n .scale(scaleVar)\r\n : mapProjection === 'naturalEarth'\r\n ? geoNaturalEarth1()\r\n .rotate(projectionRotate)\r\n .center(centerPoint || (center.geometry.coordinates as [number, number]))\r\n .translate([width / 2, height / 2])\r\n .scale(scaleVar)\r\n : mapProjection === 'orthographic'\r\n ? geoOrthographic()\r\n .rotate(projectionRotate)\r\n .center(centerPoint || (center.geometry.coordinates as [number, number]))\r\n .translate([width / 2, height / 2])\r\n .scale(scaleVar)\r\n : geoAlbersUsa()\r\n .rotate(projectionRotate)\r\n .center(centerPoint || (center.geometry.coordinates as [number, number]))\r\n .translate([width / 2, height / 2])\r\n .scale(scaleVar);\r\n\r\n const pathGenerator = geoPath().projection(projection);\r\n const handleZoom = (direction: 'in' | 'out') => {\r\n if (!mapSvg.current || !zoomRef.current) return;\r\n const svg = select(mapSvg.current);\r\n svg.call(zoomRef.current.scaleBy, direction === 'in' ? 1.2 : 1 / 1.2);\r\n };\r\n\r\n return (\r\n <>\r\n <div className='relative'>\r\n <motion.svg\r\n width={`${width}px`}\r\n height={`${height}px`}\r\n viewBox={`0 0 ${width} ${height}`}\r\n ref={mapSvg}\r\n direction='ltr'\r\n >\r\n <g ref={mapG}>\r\n {customLayers.filter(d => d.position === 'before').map(d => d.layer)}\r\n {formattedMapData.features.map((d, i: number) => {\r\n const path = pathGenerator(d);\r\n if (!path) return null;\r\n return (\r\n <path\r\n d={path}\r\n key={i}\r\n style={{\r\n stroke: mapBorderColor,\r\n strokeWidth: mapBorderWidth,\r\n fill: mapNoDataColor,\r\n vectorEffect: 'non-scaling-stroke',\r\n }}\r\n />\r\n );\r\n })}\r\n {formattedOverlayMapData?.features.map((d, i: number) => {\r\n const path = pathGenerator(d);\r\n if (!path) return null;\r\n return (\r\n <g key={i}>\r\n <path\r\n d={path}\r\n style={{\r\n stroke: overlayMapBorderColor || mapBorderColor,\r\n strokeWidth: overlayMapBorderWidth || mapBorderWidth + 1,\r\n fill: 'none',\r\n pointerEvents: 'none',\r\n vectorEffect: 'non-scaling-stroke',\r\n }}\r\n />\r\n </g>\r\n );\r\n })}\r\n <AnimatePresence>\r\n {data.map(d => {\r\n const color =\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)];\r\n return (\r\n <motion.g\r\n className='undp-map-dots'\r\n key={d.label || `${d.lat}-${d.long}`}\r\n variants={{\r\n initial: { opacity: 0 },\r\n whileInView: {\r\n opacity: selectedColor\r\n ? selectedColor === color\r\n ? 1\r\n : dimmedOpacity\r\n : highlightedDataPoints.length !== 0\r\n ? highlightedDataPoints.indexOf(d.label || '') !== -1\r\n ? 1\r\n : dimmedOpacity\r\n : 1,\r\n transition: { duration: animate.duration },\r\n },\r\n }}\r\n initial='initial'\r\n animate={isInView ? 'whileInView' : 'initial'}\r\n exit={{ opacity: 0, transition: { duration: animate.duration } }}\r\n onMouseEnter={event => {\r\n setMouseOverData(d);\r\n setEventY(event.clientY);\r\n setEventX(event.clientX);\r\n onSeriesMouseOver?.(d);\r\n }}\r\n onMouseMove={event => {\r\n setMouseOverData(d);\r\n setEventY(event.clientY);\r\n setEventX(event.clientX);\r\n }}\r\n onMouseLeave={() => {\r\n setMouseOverData(undefined);\r\n setEventX(undefined);\r\n setEventY(undefined);\r\n onSeriesMouseOver?.(undefined);\r\n }}\r\n onClick={() => {\r\n if (onSeriesMouseClick || detailsOnClick) {\r\n if (isEqual(mouseClickData, d) && resetSelectionOnDoubleClick) {\r\n setMouseClickData(undefined);\r\n onSeriesMouseClick?.(undefined);\r\n } else {\r\n setMouseClickData(d);\r\n onSeriesMouseClick?.(d);\r\n }\r\n }\r\n }}\r\n transform={`translate(${\r\n (projection([d.long, d.lat]) as [number, number])[0]\r\n },${(projection([d.long, d.lat]) as [number, number])[1]})`}\r\n >\r\n <motion.circle\r\n cx={0}\r\n cy={0}\r\n variants={{\r\n initial: {\r\n r: 0,\r\n fill:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n stroke:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n },\r\n whileInView: {\r\n r: !radiusScale ? radius : radiusScale(d.radius || 0),\r\n fill:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n stroke:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n transition: { duration: animate.duration },\r\n },\r\n }}\r\n initial='initial'\r\n animate={isInView ? 'whileInView' : 'initial'}\r\n exit={{ r: 0, transition: { duration: animate.duration } }}\r\n style={{\r\n fillOpacity: 0.8,\r\n vectorEffect: 'non-scaling-stroke',\r\n }}\r\n />\r\n {showLabels && d.label ? (\r\n <motion.text\r\n variants={{\r\n initial: {\r\n opacity: 0,\r\n x: !radiusScale ? radius : radiusScale(d.radius || 0),\r\n fill:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n },\r\n whileInView: {\r\n opacity: 1,\r\n x: !radiusScale ? radius : radiusScale(d.radius || 0),\r\n transition: { duration: animate.duration },\r\n fill:\r\n data.filter(el => el.color).length === 0\r\n ? colors[0]\r\n : !d.color\r\n ? Colors.gray\r\n : colors[colorDomain.indexOf(`${d.color}`)],\r\n },\r\n }}\r\n initial='initial'\r\n animate={isInView ? 'whileInView' : 'initial'}\r\n exit={{ opacity: 0, transition: { duration: animate.duration } }}\r\n y={0}\r\n className={cn('graph-value text-sm', classNames?.graphObjectValues)}\r\n style={{\r\n textAnchor: 'start',\r\n vectorEffect: 'non-scaling-stroke',\r\n ...(styles?.graphObjectValues || {}),\r\n }}\r\n dx={4}\r\n dy={5}\r\n >\r\n {d.label}\r\n </motion.text>\r\n ) : null}\r\n </motion.g>\r\n );\r\n })}\r\n </AnimatePresence>\r\n {customLayers.filter(d => d.position === 'after').map(d => d.layer)}\r\n </g>\r\n </motion.svg>\r\n {data.filter(el => el.color).length === 0 || showColorScale === false ? null : (\r\n <div className={cn('absolute left-4 bottom-4 map-color-legend', classNames?.colorLegend)}>\r\n {showLegend ? (\r\n <>\r\n <div\r\n className='color-legend-close-button bg-[rgba(240,240,240,0.7)] dark:bg-[rgba(30,30,30,0.7)] border border-[var(--gray-400)] rounded-full w-6 h-6 p-[3px] cursor-pointer z-10 absolute right-[-0.75rem] top-[-0.75rem]'\r\n onClick={() => {\r\n setShowLegend(false);\r\n }}\r\n >\r\n <X />\r\n </div>\r\n <div className='p-2' style={{ backgroundColor: 'rgba(240,240,240, 0.7)' }}>\r\n {colorLegendTitle && colorLegendTitle !== '' ? (\r\n <p\r\n className='p-0 leading-normal overflow-hidden text-primary-gray-700 dark:text-primary-gray-300'\r\n style={{\r\n display: '-webkit-box',\r\n WebkitLineClamp: '1',\r\n WebkitBoxOrient: 'vertical',\r\n }}\r\n >\r\n {colorLegendTitle}\r\n </p>\r\n ) : null}\r\n <div className='flex flex-col gap-3'>\r\n {colorDomain.map((d, i) => (\r\n <div\r\n key={i}\r\n className='flex gap-2 items-center'\r\n onMouseOver={() => {\r\n setSelectedColor(colors[i % colors.length]);\r\n }}\r\n onMouseLeave={() => {\r\n setSelectedColor(undefined);\r\n }}\r\n >\r\n <div\r\n className='w-2 h-2 rounded-full'\r\n style={{ backgroundColor: colors[i % colors.length] }}\r\n />\r\n <P size='sm' marginBottom='none' leading='none'>\r\n {d}\r\n </P>\r\n </div>\r\n ))}\r\n </div>\r\n </div>\r\n </>\r\n ) : (\r\n <button\r\n type='button'\r\n className='mb-0 border-0 bg-transparent p-0 self-start'\r\n onClick={() => {\r\n setShowLegend(true);\r\n }}\r\n >\r\n <div className='show-color-legend-button items-start text-sm font-medium cursor-pointer p-2 mb-0 flex text-primary-black dark:text-primary-gray-300 bg-primary-gray-300 dark:bg-primary-gray-600 border-primary-gray-400 dark:border-primary-gray-500'>\r\n Show Legend\r\n </div>\r\n </button>\r\n )}\r\n </div>\r\n )}\r\n {zoomInteraction === 'button' && (\r\n <div className='absolute left-4 top-4 flex flex-col zoom-buttons'>\r\n <button\r\n onClick={() => handleZoom('in')}\r\n className='leading-0 px-2 py-3.5 text-primary-gray-700 border border-primary-gray-400 bg-primary-gray-200 dark:border-primary-gray-550 dark:bg-primary-gray-600 dark:text-primary-gray-100'\r\n >\r\n +\r\n </button>\r\n <button\r\n onClick={() => handleZoom('out')}\r\n className='leading-0 px-2 py-3.5 text-primary-gray-700 border border-t-0 border-primary-gray-400 bg-primary-gray-200 dark:border-primary-gray-550 dark:bg-primary-gray-600 dark:text-primary-gray-100'\r\n >\r\n –\r\n </button>\r\n </div>\r\n )}\r\n </div>\r\n {detailsOnClick && mouseClickData !== undefined ? (\r\n <DetailsModal\r\n body={detailsOnClick}\r\n data={mouseClickData}\r\n setData={setMouseClickData}\r\n className={classNames?.modal}\r\n />\r\n ) : null}\r\n {mouseOverData && tooltip && eventX && eventY ? (\r\n <Tooltip\r\n data={mouseOverData}\r\n body={tooltip}\r\n xPos={eventX}\r\n yPos={eventY}\r\n backgroundStyle={styles?.tooltip}\r\n className={classNames?.tooltip}\r\n />\r\n ) : null}\r\n </>\r\n );\r\n}\r\n","import { useState, useRef, useEffect, useEffectEvent, useMemo } from 'react';\r\nimport { format } from 'date-fns/format';\r\nimport { parse } from 'date-fns/parse';\r\nimport { SliderUI } from '@undp/design-system-react/SliderUI';\r\nimport { Spinner } from '@undp/design-system-react/Spinner';\r\nimport { Feature, FeatureCollection } from 'geojson';\r\n\r\nimport { Graph } from './Graph';\r\n\r\nimport { GraphFooter } from '@/Components/Elements/GraphFooter';\r\nimport { GraphHeader } from '@/Components/Elements/GraphHeader';\r\nimport {\r\n DotDensityMapDataType,\r\n Languages,\r\n SourcesDataType,\r\n StyleObject,\r\n ClassNameObject,\r\n ZoomInteractionTypes,\r\n MapProjectionTypes,\r\n CustomLayerDataType,\r\n AnimateDataType,\r\n TimelineDataType,\r\n} from '@/Types';\r\nimport { Colors } from '@/Components/ColorPalette';\r\nimport { fetchAndParseJSON } from '@/Utils/fetchAndParseData';\r\nimport { checkIfNullOrUndefined } from '@/Utils/checkIfNullOrUndefined';\r\nimport { Pause, Play } from '@/Components/Icons';\r\nimport { getSliderMarks } from '@/Utils/getSliderMarks';\r\nimport { uniqBy } from '@/Utils/uniqBy';\r\nimport { GraphArea, GraphContainer } from '@/Components/Elements/GraphContainer';\r\n\r\ninterface Props {\r\n // Data\r\n /** Array of data objects */\r\n data: DotDensityMapDataType[];\r\n // Titles, Labels, and Sources\r\n /** Title of the graph */\r\n graphTitle?: string | React.ReactNode;\r\n /** Description of the graph */\r\n graphDescription?: string | React.ReactNode;\r\n /** Footnote for the graph */\r\n footNote?: string | React.ReactNode;\r\n /** Source data for the graph */\r\n sources?: SourcesDataType[];\r\n /** Accessibility label */\r\n ariaLabel?: string;\r\n\r\n // Colors and Styling\r\n /** Color or array of colors for the circle */\r\n colors?: string | string[];\r\n /** Domain of colors for the graph */\r\n colorDomain?: string[];\r\n /** Title for the color legend */\r\n colorLegendTitle?: string;\r\n /** Color for the areas where data is no available */\r\n mapNoDataColor?: string;\r\n /** Background color of the graph */\r\n backgroundColor?: string | boolean;\r\n /** Custom styles for the graph. Each object should be a valid React CSS style object. */\r\n styles?: StyleObject;\r\n /** Custom class names */\r\n classNames?: ClassNameObject;\r\n\r\n // Size and Spacing\r\n /** Width of the graph */\r\n width?: number;\r\n /** Height of the graph */\r\n height?: number;\r\n /** Minimum height of the graph */\r\n minHeight?: number;\r\n /** Relative height scaling factor. This overwrites the height props */\r\n relativeHeight?: number;\r\n /** Padding around the graph. Defaults to 0 if no backgroundColor is mentioned else defaults to 1rem */\r\n padding?: string;\r\n\r\n // Graph Parameters\r\n /** Maximum radius of the circle */\r\n radius?: number;\r\n /** Map data as an object in geoJson format or a url for geoJson */\r\n mapData?: FeatureCollection | string;\r\n /** Detail if any other map needs to be overlayed over the main map */\r\n mapOverlay?: {\r\n mapData?: FeatureCollection | string;\r\n mapBorderWidth?: number;\r\n mapBorderColor?: string;\r\n };\r\n /** Defines if the coordinates in the map data should be rewinded or not. Try to change this is the visualization shows countries as holes instead of shapes. */\r\n rewindCoordinatesInMapData?: boolean;\r\n /** Scaling factor for the map. Multiplies the scale number to scale. */\r\n scale?: number;\r\n /** Center point of the map */\r\n centerPoint?: [number, number];\r\n /** Controls the rotation of the map projection, in degrees, applied before rendering. Useful for shifting the antimeridian to focus the map on different regions */\r\n projectionRotate?: [number, number] | [number, number, number];\r\n /** Defines the zoom mode for the map */\r\n zoomInteraction?: ZoomInteractionTypes;\r\n /** Stroke width of the regions in the map */\r\n mapBorderWidth?: number;\r\n /** Stroke color of the regions in the map */\r\n mapBorderColor?: string;\r\n /** Toggle if the map is a world map */\r\n isWorldMap?: boolean;\r\n /** Map projection type */\r\n mapProjection?: MapProjectionTypes;\r\n /** Extend of the allowed zoom in the map */\r\n zoomScaleExtend?: [number, number];\r\n /** Extend of the allowed panning in the map */\r\n zoomTranslateExtend?: [[number, number], [number, number]];\r\n /** Toggle visibility of labels */\r\n showLabels?: boolean;\r\n /** Maximum value mapped to the radius chart */\r\n maxRadiusValue?: number;\r\n /** Data points to highlight. Use the label value from data to highlight the data point */\r\n highlightedDataPoints?: (string | number)[];\r\n /** Defines the opacity of the non-highlighted data */\r\n dimmedOpacity?: number;\r\n /** Toggles if the graph animates in when loaded. */\r\n animate?: boolean | AnimateDataType;\r\n /** Toggle visibility of color scale. This is only applicable if the data props hae color parameter */\r\n showColorScale?: boolean;\r\n /** Toggle if color scale is collapsed by default. */\r\n collapseColorScaleByDefault?: boolean;\r\n /** Toggles the visibility of Antarctica in the default map. Only applicable for the default map. */\r\n showAntarctica?: boolean;\r\n /** Optional SVG <g> element or function that renders custom content behind or in front of the graph. */\r\n customLayers?: CustomLayerDataType[];\r\n /** Configures playback and slider controls for animating the chart over time. The data must have a key date for it to work properly. */\r\n timeline?: TimelineDataType;\r\n /** Enable graph download option as png */\r\n graphDownload?: boolean;\r\n /** Enable data download option as a csv */\r\n dataDownload?: boolean;\r\n /** Reset selection on double-click. Only applicable when used in a dashboard context with filters. */\r\n resetSelectionOnDoubleClick?: boolean;\r\n\r\n // Interactions and Callbacks\r\n /** Tooltip content. If the type is string then this uses the [handlebar](../?path=/docs/misc-handlebars-templates-and-custom-helpers--docs) template to display the data */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n tooltip?: string | ((_d: any) => React.ReactNode);\r\n /** Details displayed on the modal when user clicks of a data point. If the type is string then this uses the [handlebar](../?path=/docs/misc-handlebars-templates-and-custom-helpers--docs) template to display the data */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n detailsOnClick?: string | ((_d: any) => React.ReactNode);\r\n /** Callback for mouse over event */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n onSeriesMouseOver?: (_d: any) => void;\r\n /** Callback for mouse click event */\r\n // eslint-disable-next-line @typescript-eslint/no-explicit-any\r\n onSeriesMouseClick?: (_d: any) => void;\r\n\r\n // Configuration and Options\r\n /** Language setting */\r\n language?: Languages;\r\n /** Color theme */\r\n theme?: 'light' | 'dark';\r\n /** Unique ID for the graph */\r\n graphID?: string;\r\n}\r\n\r\nexport function DotDensityMap(props: Props) {\r\n const {\r\n data,\r\n mapData = 'https://raw.githubusercontent.com/UNDP-Data/dv-country-geojson/refs/heads/main/worldMap-v2.json',\r\n graphTitle,\r\n colors,\r\n sources,\r\n graphDescription,\r\n height,\r\n width,\r\n footNote = 'The designations employed and the presentation of material on this map do not imply the expression of any opinion whatsoever on the part of the Secretariat of the United Nations or UNDP concerning the legal status of any country, territory, city or area or its authorities, or concerning the delimitation of its frontiers or boundaries.',\r\n colorLegendTitle,\r\n colorDomain,\r\n radius = 5,\r\n scale = 0.95,\r\n centerPoint,\r\n padding,\r\n mapBorderWidth = 0.5,\r\n mapNoDataColor = Colors.light.graphNoData,\r\n backgroundColor = false,\r\n showLabels = false,\r\n mapBorderColor = Colors.light.grays['gray-500'],\r\n tooltip,\r\n relativeHeight,\r\n onSeriesMouseOver,\r\n isWorldMap = true,\r\n showColorScale = true,\r\n zoomScaleExtend = [0.8, 6],\r\n zoomTranslateExtend,\r\n graphID,\r\n highlightedDataPoints = [],\r\n onSeriesMouseClick,\r\n graphDownload = false,\r\n dataDownload = false,\r\n showAntarctica = false,\r\n language = 'en',\r\n minHeight = 0,\r\n theme = 'light',\r\n ariaLabel,\r\n resetSelectionOnDoubleClick = true,\r\n detailsOnClick,\r\n styles,\r\n classNames,\r\n mapProjection = 'naturalEarth',\r\n zoomInteraction = 'button',\r\n animate = false,\r\n dimmedOpacity = 0.3,\r\n customLayers = [],\r\n maxRadiusValue,\r\n timeline = { enabled: false, autoplay: false, showOnlyActiveDate: true },\r\n collapseColorScaleByDefault,\r\n projectionRotate = [0, 0],\r\n rewindCoordinatesInMapData = true,\r\n mapOverlay,\r\n } = props;\r\n\r\n const [svgWidth, setSvgWidth] = useState(0);\r\n const [svgHeight, setSvgHeight] = useState(0);\r\n const [play, setPlay] = useState(timeline.autoplay);\r\n const uniqDatesSorted = useMemo(() => {\r\n const dates = [\r\n ...new Set(\r\n data\r\n .filter(d => d.date)\r\n .map(d => parse(`${d.date}`, timeline.dateFormat || 'yyyy', new Date()).getTime()),\r\n ),\r\n ];\r\n dates.sort((a, b) => a - b);\r\n return dates;\r\n }, [data, timeline.dateFormat]);\r\n const [index, setIndex] = useState(timeline.autoplay ? 0 : uniqDatesSorted.length - 1);\r\n\r\n const [mapShape, setMapShape] = useState<FeatureCollection | undefined>(undefined);\r\n const [overlayMapShape, setOverlayMapShape] = useState<FeatureCollection | undefined>(undefined);\r\n\r\n const graphDiv = useRef<HTMLDivElement>(null);\r\n const graphParentDiv = useRef<HTMLDivElement>(null);\r\n useEffect(() => {\r\n const resizeObserver = new ResizeObserver(entries => {\r\n setSvgWidth(entries[0].target.clientWidth || 620);\r\n setSvgHeight(entries[0].target.clientHeight || 480);\r\n });\r\n if (graphDiv.current) {\r\n resizeObserver.observe(graphDiv.current);\r\n }\r\n return () => resizeObserver.disconnect();\r\n }, []);\r\n\r\n const onUpdateShape = useEffectEvent((shape: FeatureCollection) => {\r\n setMapShape(shape);\r\n });\r\n\r\n const onUpdateOverlayMapShape = useEffectEvent((shape: FeatureCollection | undefined) => {\r\n setOverlayMapShape(shape);\r\n });\r\n useEffect(() => {\r\n if (typeof mapData === 'string') {\r\n const fetchData = fetchAndParseJSON(mapData);\r\n fetchData.then(d => {\r\n onUpdateShape(d);\r\n });\r\n } else {\r\n onUpdateShape(mapData);\r\n }\r\n }, [mapData]);\r\n useEffect(() => {\r\n if (!mapOverlay?.mapData) onUpdateOverlayMapShape(undefined);\r\n if (typeof mapOverlay?.mapData === 'string') {\r\n const fetchData = fetchAndParseJSON(mapOverlay?.mapData);\r\n fetchData.then(d => {\r\n onUpdateOverlayMapShape(d as FeatureCollection);\r\n });\r\n } else {\r\n onUpdateOverlayMapShape(mapOverlay?.mapData);\r\n }\r\n }, [mapOverlay?.mapData]);\r\n\r\n useEffect(() => {\r\n const interval = setInterval(\r\n () => {\r\n setIndex(i => (i < uniqDatesSorted.length - 1 ? i + 1 : 0));\r\n },\r\n (timeline.speed || 2) * 1000,\r\n );\r\n if (!play) clearInterval(interval);\r\n return () => clearInterval(interval);\r\n }, [uniqDatesSorted, play, timeline.speed]);\r\n\r\n const markObj = getSliderMarks(\r\n uniqDatesSorted,\r\n index,\r\n timeline.showOnlyActiveDate,\r\n timeline.dateFormat || 'yyyy',\r\n );\r\n return (\r\n <GraphContainer\r\n className={classNames?.graphContainer}\r\n style={styles?.graphContainer}\r\n id={graphID}\r\n ref={graphParentDiv}\r\n aria-label={ariaLabel}\r\n backgroundColor={backgroundColor}\r\n theme={theme}\r\n language={language}\r\n minHeight={minHeight}\r\n width={width}\r\n height={height}\r\n relativeHeight={relativeHeight}\r\n padding={padding}\r\n >\r\n {graphTitle || graphDescription || graphDownload || dataDownload ? (\r\n <GraphHeader\r\n styles={{\r\n title: styles?.title,\r\n description: styles?.description,\r\n }}\r\n classNames={{\r\n title: classNames?.title,\r\n description: classNames?.description,\r\n }}\r\n graphTitle={graphTitle}\r\n graphDescription={graphDescription}\r\n width={width}\r\n graphDownload={graphDownload ? graphParentDiv : undefined}\r\n dataDownload={\r\n dataDownload\r\n ? data.map(d => d.data).filter(d => d !== undefined).length > 0\r\n ? data.map(d => d.data).filter(d => d !== undefined)\r\n : data.filter(d => d !== undefined)\r\n : null\r\n }\r\n />\r\n ) : null}\r\n {timeline.enabled && uniqDatesSorted.length > 0 && markObj ? (\r\n <div className='flex gap-6 items-center' dir='ltr'>\r\n <button\r\n type='button'\r\n onClick={() => {\r\n setPlay(!play);\r\n }}\r\n className='p-0 border-0 cursor-pointer bg-transparent'\r\n aria-label={play ? 'Click to pause animation' : 'Click to play animation'}\r\n >\r\n {play ? <Pause /> : <Play />}\r\n </button>\r\n <SliderUI\r\n min={uniqDatesSorted[0]}\r\n max={uniqDatesSorted[uniqDatesSorted.length - 1]}\r\n marks={markObj}\r\n step={null}\r\n defaultValue={uniqDatesSorted[uniqDatesSorted.length - 1]}\r\n value={uniqDatesSorted[index]}\r\n onChangeComplete={nextValue => {\r\n setIndex(uniqDatesSorted.indexOf(nextValue as number));\r\n }}\r\n onChange={nextValue => {\r\n setIndex(uniqDatesSorted.indexOf(nextValue as number));\r\n }}\r\n aria-label='Time slider. Use arrow keys to adjust selected time period.'\r\n />\r\n </div>\r\n ) : null}\r\n <GraphArea ref={graphDiv}>\r\n {svgWidth && svgHeight && mapShape ? (\r\n <Graph\r\n data={data.filter(d =>\r\n timeline.enabled\r\n ? `${d.date}` ===\r\n format(new Date(uniqDatesSorted[index]), timeline.dateFormat || 'yyyy')\r\n : d,\r\n )}\r\n mapData={\r\n showAntarctica\r\n ? mapShape\r\n : {\r\n ...mapShape,\r\n features: mapShape.features.filter(\r\n (el: Feature) => el.properties?.NAME !== 'Antarctica',\r\n ),\r\n }\r\n }\r\n colorDomain={\r\n data.filter(el => el.color).length === 0\r\n ? []\r\n : colorDomain || (uniqBy(data, 'color', true) as string[])\r\n }\r\n width={svgWidth}\r\n height={svgHeight}\r\n scale={scale}\r\n centerPoint={centerPoint}\r\n colors={\r\n data.filter(el => el.color).length === 0\r\n ? colors\r\n ? [colors as string]\r\n : [Colors.primaryColors['blue-600']]\r\n : (colors as string[] | undefined) || Colors[theme].categoricalColors.colors\r\n }\r\n colorLegendTitle={colorLegendTitle}\r\n radius={radius}\r\n overlayMapData={overlayMapShape}\r\n overlayMapBorderColor={mapOverlay?.mapBorderColor}\r\n overlayMapBorderWidth={mapOverlay?.mapBorderWidth}\r\n mapBorderWidth={mapBorderWidth}\r\n mapNoDataColor={mapNoDataColor}\r\n mapBorderColor={mapBorderColor}\r\n tooltip={tooltip}\r\n onSeriesMouseOver={onSeriesMouseOver}\r\n showLabels={showLabels}\r\n isWorldMap={isWorldMap}\r\n showColorScale={showColorScale}\r\n zoomScaleExtend={zoomScaleExtend}\r\n zoomTranslateExtend={zoomTranslateExtend}\r\n onSeriesMouseClick={onSeriesMouseClick}\r\n highlightedDataPoints={highlightedDataPoints}\r\n resetSelectionOnDoubleClick={resetSelectionOnDoubleClick}\r\n styles={styles}\r\n classNames={classNames}\r\n zoomInteraction={zoomInteraction}\r\n detailsOnClick={detailsOnClick}\r\n mapProjection={mapProjection || (isWorldMap ? 'naturalEarth' : 'mercator')}\r\n animate={\r\n animate === true\r\n ? { duration: 0.5, once: true, amount: 0.5 }\r\n : animate || { duration: 0, once: true, amount: 0 }\r\n }\r\n dimmedOpacity={dimmedOpacity}\r\n customLayers={customLayers}\r\n maxRadiusValue={\r\n !checkIfNullOrUndefined(maxRadiusValue)\r\n ? (maxRadiusValue as number)\r\n : Math.max(...data.map(d => d.radius).filter(d => d !== undefined && d !== null))\r\n }\r\n collapseColorScaleByDefault={collapseColorScaleByDefault}\r\n projectionRotate={projectionRotate}\r\n rewindCoordinatesInMapData={rewindCoordinatesInMapData}\r\n />\r\n ) : (\r\n <div\r\n style={{\r\n height: `${Math.max(\r\n minHeight,\r\n height ||\r\n (relativeHeight\r\n ? minHeight\r\n ? (width || svgWidth) * relativeHeight > minHeight\r\n ? (width || svgWidth) * relativeHeight\r\n : minHeight\r\n : (width || svgWidth) * relativeHeight\r\n : svgHeight),\r\n )}px`,\r\n }}\r\n className='flex items-center justify-center'\r\n >\r\n <Spinner aria-label='Loading graph' />\r\n </div>\r\n )}\r\n </GraphArea>\r\n {sources || footNote ? (\r\n <GraphFooter\r\n styles={{ footnote: styles?.footnote, source: styles?.source }}\r\n classNames={{\r\n footnote: classNames?.footnote,\r\n source: classNames?.source,\r\n }}\r\n sources={sources}\r\n footNote={footNote}\r\n width={width}\r\n />\r\n ) : null}\r\n </GraphContainer>\r\n );\r\n}\r\n"],"names":["Graph","props","data","colors","mapData","colorLegendTitle","colorDomain","radius","height","width","scale","centerPoint","tooltip","showLabels","mapBorderWidth","mapBorderColor","mapNoDataColor","onSeriesMouseOver","showColorScale","zoomScaleExtend","zoomTranslateExtend","highlightedDataPoints","onSeriesMouseClick","resetSelectionOnDoubleClick","detailsOnClick","styles","classNames","mapProjection","zoomInteraction","animate","dimmedOpacity","customLayers","maxRadiusValue","collapseColorScaleByDefault","projectionRotate","rewindCoordinatesInMapData","overlayMapData","overlayMapBorderColor","overlayMapBorderWidth","formattedMapData","useMemo","rewind","reverse","formattedOverlayMapData","selectedColor","setSelectedColor","useState","undefined","showLegend","setShowLegend","zoomRef","useRef","mouseClickData","setMouseClickData","mouseOverData","setMouseOverData","eventX","setEventX","eventY","setEventY","mapSvg","isInView","useInView","once","amount","mapG","radiusScale","filter","d","length","scaleSqrt","domain","range","nice","useEffect","mapGSelect","select","current","mapSvgSelect","zoomFilter","e","type","includes","isWheel","isTouch","startsWith","isDrag","ctrlKey","button","zoomBehavior","zoom","scaleExtent","translateExtent","on","transform","attr","call","bounds","bbox","center","centerOfMass","lonDiff","latDiff","scaleX","scaleY","scaleVar","Math","min","projection","geoMercator","rotate","geometry","coordinates","translate","geoEqualEarth","geoNaturalEarth1","geoOrthographic","geoAlbersUsa","pathGenerator","geoPath","handleZoom","direction","scaleBy","jsxs","Fragment","jsx","motion","position","map","layer","features","i","path","stroke","strokeWidth","fill","vectorEffect","pointerEvents","AnimatePresence","color","el","indexOf","Colors","gray","initial","opacity","whileInView","label","transition","duration","event","clientY","clientX","isEqual","long","lat","r","fillOpacity","x","cn","graphObjectValues","textAnchor","colorLegend","X","backgroundColor","display","WebkitLineClamp","WebkitBoxOrient","P","DetailsModal","modal","Tooltip","DotDensityMap","$","_c","t0","graphTitle","sources","graphDescription","footNote","t1","t2","t3","padding","t4","t5","t6","t7","t8","relativeHeight","isWorldMap","t9","t10","t11","graphID","t12","graphDownload","t13","dataDownload","t14","showAntarctica","t15","language","t16","minHeight","t17","theme","t18","ariaLabel","t19","t20","t21","t22","t23","t24","timeline","t25","t26","t27","mapOverlay","light","graphNoData","grays","t28","t29","t30","t31","enabled","autoplay","showOnlyActiveDate","t32","svgWidth","setSvgWidth","svgHeight","setSvgHeight","play","setPlay","dates","dateFormat","t33","d_0","parse","date","Date","getTime","Set","_temp","sort","_temp2","uniqDatesSorted","index","setIndex","mapShape","setMapShape","overlayMapShape","setOverlayMapShape","graphDiv","graphParentDiv","t34","Symbol","for","resizeObserver","ResizeObserver","entries","target","clientWidth","clientHeight","observe","disconnect","t35","shape","onUpdateShape","useEffectEvent","t36","shape_0","onUpdateOverlayMapShape","t37","fetchAndParseJSON","then","d_1","t38","t39","d_2","t40","t41","t42","t43","speed","interval","setInterval","clearInterval","t44","t45","getSliderMarks","markObj","t46","graphContainer","t47","t48","description","title","GraphHeader","_temp3","_temp4","_temp5","_temp6","_temp7","t49","Pause","Play","SliderUI","nextValue","nextValue_0","t50","GraphArea","d_8","format","_temp8","_temp9","uniqBy","_temp0","primaryColors","categoricalColors","checkIfNullOrUndefined","max","_temp1","_temp10","Spinner","t51","footnote","source","GraphFooter","t52","GraphContainer","d_10","d_9","el_1","el_0","properties","NAME","d_5","d_4","d_3","d_7","d_6","a","b"],"mappings":"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"}
@@ -1,3 +1,4 @@
1
+ import { FeatureCollection } from 'geojson';
1
2
  import { JSX } from 'react/jsx-runtime';
2
3
 
3
4
  declare interface AnimateDataType {
@@ -100,7 +101,13 @@ declare interface Props {
100
101
  /** Maximum radius of the circle */
101
102
  radius?: number;
102
103
  /** Map data as an object in geoJson format or a url for geoJson */
103
- mapData?: any;
104
+ mapData?: FeatureCollection | string;
105
+ /** Detail if any other map needs to be overlayed over the main map */
106
+ mapOverlay?: {
107
+ mapData?: FeatureCollection | string;
108
+ mapBorderWidth?: number;
109
+ mapBorderColor?: string;
110
+ };
104
111
  /** Defines if the coordinates in the map data should be rewinded or not. Try to change this is the visualization shows countries as holes instead of shapes. */
105
112
  rewindCoordinatesInMapData?: boolean;
106
113
  /** Scaling factor for the map. Multiplies the scale number to scale. */