Setting heatmap colors based on X,Y coordinate instead of value. #3349
gitgitwhat
started this conversation in
General
Replies: 1 comment
-
I figured out a way by setting individual
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to create a matrix (5x5) graph and the heatmap seems to be the closest thing available. However, I have not been able to figure out how to manually specify specific colors for each individual [row,col] instead of it being calculated based on value or simply the whole series. I understand that it's not really a heatmap anymore if the colors are not based on value but again, it seems like the only graph style available that provides the functionality and visualization I need.
So, is there a way to override the color calcs and simply specify the color (for example in the 'series:data' array) for each [row,col] pair?
Beta Was this translation helpful? Give feedback.
All reactions