Releases: root-project/jsroot
Releases · root-project/jsroot
6.3.4
- Fix bug in handling superimposing items via URL syntax
- Enable geometry clipping in node.js
- Upgrade node.js packages
- Let draw TGeo object inside TCanvas
- Let superimpose TPolyLine3D and TPolyMarker3D with TGeo drawing
- Fix plain #sum and #int parsing in TLatex
- Fix ticks position for axes with labels
6.3.3
6.3.2
6.3.1
6.3.0
- Fully rewrite
TLatex
parsing, use svg elements instead of plain text/tspan - Make
TLatex
reliably working in node.js, does not depend from availability of canvas component - Many optimizations to produce smaller (and faster) SVG output
- Provide x3dscNNN and y3dscNNN draw option for histogram to resize x/y axis in 3D plots
- Provide "Find label" command in
TAxis
context menu to zoom into bin region - Allows to use
JSROOT.define()
in external scripts - Provide
JSROOT.Painter.setDefaultDrawOpt()
to change class default draw option - Provide example of custom entries in histogram context menu
- Provide alternative external location for zstd-codec, let use zstd even when not found locally
- Let skip HEAD requests when reading files, adding "^" symbol to file name (#223)
- Show long histogram names in stats box when possible
- Fix logic how "ndiv" parameter of
TAxis
is handled, showing really the configured number of ticks - Fix problem with curved
TGraph
drawings (#218) - Fix problems with
TGraph
drawing updates
6.2.2
6.2.1
6.2.0
- Support fully interactive second X/Y axis for histograms, graphs, functions and spline
- Support X+, Y+, RX, RY draw options for
TF1
- Remove deprecated
JSRootCore.js
script, one have to useJSRoot.core.js
- Upgrade
three.js
to r127 - Upgrade
d3.js
to 6.7.0 - Implement "nozoomx" and "nozoomy" draw options for
TPad
- Implement "frame" draw option for
TGaxis
- fix position of axis relative to the frame - Preserve position of
TPaletteAxis
, if provided with histogram; make default position like in ROOT - Support basic
TLatex
symbols in lego plos axis title - Use frame margins when create 3D lego drawings
- Implement "nomargins" draw option for pad/canvas
- Support custom mouse click/dblcklick handlers in lego plots
- Implement marker styles 35 - 49
- Let switch orthographic camera in geometry via control gui (#217)
- Fix drawing of custom markers on 3D, also in node.js (#205)
6.1.1
6.1.0
- Support drawing produced by TRatioPlot, including interactive zooming
- Fix problem with TF1 drawing from histogram list of primitives
- Let disable showing of StreamerInfo in the GUI by adding &skipsi to URL
- Provide tooltips when TH1 drawn with "E" or "P" option
- Fix problem with zooming of many overlayed histograms
- API change -> PadPainter.zoom function returns Promise now
- Support gridx/y, tickx/y, logx/y options for (multi) graphs painter
- Provide simple Rebin functionality for TH1 (#210)
- Use jQuery dialog to input values, avoid prompt() which not always supported (#216)