UNPKG
jsrootdi
Version:
latest (7.6.101)
7.6.101
7.6.99
5.7.99
JavaScript ROOT
root.cern/js/
root-project/jsroot
jsrootdi
/
modules
/
hist2d
/
bundle.mjs
7 lines
(5 loc)
•
271 B
JavaScript
View Raw
1
2
3
4
5
6
7
// Only 2D histograms drawing without support of generic draw function
export
{ version, parse }
from
'../core.mjs'
;
export
{ cleanup }
from
'../base/ObjectPainter.mjs'
;
export
{
TH1Painter
}
from
'./TH1Painter.mjs'
;
export
{
TH2Painter
}
from
'./TH2Painter.mjs'
;