javascript - HeatMap on Timezone map -
i have created timezone map of link http://techslides.com/time-zone-world-map-with-d3-and-topojson .this have showing -
need overlay heatmap on data json file looks -
{ "tz": [-12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11], "data": [2, 3, 32, 0, 7287, 20615, 3254, 23793, 36104, 411......] } i need change colors on timezone map depending on data values, shading map light color timezones lower data value , darker shade higher data values. not quite sure how go this. ideas highly appreciated.thank !!
Comments
Post a Comment