Skip to content

Commit 8fd5548

Browse files
committed
update changelog
1 parent 520e712 commit 8fd5548

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

changes.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
## Changes in master
44
1. Let use HTML element pointer in JSROOT.draw function like:
5-
65
JSROOT.draw(document.getElementsByTagName("div")[0], obj, "hist");
7-
86
Normally unique identifier was used before, which is not required any longer.
97
Of course, old functionality with element identifier will work as well.
108
2. TreePlayer can also be used for trees, which not yet read from the file.
@@ -20,16 +18,11 @@
2018
8. Fix several problems with markers drawing; implement plus, asterisk, mult symbols.
2119
9. Implement custom layout, which allows to configure user-defined layout for displayed objects
2220
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
2622

2723

2824
## 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
3326
2. Extend functionality of JSROOT.addDrawFunc() function. One could register type-specific
3427
`make_request` and `after_request` functions; `icon`, `prereq`, `script`, `monitor` properties.
3528
This let add more custom elements to the generic gui, implemented with JSROOT.HierarchyPainter
@@ -65,8 +58,7 @@
6558
12. Primary support for STL containers in IO part. Allows to read ROOT6 TF1.
6659
13. Full support of TGraphBentErrors
6760
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
7062
15. Introduce JSROOT.FFormat function to convert numeric values into string according
7163
format like 6.4g or 5.7e. Used for statistic display.
7264

0 commit comments

Comments
 (0)