Safe Haskell | None |
---|---|
Language | Haskell2010 |
ProductMixAuction.Graphics
- charts :: (ToField bid, Ord bid) => GraphicsOptions -> AuctionInput bid -> AuctionOutput bid -> [Plotly]
- renderGraphicsFile :: (ToField bid, Ord bid) => GraphicsOptions -> AuctionInput bid -> AuctionOutput bid -> ByteString
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.