You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{name: 'Context menu',url: 'demo/context_menu.htm',title: 'Custom context menu for TH2 histograms',src: true},
435
435
{name: 'Zooming',url: 'demo/zoom_handler.htm',title: 'Redefine Zoom function to make synchronous zooming in other histogram',src: true},
436
436
{name: 'User IO',url: `index.htm?file=${filepath}amore.root&item=moH1F_0;1&inject=../demo/amore.mjs`,title : 'Example of custom streamer and custom draw function (AMORE)',src: 'demo/amore.mjs'},
437
-
{name: 'User class',url: 'index.htm?file=demo/custom/divhist.root&inject=demo/custom/divhist.js&item=DivHist',title : 'Example of draw function for custom user class',src: 'demo/custom/divhist.js'},
437
+
{name: 'User class',url: 'index.htm?file=demo/custom/divhist.root&inject=../demo/custom/divhist.mjs&item=DivHist',title : 'Example of draw function for custom user class',src: 'demo/custom/divhist.mjs'},
438
438
{name: 'Store JSON',url: 'demo/store_json.htm',title: 'Store drawn objects into JSON, can be reused to display once again',src: true},
439
439
{name: 'build3d',url: 'demo/build3d.htm',title: 'Example how one can create three.js model for different classes, using generic build3d() function',src: 'demo/build3d.htm'},
440
440
{name: 'Geometry',url: 'demo/tgeo_build.htm',title: 'Example how one can create three.js model for TGeo object, using build() function from geom/TGeoPainter.mjs',src: 'demo/tgeo_build.htm'},
0 commit comments