["            },","            shadow: false,","            colorKey: \"color\\_code\",","            tooltip: {","              pointFormatter: function () {","                const point = this;","                const \\[county, 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,","            name: \"State borders\","]