jsroot
jsroot copied to clipboard
JavaScript ROOT
Hi @linev! I have exported a geometry created with Geant4 and I'm able to see all of it (wireframed, haven't been able to get it filled) using regular ROOT with...
After upgrading jsroot to 7.6.0, the build of our web interface (https://github.com/reanahub/reana-ui) fails due to some missing dependencies. We are using [CRACO](https://craco.js.org/) and the build is performed by webpack. This...
Up to now only `makeSVG` function was provided. It is not possible to create images for different objects types.
Hi, Our project, [phoenix](https://github.com/HSF/phoenix), uses `jsroot`. However we see this warning: ``` WARNING: Multiple instances of Three.js being imported ``` I assume this is because ROOT is bundling three: https://github.com/root-project/jsroot/blob/master/libs/three/Three_jsroot.js...
Hi Trying to save and restore histogram state to and from JSON, I have noticed that many properties are not correctly saved to JSON if they had been modified using...
Dear Developers, In DD4Hep generated TGeo root file, I can't open/draw/process one particular geometry with error in console `FAILS to get geometry bounding box` To reproduce: Open https://root.cern/js/latest file https://eic.github.io/epic/artifacts/tgeo/epic_full.root...
When using build() function to convert root geometry to Object3d, I noticed that nodes name fields are empty (see the screen below - red) and some other fields are not...
This is a question rather than a bug and it relates to #303. jsroot UI have a navigation between ROOT geometry tree and the resulting three.js objects made by TGeoPainter.mjs...
An error occurs using npm i jsroot. Is my node version wrong?
Dear Developers, Thanks very much for the amazing work bringing root to the browser and Jupyter notebook. I recently tried to use the jsroot website instead of a local root...