Releases: root-project/jsroot
Releases · root-project/jsroot
3.2
- Support JSON objects embedding in html pages, produced by THttpServer
- For small resize of canvas use autoscale functionality of SVG. Only when
relative changes too large, redraw complete canvas again. - Use touch-punch.min.js to process touch events with jquery-ui
- Even when several TH1/TGraph/TF1 objects with fill attribute overlap each other,
one able to get tooltip for underlying objects - Use jquery-ui menu for context menu
- From context menu one could select several options for drawing
- Provide user interface for executing TTree::Draw on THttpServer
- 3D graphic (three.js) works only with IE11
3.1
- Correctly show tooltips in case of overlapped objects
- Implement JSROOT.Create() method to create supported
in JavaScript ROOT classes like TH1 or TGraph - Fix problem with JSROOT.draw in HTML element with zero width (display:none)
- Provide possibility to load user scripts with JSROOT.BuildSimpleGUI
and JSROOT.AssertPrerequisites, also with main index.htm - Support of TCutG drawing
- Implement hierarchy display (former dtree) with jQuery
- Fix several problems in drawing optimization
- Implement dragging objects from hierarchy browser into existing canvas
to superimpose several objects - Implement col2 and col3 draw options, using html5 canvas
- Support 'p' and 'p0' draw options for TH1 class