Skip to content

H5web improvements

Loic Huder requested to merge h5web-improvements into main

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
  • Refactor SelectionPoint to use H5Web CanvasEvent and useCanvasEvents (less code needed in daiquiri)
  • Display histogram in HistogramDomainSlider. This was to test the interactive markers in daiquiri-tomo. Feel free to revert.
  • Add value to TiledTooltip by decoding Float16. The api holds the data in Uint16Array but the actual number is a Float16 so it was needed to decode it.

Merge request reports