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