Page 1 of 1

Heatmaps with

Posted: Wed Oct 24, 2018 8:20 pm
by marrocmau
Hi,
is possibile to create a Heatmap like the image:
Screen Shot 2018-10-24 at 22.14.14.png
Screen Shot 2018-10-24 at 22.14.14.png (203.78 KiB) Viewed 424 times
Thanks.

Re: Heatmaps with

Posted: Thu Oct 25, 2018 10:07 am
by bastss
Hi marrocmau,
Overall, it is possible to create this map. But it's really hard to say, what issues will come during work. If you will have any problems, feel free to ask. We will help ;)

Best regards!

Re: Heatmaps with

Posted: Wed Dec 05, 2018 3:24 pm
by marrocmau
Is possible create a grid in "excel" style to put left to chart? (see the image).
Screen Shot 2018-12-05 at 16.18.52.png
Screen Shot 2018-12-05 at 16.18.52.png (99.03 KiB) Viewed 363 times

Re: Heatmaps with

Posted: Thu Dec 06, 2018 1:22 pm
by bastss
Hey marrocmau,

Creating grids like this is impossible in Highcharts, but is possible to create HTML table and positioned it properly to chart. Check this example: https://jsfiddle.net/Bastss/xdpocbrn/. In this example data has 5 days and I've created 5 cells and set their heights adequately to heights of cells in the heatmap. If you want to have more cells you can write your own function to create as many cells in the table as in the heatmap, but it's JavaScript&HTML task, not Highcharts.

Best regards!