georgesboris / elm-widgets-charts-alpha / W.Chart.Bubble

fromY : List (Attribute msg point) -> { toRadius : W.Chart.Point x -> W.Chart.Point y -> Basics.Float, toColor : W.Chart.Point x -> W.Chart.Point y -> String } -> W.Chart.WidgetXY msg x y z a

fromZ : List (Attribute msg point) -> { toRadius : W.Chart.Point x -> W.Chart.Point z -> Basics.Float, toColor : W.Chart.Point x -> W.Chart.Point z -> String } -> W.Chart.WidgetXYZ msg x y z a

Color


type alias Attribute msg point =
Attr (Attributes msg point)