|
2 | 2 |
|
3 | 3 | ## Changes in master
|
4 | 4 | 1. Let use HTML element pointer in JSROOT.draw function like:
|
5 |
| - |
6 | 5 | JSROOT.draw(document.getElementsByTagName("div")[0], obj, "hist");
|
7 |
| - |
8 | 6 | Normally unique identifier was used before, which is not required any longer.
|
9 | 7 | Of course, old functionality with element identifier will work as well.
|
10 | 8 | 2. TreePlayer can also be used for trees, which not yet read from the file.
|
|
20 | 18 | 8. Fix several problems with markers drawing; implement plus, asterisk, mult symbols.
|
21 | 19 | 9. Implement custom layout, which allows to configure user-defined layout for displayed objects
|
22 | 20 | 10. Fix errors with scaling of axis labels.
|
23 |
| -11. Support also Y axis with custom labels like: |
24 |
| - |
25 |
| - http://jsroot.gsi.de/dev/?nobrowser&file=../files/atlas.root&item=LEDShapeHeightCorr_Gain0;1&opt=col |
| 21 | +11. Support also Y axis with custom labels like: http://jsroot.gsi.de/dev/?nobrowser&file=../files/atlas.root&item=LEDShapeHeightCorr_Gain0;1&opt=col |
26 | 22 |
|
27 | 23 |
|
28 | 24 | ## Changes in 3.7
|
29 |
| -1. Support of X axis with custom labels like: |
30 |
| - |
31 |
| - http://jsroot.gsi.de/dev/index.htm?nobrowser&json=../files/hist_xlabels.json |
32 |
| - |
| 25 | +1. Support of X axis with custom labels like: http://jsroot.gsi.de/dev/index.htm?nobrowser&json=../files/hist_xlabels.json |
33 | 26 | 2. Extend functionality of JSROOT.addDrawFunc() function. One could register type-specific
|
34 | 27 | `make_request` and `after_request` functions; `icon`, `prereq`, `script`, `monitor` properties.
|
35 | 28 | This let add more custom elements to the generic gui, implemented with JSROOT.HierarchyPainter
|
|
65 | 58 | 12. Primary support for STL containers in IO part. Allows to read ROOT6 TF1.
|
66 | 59 | 13. Full support of TGraphBentErrors
|
67 | 60 | 14. Support objects drawing from JSON files in default user interface, including
|
68 |
| - monitoring. One could open file from link like: |
69 |
| - https://root.cern.ch/js/dev/?json=demo/canvas_tf1.json |
| 61 | + monitoring. One could open file from link like: https://root.cern.ch/js/dev/?json=demo/canvas_tf1.json |
70 | 62 | 15. Introduce JSROOT.FFormat function to convert numeric values into string according
|
71 | 63 | format like 6.4g or 5.7e. Used for statistic display.
|
72 | 64 |
|
|
0 commit comments