width : Int , series : List (SeriesConfig data) } type alias SeriesConfig data = { color : String , colorArea : String , toX : data -> List Int , toY : data -> List Int }
: String } fill : String -> AreaConfig -> AreaConfig stroke : String -> AreaConfig -> AreaConfig area : List (AreaConfig -> AreaConfig) -> List Point -> Element msg
msg line : (data -> List (DataPoint msg)) -> Series data msg area : (data -> List (DataPoint msg)) -> Series data msg custom : Axis -> Interpolation -> (data -> List (DataPoint msg)) -> Series data msg