I want to create chart using Hi Chart:
- in the background, I want to draw a heatmap
- then I want to overlay horizontal & vertical lines (black dashed lines); their value is based on the map value, and it is interactive so I can adjust it (which changes some threshold that will in turn change how the heatmap is colored)
- I want to also draw few paths diagonally cross the chart (note the diagonal path near when color patches change)
- also I want to switch visualization of the data to linear and logarithmic area chart
Is it possible to realize above functions using Hi Chart? I was able to draw a heatmap, but bit stuck on how to draw the paths - interactive and curved line.
Roughly this is what I want to recreate.