|
4 | 4 | <!-- As template three.js web site was used --> |
5 | 5 | <meta charset="UTF-8"> |
6 | 6 | <title>JavaScript ROOT API examples</title> |
7 | | - <link rel="shortcut icon" href="img/RootIcon.ico"> |
| 7 | + <link rel="shortcut icon" href="./img/RootIcon.ico"> |
8 | 8 | <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> |
9 | 9 | <script type="text/javascript" src="scripts/JSRoot.core.js"></script> |
10 | 10 | <meta property="og:title" content="JSROOT API examples"/> |
@@ -177,8 +177,9 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1> |
177 | 177 | { name: "With require.js", url: "demo/use_requirejs.htm", title: "Load JSROOT libraries with require.js", src: true }, |
178 | 178 | { name: "UI with require.js", url: "indexr.htm?file=" + filepath + "danilo5.root&item=canvas;1", title: "Load and use default JSROOT UI with require.js" }, |
179 | 179 | { name: "UI with SAP loader", url: "indexsap.htm?file=" + filepath + "danilo5.root&item=canvas;1", title: "Load and use default JSROOT UI with SAP OpenUi5 loader" }, |
180 | | - { name: "TH2", url: "demo/th2.htm", title: "Produce and draw ROOT histogram in JavaScript", src: true }, |
181 | | - { name: "TH2 req", url: "demo/th2_requirejs.htm", title: "Produce and draw ROOT histogram in JavaScript (use require.js)", src: true }, |
| 180 | + { name: "TH2", url: "demo/th2.htm", title: "Produce and draw ROOT TH2 histogram in JavaScript", src: true }, |
| 181 | + { name: "TH2 req", url: "demo/th2_requirejs.htm", title: "Produce and draw ROOT TH2 histogram in JavaScript (use require.js)", src: true }, |
| 182 | + { name: "TH3", url: "demo/th3.htm", title: "Produce and draw ROOT TH3 histogram in JavaScript", src: true }, |
182 | 183 | { name: "TF1 req", url: "demo/tf1_requirejs.htm", title: "Load ROOT canvas with TF1, use require.js for scripts loading", src: true }, |
183 | 184 | { name: "THStack", url: "demo/thstack.htm", title: "Produce and draw THStack", src: true }, |
184 | 185 | { name: "TMultiGraph", url: "demo/multigraph.htm", title: "Produce and update TMultiGraph in JavaScript", src: true }, |
|
0 commit comments