Std.Ui.Chart
Std.Ui.Chart — typed chart primitives for `Std.Ui` (v0.16.0+).
Types
type alias Point
type alias Cfg
type alias Series
Values
area : Cfg -> List Series -> Element msgbar : Cfg -> List Series -> Element msgdefaultCfg : Cfgheatmap : Cfg -> List (List Float) -> Element msgline : Cfg -> List Series -> Element msgseries : List Point -> Seriessparkline : Cfg -> List Float -> Element msgwithColor : Color -> Cfg -> CfgwithGridLines : Bool -> Cfg -> CfgwithHeight : Int -> Cfg -> CfgwithSeriesColor : Color -> Series -> SerieswithSeriesLabel : String -> Series -> SerieswithTitle : String -> Cfg -> CfgwithWidth : Int -> Cfg -> CfgwithYRange : Float -> Float -> Cfg -> Cfg