Copyright | Copyright (c) 2012-2015, David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | None |
Language | Haskell98 |
Tested with: GHC 7.10.1
The module defines XYChartView
that plots the XY charts.
- data XYChartView = XYChartView {
- xyChartTitle :: String
- xyChartDescription :: String
- xyChartWidth :: Int
- xyChartHeight :: Int
- xyChartFileName :: ExperimentFilePath
- xyChartPredicate :: Event Bool
- xyChartTransform :: ResultTransform
- xyChartXSeries :: ResultTransform
- xyChartLeftYSeries :: ResultTransform
- xyChartRightYSeries :: ResultTransform
- xyChartPlotTitle :: String
- xyChartRunPlotTitle :: String
- xyChartPlotLines :: [PlotLines Double Double -> PlotLines Double Double]
- xyChartBottomAxis :: LayoutAxis Double -> LayoutAxis Double
- xyChartLayout :: LayoutLR Double Double Double -> LayoutLR Double Double Double
- defaultXYChartView :: XYChartView
Documentation
data XYChartView Source
Defines the View
that plots the XY charts.
XYChartView | |
|
defaultXYChartView :: XYChartView Source
The default time series view.