Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Angular 4 - Create Heat Chart

I need to create heat chart like this (Image Below).

I searched most of the blogs and google for this.

Heat chart

I've searched following libraries with no help to find.

https://valor-software.com/ng2-charts/

https://www.highcharts.com/demo/heatmap-canvas

But these are diffrent heat charts than I needed.

like image 447
Sangwin Gawande Avatar asked Aug 12 '26 11:08

Sangwin Gawande


1 Answers

In Highcharts the data is assigned for a particular area. On your map the data is independent from formal map areas (there's no single value for every the state/county). So creating that kind of map would be quite difficult (in my opinion).

Example of how it works in Highcharts:

Official demo of a map with colorAxis (http://api.highcharts.com/highmaps/colorAxis) that can be used for visualizing the temperature: http://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/maps/demo/geojson/

like image 99
Kamil Kulig Avatar answered Aug 15 '26 08:08

Kamil Kulig



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!