()
| 257 | let zeroBinsStaging = new Uint32Array(0); |
| 258 | |
| 259 | const assertNotDisposed = (): void => { |
| 260 | if (disposed) throw new Error('ScatterDensityRenderer is disposed.'); |
| 261 | }; |
| 262 | |
| 263 | const ensureLut = (seriesConfig: ResolvedScatterSeriesConfig): void => { |
| 264 | const key = colormapKey(seriesConfig.densityColormap); |
no outgoing calls
no test coverage detected