demo D257
Hexbin
Bin a dense scatter into hexagons, so a cloud too thick to read becomes a shape you can
type: 'hexbin', x, y
Loading a live grid…
The configuration
'chart-types-hexbin': () => ({
rows: [], config: {},
foot: ['thousands of points binned into hexagons', 'the darker the cell, the more points fell in it'],
mount: mountGridCharts({
rows: book(5_000), columns: bookCols, columnsPer: 1, chartHeight: 360,
chartTypeModules: ['hexbin'],
charts: [{ type: 'hexbin', x: 'volume', y: 'notional', title: 'Notional against volume' }],
}),
}),