[{"Title: ":"            shadow: false","__parsed_extra":[""]},{"Title: ":"            colorKey: \"color\\_code\"","__parsed_extra":[""]},{"Title: ":"            tooltip: {"},{"Title: ":"              pointFormatter: function () {"},{"Title: ":"                const point = this;"},{"Title: ":"                const \\[county","__parsed_extra":[" state\\] = this.series.mapMap\\[point.code\\].name.split(\"",");\n                return \\`<strong>${county},${state.toUpperCase()}</strong> <br/> <strong>Offerings Count:</strong> ${\n                  point.offerings\n                } <br/> <strong>USD Raised:</strong> $${formatNumber(point.usd, true)}\\`;\n              },\n            },\n          },\n          {\n            type: \"mapline",""]},{"Title: ":"            name: \"State borders\"","__parsed_extra":[""]},{"Title: ":"            data: borderLines","__parsed_extra":[""]},{"Title: ":"            color: \"darkgray\"","__parsed_extra":[""]},{"Title: ":"            shadow: false","__parsed_extra":[""]},{"Title: ":"          }","__parsed_extra":[""]},{"Title: ":"        \\];"},{"Title: ":"        Highcharts.getJSON(mapPath + \"pr-municipalities.json\"","__parsed_extra":[" function (geojson) {"]},{"Title: ":"          // Initiate the chart"},{"Title: ":"          let prConfig = { ...config","__parsed_extra":[" title: \"Puerto Rico\" };"]},{"Title: ":"          let mapData = mapType.find((item) => item?.code?.includes(\"us-pr-\"));"},{"Title: ":"          let clonedMapData = mapData ? { ...mapData } : null;"},{"Title: ":"          if (clonedMapData) {"},{"Title: ":"            clonedMapData.code = clonedMapData.code.replace(\"us-pr-\"","__parsed_extra":[" \"\");"]},{"Title: ":"          }"}]