product-mix-auction-0.1.0.0: A single-round sealed-bid auction for multiple goods

Safe HaskellNone
LanguageHaskell2010

ProductMixAuction.Graphics

Synopsis

Documentation

charts :: (ToField bid, Ord bid) => GraphicsOptions -> AuctionInput bid -> AuctionOutput bid -> [Plotly] Source #

Generate all the relevant charts for the auction.

renderGraphicsFile :: (ToField bid, Ord bid) => GraphicsOptions -> AuctionInput bid -> AuctionOutput bid -> ByteString Source #

Generate a HTML page containing the charts for an auction.