Currently, I am in search of a technique to modify only one specific cell within an echart heatmap. After exploring the api documentation, I discovered that it is possible to adjust the itemStyle using the setOption() API method. However, this method changes the color for all entries in a particular series. What I truly desire is to alter the color of a particular field based on its x and y position.
Here's an example of the desired functionality: In the diagram below, you can see the demo-heatmap with a blue cell at x-pos: 12a, y-pos: friday. This cell turns blue once clicked on (see example picture). https://i.sstatic.net/vx72T.png