hledger-0.27.1: 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 :: (PrintfType t1, PrintfArg t2) => (t -> t2) -> (DateSpan, t) -> t1 Source

countBar :: Foldable t => t a -> [Char] Source