You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within JSRootCore.js script URL one could specify JSROOT
functionality to be loaded: '2d', '3d', 'io', 'load', 'onload'.
Old method with JSROOT.AssertPrerequisites will also work.
With THttpServer JSROOT now provides simple control functionality.
One could publish commands and execute them from the browser
One could open several ROOT files simultaneously
Add 'simple' layout - drawing uses full space on the right side
Allow to open ROOT files in online session (via url parameter)
One could monitor simultaneously objects from server and root files
Implement 'autocol' draw option - when superimposing histograms,
their line colors will be automatically assigned
Implement 'nostat' draw option - disabled stat drawing
Using 'same' identifier in item name, one can easily draw or superimpose
similar items from different files. Could be used in URL like: ...&files=[file1.root,file2.root]&items=[file1.root/hpx, file2.root/_same_] ...&files=[file1.root,file2.root]&item=file1.root/hpx+file2.root/_same_
Main limitation - file names should have similar length.
When 'autozoom' specified in draw options, histogram zoomed into
non-empty content. Same command available via context menu.
Item of 'Text' kind can be created. It is displayed as
plain text in the browser. If property 'mathjax' specified,
MathJax.js library will be loaded and used for rendering.
See httpcontrol.C macro for example.
When using foreignObject, provide workaround for absolute positioning
problem in Chrome/Safari, see http://bit.ly/1wjqCQ9