h5web icon indicating copy to clipboard operation
h5web copied to clipboard

React components for data visualization and exploration

Results 58 h5web issues
Sort by recently updated
recently updated
newest added

### Describe the bug Too large to display mixed type dataset leads to the message: `The dataset is too big to be displayed and was logged to the console instead.`...

![image](https://user-images.githubusercontent.com/2936402/145815263-5a4ef7f2-5b80-41b4-bc82-96262d9996fe.png)

bug

### Describe the bug It seems the zoom changes when resizing the visualization. ### To Reproduce 1. Go to https://h5web.panosc.eu/mock 2. Zoom into the heatmap 3. Resize the browser: narrowing...

Note that, in Firefox at least, there's a "View image" contextual option on the heatmap's canvas, which generates an image automatically. This doesn't work for me, but it works somewhat...

waiting

Having played around with large datasets (~10M of points but a slice is ~100k), I find that the long fetch of the data breaks the flow... Let's make use of...

epic

Working on #639 made me wonder if h5web is really robust for datasets containing NaN. I think we should test the fetching and visualizations for: - a scalar dataset containing...

epic

We should investigate ways to measure and report code quality metrics such as coverage, duplication, complexity, etc. We could go even further and run auditing tools such as Google Lighthouse...

Thanks for this wonderful tool; The VS Code extension is super handy. ### Is your feature request related to a problem? No ### Requested solution or feature I know GRIB...

Fix #1125 As suggested in https://github.com/silx-kit/h5web/issues/1125#issuecomment-1285552787, the NeXus lingo (especially the term "spectrum") can be confusing in a generic viewer. This PR changes the names of the visualizations displayed in...

### Is your feature request related to a problem? Some users would like to tune the plots manually after export. The current exporting features (export as TIFF, browser screenshot) do...