UNPKG
thistogram
Version:
latest (2.0.0)
2.0.0
1.1.1
1.1.0
1.0.1
1.0.0
A simple text based histogram and chart generator
thistogram
/
dist
/
index.js
4 lines
•
263 B
JavaScript
View Raw
1
2
3
4
export
{ barHorizontal, plotPointRelativeToStandardDeviation, simpleHistogram }
from
'./bars.js'
;
export
{ histogram }
from
'./histogram.js'
;
export
{ calcMean, calcMedian, calcStandardDeviation, calcVariance }
from
'./stats.js'
;
//# sourceMappingURL=index.js.map