In Highcharts, is it possible to have multiple heatmaps in the same chart? For example, I would like to obtain something similar to the picture below:
I know I can make a chart for each heatmap and then align all the charts with CSS, but the thing is that I want the heatmaps to have a shared color bar.
You could create single chart and transform its data. Live example below.
https://jsfiddle.net/k4dvz5r2/show/