US Metro regions on google chart geo map

3coins

I want to create a geo map with a specific state region, and individual metro area regions colored by intensity of the value. I have looked at the documentation but haven't been able to achieve this. Here is an example of what I am targeting for.

enter image description here

Does anyone has any idea what options to use for just showing e.g., CA state, and then marking the regions by zip code.

Malk

The map is showing metro regions which is not the same as zip code. If you want the metro regions for California you would call chart.draw() with the following:

    var options = {
        displayMode:'regions',
        region:'US-CA',
        resolution:'metros'
    };

But you will need to map your data to the appropriate IDs from here: https://developers.google.com/adwords/api/docs/appendix/cities-DMAregions

Here is a fiddle: http://jsfiddle.net/5he4p5k9/1/ [Change region to just 'US' to zoom out]

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Google Geo Chart가 Angular Material mdTabs 내부에서 렌더링되지 않습니다.

분류에서Dev

Google 트렌드가 더 이상 GEO_CHART_o_o를 표시하지 않습니다.

분류에서Dev

Google Geo Map을로드하는 Div에서 alert ()를 가져올 수 없습니다.

분류에서Dev

Export Google chart as image

분류에서Dev

Double value in Google chart not working

분류에서Dev

Data not showing up in Google Chart

분류에서Dev

Data not showing up in Google Chart

분류에서Dev

google chart shows wrong data

분류에서Dev

Adding Google Chart function to Objects

분류에서Dev

Google Chart JS 정보

분류에서Dev

Google chart object error: google not defined

분류에서Dev

Terraform Google Kubernetes 엔진의 권한 compute.regions.get 오류

분류에서Dev

Google Map needs an API or not?

분류에서Dev

Google Embed API : GEO 차트-특정 국가 표시

분류에서Dev

How to create many graphs on chart in Google sheets?

분류에서Dev

Google Visualization: Organizational Chart Add Html URL

분류에서Dev

Google Sheets - plot two sheets as line chart

분류에서Dev

Google chart vertical axis strange label

분류에서Dev

Rendering a google chart using datastore data

분류에서Dev

d3.js v5 : Unable to get data points to show on map of US

분류에서Dev

Google map drag pin from inside a div on google map

분류에서Dev

Show google map onclick event - Google Map API

분류에서Dev

Embed custom google map in webpage

분류에서Dev

문제 -Jquery with Google Map

분류에서Dev

Android Google Map Marker With Label?

분류에서Dev

Grouping cluster Google map API

분류에서Dev

Exchange symbol on a foreign google map

분류에서Dev

Google map Pinch Zoom Event

분류에서Dev

How to use Google Map with Awesomium?

Related 관련 기사

뜨겁다태그

보관