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

Safe HaskellSafe-Infered

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 t, PrintfArg t1) => (t2 -> t1) -> (DateSpan, t2) -> tSource

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