You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have data that returns the following:
[{x:40, y:57, count:40}, {x:25, y:17, count:4}] , etc.etc.
I am trying to form a hexbin series that's colors change based off of count, or to get the values of the bins to sum based off of another variable. Is this possible?
Basically I want the heatmap color abilities in hexbin series.