Îõ³h$bøÀ      !"#$%&'()*+,-./0123456789:;<=>?None  #$%./ÉÙà²charter$The primary chart type. Build using &.charterØI plan to make this typesafe for each partiular chart type but that's a LOT of work, so for now it's just free-form, if you'd actually use this, please make an issue on Github so I know folks need this behaviour :)ÉFind your chart in the chart gallery to see which options it will accept. ?ÀÙì C0charterßA constraint that a column-type can be determined for all elements of the provided tuple type.1charterÈA constraint representing a type which can be converted into a chart rowÏThis constraint is satisfied by tuple types containing JSON serializable types.E.g. data rows of type (Text, Int, Float)Á will infer a chart with a String column and two number columns.ÊYou shouldn't need to implement any instances of this constraint yourself.2charterÁClass representing types for which a column type can be inferred.ÛYou can implement your own instances for this if you like, but generally shouldn't need to.4charterÜCreate a chart from the provided options, style, and data by inferring column header types.Prefer 5, when you know your column headers up front.ÍE.g. The following generates a 2-series bar chart with 4 sections, A, B, C, D ŽmyAutoChart :: Chart myAutoChart = autoChart defaultChartOptions BarChart myData where myData :: [(T.Text, Float, Int)] myData = [ (A, 16, 20) , (B, 11, 23) , (C, 9, 25) , (D, 8, 34) ] 5charterõCreate a chart from the provided options, style, and data, but use the explicitly provided column headers and types.ÍE.g. The following generates a 2-series bar chart with 4 sections, A, B, C, D  myAutoChart :: Chart myAutoChart = autoChartWithHeaders defaultChartOptions BarChart headers myData where headers :: [Column] headers = [StringColumn Series, NumberColumn  Successes, NumberColumn  Inconclusive7] myData :: [(T.Text, Float, Int)] myData = [ (A, 16, 20) , (B, 11, 23) , (C, 9, 25) , (D, 8, 34) ] 012345231045 Safe-Inferred v@ABCDEFGNone =charter+Serve a chart, updating along with the MVar>charter-Serve a single static chart on the given port?charterßServe a chart on the given port. The application can update the chart using the given handler.=>?=>?None¢)  !"#$%&012345>?)>? !"#$ &%451023È       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKÌ&charter-0.1.1.0-4tHOyBozcyRGH6E4VGuQHTCharts.Internal.ChartCharts.Internal.AutoCharts.Internal.Server Paths_charterChartsChartoptionsstylecolumns dataTabledynamic ChartOptions ChartStyle LineChart HistogramBarChart ColumnChart ScatterChart AreaChartPieChart BubbleChartSteppedAreaChartCandlestickChartColumn NumberColumn StringColumn BoolColumn DateColumnDateTimeColumnTimeOfDayColumnAnnotationColumnAnnotationTextColumnCertaintyColumnEmphasisColumnIntervalColumn ScopeColumn StyleColumn TooltipColumn DomainColumn DataColumndefaultChartOptions buildChart$fToJSONColumn$fToJSONChartStyle$fToJSONChartOptions $fToJSONChart$fShowChartStyle$fEqChartStyle$fOrdChartStyle $fShowColumn $fEqColumnChartRowHeaderAuto ChartRowAuto ChartColumn columnHeader autoChartautoChartWithHeaders$fChartColumnBool$fChartColumn[]$fChartColumnText$fChartColumnScientific$fChartColumnDouble$fChartColumnFloat$fChartColumnIntchartApp serveChartserveDynamicChartversion getBinDir getLibDir getDynLibDir getDataDir getLibexecDir getSysconfDirgetDataFileName