Sergey Linev
Sergey Linev
@dpiparo Idea to have such auto-zoom functionality in interactive canvas. It is already implemented in JSROOT and also available in web-based canvas. Can be see by pressing `Ctrl` + `*`....
With current master both canvases show 15000 entries for histogram. Looks like after recent changes in ROOT canvases are modified at the end of macro execution. Same behavior seen in...
Neither svg no png/jpeg images can be produced by eve. With some efforts one could try to implement png support - but in my mind it is not necessary. This...
As stayed in description, there is no easy way to enable http/webgui tutorials usage for testing. Every single macro need to be considered new and adjusted - if possible. As...
Probably I understand source of the problem. Seems to be, inside `WebView` JSROOT tries to load content of complete ROOT file. May be WebView does not support partial requests. @AlbertoPdRF,...
Yes, this is exactly I was asking for. And most probably here partial reading is not works. All kinds of such interfaces ignores "Ranges" settings in requests. The only solution...
@AlbertoPdRF I trying to use your extension from local disk, but somehow fail. That exactly I should do to get it running - I want to test changes concerning large...
Now I got it! I create PR - only to show code: https://github.com/AlbertoPdRF/root-file-viewer/pull/20 Can you check how node modules can be used inside?
Finally PR #20 is working with large files. Also images can be stored directly. One also can enable back 'tabs' layout - JSROOT master supports it now
Now it is working, using JSROOT from master branch. I found a way to correctly use `fs` - was relatively easy. It can be merged if you like