otsdaq_utilities  v2_04_01
src/WebGUI/js/visualizers_lib/ViewerRoot_lib/JsRoot/readme.md
1 #JavaScript ROOT
2 
3 JavaScript ROOT provides interactive ROOT-like graphics in the web browsers.
4 Data can be read and displayed from binary and JSON ROOT files.
5 JSROOT implements user interface for THttpServer class.
6 
7 <a href="http://jsroot.gsi.de/latest/?nobrowser&file=../files/hsimple.root&item=hpxpy;1&opt=COLZ"><img src="http://jsroot.gsi.de/files/img/th2.png" align="left" hspace="10" vspace="6" alt="TH2 drawing" title="Draw TH2 histogram with COLZ options"></a>
8 <a href="http://jsroot.gsi.de/latest/?nobrowser&file=../files/danilo6.root&item=canvas;1"><img src="http://jsroot.gsi.de/files/img/tf1.png" align="left" hspace="10" vspace="6" alt="TF1 drawing" title="Superimpose histogram with fit results"></a>
9 <a href="http://jsroot.gsi.de/latest/?nobrowser&json=../files/simple_alice.json.gz"><img src="http://jsroot.gsi.de/files/img/tgeo.png" align="left" hspace="10" vspace="6" alt="TGeo drawing" title="Extraction from ALICE geometry"></a>
10 <br/>
11 <br/>
12 <br/>
13 <br/>
14 <br/>
15 <br/>
16 <br/>
17 
18 
19 ## Links
20 
21 Project web pages:
22 
23 [https://root.cern.ch/js/](https://root.cern.ch/js/)
24 
25 [http://jsroot.gsi.de](http://jsroot.gsi.de/)
26 
27 
28 # Documentation
29 
30 JavaScript ROOT [tutorial](docs/JSROOT.md)
31 
32 THttpServer [tutorial](docs/HttpServer.md)
33 
34 JavaScript ROOT [changelog](changes.md)
35 
36 
37 ## Examples
38 
39 [JSROOT examples](http://jsroot.gsi.de/latest/examples.htm)
40 
41 [JSROOT API examples](http://jsroot.gsi.de/latest/api.htm)
42 
43 [JSROOT interface](http://rawgit.com/linev/jsroot/master/index.htm?path=http://jsroot.gsi.de/files/) via rawgit.com