|
1 | 1 | # JSROOT changelog |
2 | 2 |
|
3 | 3 | ## Changes in dev |
4 | | -1. Fix problem with curved TGraph drawings (#218) |
5 | | -2. Provide x3dscNNN and y3dscNNN draw option for histogram to resize x/y axis |
6 | | -3. Provide JSROOT.Painter.setDefaultDrawOpt to change default draw option |
7 | | -4. Provide example of custom entries in context menu |
8 | | -5. Fix problems with TGraph drawing updates |
9 | | -6. Provide alternative location for zstd-codec |
10 | | -7. Allows to use JSROOT.define() in external scripts |
11 | | -8. Optmize TH2 col drawings to produce smaller SVG |
12 | | -9. Let skip HEAD requests when reading files (#223) |
13 | | -10. Fully rewrite TLatex parsing, use many svg elements instead of plain text/tspan |
14 | | -11. Make TLatex reliably working in node.js, does not depend from availability of canvas component |
15 | | -12. Show long histogram names in stats box when possible |
16 | | -13. Provide "Find label" command in TAxis context menu to zoom into bin region |
17 | | -14. Fix logic how "ndiv" parameter of TAxis is handled, showing really the configured number of ticks |
| 4 | +1. Fully rewrite TLatex parsing, use svg elements instead of plain text/tspan |
| 5 | +2. Make TLatex reliably working in node.js, does not depend from availability of canvas component |
| 6 | +3. Many optimizations to produce smaller (and faster) SVG output |
| 7 | +4. Provide x3dscNNN and y3dscNNN draw option for histogram to resize x/y axis in 3D plots |
| 8 | +5. Provide "Find label" command in TAxis context menu to zoom into bin region |
| 9 | +6. Allows to use JSROOT.define() in external scripts |
| 10 | +7. Provide JSROOT.Painter.setDefaultDrawOpt to change class default draw option |
| 11 | +8. Provide example of custom entries in context menu |
| 12 | +9. Provide alternative external location for zstd-codec, let use zstd even when not found locally |
| 13 | +10. Let skip HEAD requests when reading files, adding "^" symbol to file name (#223) |
| 14 | +11. Show long histogram names in stats box when possible |
| 15 | +12. Fix logic how "ndiv" parameter of TAxis is handled, showing really the configured number of ticks |
| 16 | +13. Fix problem with curved TGraph drawings (#218) |
| 17 | +14. Fix problems with TGraph drawing updates |
18 | 18 |
|
19 | 19 |
|
20 | 20 | ## Changes in 6.2.2 |
|
0 commit comments