charter-0.1.1.0: src/Charts.hs
module Charts ( serveChart
, serveDynamicChart
, Chart
, Column(..)
, ChartOptions(..)
, ChartStyle(..)
, buildChart
, defaultChartOptions
, autoChart
, autoChartWithHeaders
, ChartRowAuto
, ChartRowHeaderAuto
, ChartColumn(..)
) where
import Charts.Internal.Server
import Charts.Internal.Chart
import Charts.Internal.Auto