Skip to content

Commit 49a5e2d

Browse files
committed
Add treemap to examples
1 parent a8d28e1 commit 49a5e2d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

demo/examples.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,8 @@
403403
{ "name": "legend", "url": "nobrowser&file=$$$graph_twopad.root&item=[c1/pad1/[0],c1/pad2/[0],$legend]&opt=[alp,ly+;yaxis_red]", "title": "Display legend for the drawn objects" },
404404
{ "name": "scatter", "file": "scatter.root", "item": "c2", "title": "Canvas with new TScatter class, tutorials/graphs/scatter.C" },
405405
{ "name": "ann3d", "file": "tutorials_graphs.root", "item": "annotation3d_new", "title": "Usage of new TAnnotation class, tutorials/graphs/annotation3d.C" },
406-
{ "name": "marker", "file": "marker_types.root", "item": "c1", "title": "Canvases from TAttMarker documentaion with different types and lines width" }
406+
{ "name": "marker", "file": "marker_types.root", "item": "c1", "title": "Canvases from TAttMarker documentaion with different types and lines width" },
407+
{ "name": "treemap", "file": "treemap.root", "item": "RTreeMapPainter", "title": "Display of RNTuple structure in RBrowser" }
407408
],
408409
"User" : [
409410
{ "name": "div", "url": "nobrowser&inject=../demo/custom/divhist.mjs&file=demo/custom/divhist.root&item=DivHist", "title": "Draw division of two histograms from user class, see demo/custom/ dir for details" },

0 commit comments

Comments
 (0)