{"s":"https://www.sec.gov/modules/custom/sec_custom_blocks/js/oasb_raising_capital_map/main.js?v=1.2","tooltip":["            joinBy: [\"hc-key\", \"code\"],","            name: \"County\",","            borderWidth: 0.5,","","            states: {","              hover: {","                color: \"#a4edba\",","              },","            },","            shadow: false,","            colorKey: \"color_code\",","            tooltip: {","              pointFormatter: function () {","                const point = this;","                const [county, state] = this.series.mapMap[point.code].name.split(\",\");","                return `<strong>${county},${state.toUpperCase()}</strong> <br/> <strong>Offerings Count:</strong> ${","                  point.offerings","                } <br/> <strong>USD Raised:</strong> $${formatNumber(point.usd, true)}`;","              },","            },","          },","          {"]}