The selector for one heat map cell.
ApexCharts stamps each cell with its series (i, which is the series' realIndex) and its column (j), so a cell is addressed by both rather than by position: rects are interleaved with data-label groups, and the rows are drawn from the last series up.
i
realIndex
j
The chart's rootSelector
The series (row) index in w.config.series
w.config.series
The column index
A selector matching that one cell
The selector for one heat map cell.
ApexCharts stamps each cell with its series (
i, which is the series'realIndex) and its column (j), so a cell is addressed by both rather than by position: rects are interleaved with data-label groups, and the rows are drawn from the last series up.