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

Safe HaskellNone
LanguageHaskell2010

Hledger.Cli.Histogram

Description

Print a histogram report. (The "activity" command).

Synopsis

Documentation

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

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

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

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