← all modules

Std.Ui.Chart

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 msg
  bar : Cfg -> List Series -> Element msg
  defaultCfg : Cfg
  heatmap : Cfg -> List (List Float) -> Element msg
  line : Cfg -> List Series -> Element msg
  series : List Point -> Series
  sparkline : Cfg -> List Float -> Element msg
  withColor : Color -> Cfg -> Cfg
  withGridLines : Bool -> Cfg -> Cfg
  withHeight : Int -> Cfg -> Cfg
  withSeriesColor : Color -> Series -> Series
  withSeriesLabel : String -> Series -> Series
  withTitle : String -> Cfg -> Cfg
  withWidth : Int -> Cfg -> Cfg
  withYRange : Float -> Float -> Cfg -> Cfg