hledger-0.10: A command-line (or curses or web-based) double-entry accounting tool.Source codeContentsIndex
Hledger.Cli.Commands.Histogram
Description
Print a histogram report.
Synopsis
histogram :: [Opt] -> [String] -> Journal -> IO ()
showHistogram :: [Opt] -> FilterSpec -> Journal -> String
Documentation
histogram :: [Opt] -> [String] -> Journal -> IO ()Source
Print a histogram of some statistic per reporting interval, such as number of postings per day.
showHistogram :: [Opt] -> FilterSpec -> Journal -> StringSource
Produced by Haddock version 2.6.1