Skip to content

Commit 531cdcd

Browse files
committed
Add th3.htm demo to api.htm
1 parent eb78ac9 commit 531cdcd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/api.htm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- As template three.js web site was used -->
55
<meta charset="UTF-8">
66
<title>JavaScript ROOT API examples</title>
7-
<link rel="shortcut icon" href="img/RootIcon.ico">
7+
<link rel="shortcut icon" href="./img/RootIcon.ico">
88
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
99
<script type="text/javascript" src="scripts/JSRoot.core.js"></script>
1010
<meta property="og:title" content="JSROOT API examples"/>
@@ -177,8 +177,9 @@ <h1 id="version"><a href=".." style="color:green">JSROOT</a></h1>
177177
{ name: "With require.js", url: "demo/use_requirejs.htm", title: "Load JSROOT libraries with require.js", src: true },
178178
{ 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" },
179179
{ 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 },
182183
{ name: "TF1 req", url: "demo/tf1_requirejs.htm", title: "Load ROOT canvas with TF1, use require.js for scripts loading", src: true },
183184
{ name: "THStack", url: "demo/thstack.htm", title: "Produce and draw THStack", src: true },
184185
{ name: "TMultiGraph", url: "demo/multigraph.htm", title: "Produce and update TMultiGraph in JavaScript", src: true },

0 commit comments

Comments
 (0)