hledger-1.0: 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 report interval, such as number of postings per day.

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

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