|
1 | 1 | # JSROOT changelog |
2 | 2 |
|
3 | 3 | ## Changes in master |
4 | | -1. Let use HTML element pointer in JSROOT.draw function like: |
| 4 | +1. Let use HTML element pointer in JSROOT.draw function like: |
5 | 5 |
|
6 | 6 | JSROOT.draw(document.getElementsByTagName("div")[0], obj, "hist"); |
7 | 7 |
|
|
59 | 59 | 8. Fix problem with GetBBox - it only can be used for visible elements in mozilla. |
60 | 60 | 9. Support drawing of fit parameters in stat box, use (as far as possible) stat and |
61 | 61 | fit format for statistic display |
62 | | -10.Implement 'g' formatting kind for stat box output - one need to checks |
63 | | - significant digits when producing output. |
64 | | -11.Support new draw options for TGraph: 'C', 'B1', '0', '2', '3', '4', '[]' |
65 | | -12.Primary support for STL containers in IO part. Allows to read ROOT6 TF1. |
66 | | -13.Full support of TGraphBentErrors |
67 | | -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 |
70 | | -15.Introduce JSROOT.FFormat function to convert numeric values into string according |
71 | | - format like 6.4g or 5.7e. Used for statistic display. |
| 62 | +10. Implement 'g' formatting kind for stat box output - one need to checks |
| 63 | + significant digits when producing output. |
| 64 | +11. Support new draw options for TGraph: 'C', 'B1', '0', '2', '3', '4', '[]' |
| 65 | +12. Primary support for STL containers in IO part. Allows to read ROOT6 TF1. |
| 66 | +13. Full support of TGraphBentErrors |
| 67 | +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 |
| 70 | +15. Introduce JSROOT.FFormat function to convert numeric values into string according |
| 71 | + format like 6.4g or 5.7e. Used for statistic display. |
72 | 72 |
|
73 | 73 |
|
74 | 74 | ## Changes in 3.5 |
|
0 commit comments