Open
Description
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.