hledger-0.20: The main command-line interface for the hledger accounting tool.

Safe HaskellNone

Hledger.Cli.Histogram

Description

Print a histogram report.

Synopsis

Documentation

histogram :: CliOpts -> Journal -> IO ()Source

Print a histogram of some statistic per reporting interval, such as number of postings per day.

printDayWith :: PrintfType (t2 -> t) => (t1 -> t2) -> (DateSpan, t1) -> tSource

countBar :: [a] -> [Char]Source