|
1 | 1 | # JSROOT changelog |
2 | 2 |
|
3 | | -## Changes in dev |
| 3 | +## Changes in 5.5.0 |
4 | 4 | 1. Introduce JSROOT.StoreJSON() function. It creates JSON code for the |
5 | 5 | TCanvas with all drawn objects inside. Allows to store current canvas state |
6 | 6 | 2. Support "item=img:file.png" parameter to insert images in existing layout (#151) |
|
15 | 15 | 10. Improve markers and error bars drawing for TH1/TProfile |
16 | 16 |
|
17 | 17 |
|
| 18 | +## Changes in 5.4.3 |
| 19 | +1. Fix - draw functions also when histogram "same" option used (#159) |
| 20 | +2. Fix - when draw histogram as markers improve optimization algorithm |
| 21 | +3. Fix - correct histogram Y-axis range selection in logarithmic scale |
| 22 | +4. Fix - for TH2 draw options allow combination "colztext" (#162) |
| 23 | +5. Fix - PNG file generation with 3D drawings inside |
| 24 | + |
| 25 | + |
| 26 | +## Changes in 5.4.2 |
| 27 | +1. Fix - take into account extra quotes in multipart http reply (#157) |
| 28 | +2. Fix - display of labels on X axis with TProfile |
| 29 | +3. Fix - support time display in TMultiGraph |
| 30 | +4. Fix - correctly parse "optstat" and "optfit" in URL |
| 31 | +5. Fix - correctly update TGraph drawing when X range is changing |
| 32 | +6. Fix - return only TF1/TF2 object when searching function (#158) |
| 33 | + |
| 34 | + |
| 35 | +## Changes in 5.4.1 |
| 36 | +1. Fix - monitoring mode in draw.htm page |
| 37 | +2. Fix - zooming in colz palette |
| 38 | +3. Fix - support both 9.x and 10.x jsdom version in Node.js (#149) |
| 39 | +4. Fix - draw axis main line with appropriate attributes (#150) |
| 40 | +5. Fix - use axis color when drawing grids lines (#150) |
| 41 | +6. Fix - when set pad logx/logy, reset existing user ranges in pad |
| 42 | +7. Fix - avoid too deep calling stack when drawing many graphs or histos (#154) |
| 43 | +8. Fix - correctly (re)draw tooltips on canvas with many subpads |
| 44 | + |
| 45 | + |
18 | 46 | ## Changes in 5.4.0 |
19 | 47 | 1. New supported classes: |
20 | 48 | - TDiamond |
|
0 commit comments