H5web improvements
Can be easier to review commit by commit:
- Update H5Web to v6.6.0
- Fixes the flip of
TiledHeatmapMesh
- Made use of new exported types/utils
- Fixes the flip of
- Refactor SelectionPoint to use H5Web
CanvasEvent
anduseCanvasEvents
(less code needed in daiquiri) - Display histogram in
HistogramDomainSlider
. This was to test the interactive markers indaiquiri-tomo
. Feel free to revert. - Add value to TiledTooltip by decoding Float16. The
api
holds the data inUint16Array
but the actual number is aFloat16
so it was needed to decode it.