Axel Bocciarelli

Results 216 comments of Axel Bocciarelli

@bmaranville is the v4 behaviour of the viewer described by Loïc what you were after?

Right, I wonder if we could do something about this - i.e. so just display `Line` and `Heatmap` when the signal doesn't have an `interpretation` attribute.

A solution might be to implement an eyedropper tool of sorts. Below is Firefox' eyedropper for context, but the idea would be to simply show a cross-hair cursor instead of...

Showing a cross-hair cursor on the line visualization wouldn't make quite as much sense, so we'd have to think of a better UI, but the concept still works: you click...

Note that the domain computation will also be impacted by this feature: the selected value will have to be ignored when looping through the values to find the min/max. This...

Hi @linupi, to avoid CORS issues with GitHub, the URL has to start with https://raw.githubusercontent.com/. Check out this repo for an example: https://github.com/oasys-esrf-kit/dabam2d

For a bit of context, https://h5web.panosc.eu/h5wasm is meant to just be a demo: a way for us to test the `H5WasmProvider` and to let people try the H5Web viewer on...

Yeah, sorry for the confusion ^^

> > To me in the end, the tooltip mesh will need to be handled outside of the TiledHeatmapMesh because it should handle more than one mesh > > Agreed....

> Now handling transforms. I may revert the refactoring of scaleToLayer as the new implementation does not need it. No need, it's clear what's what, and the refactoring is nice...