fromY : List (Attribute msg x y z point) -> W.Chart.WidgetXY msg x y z a
fromZ : List (Attribute msg x y z point) -> W.Chart.WidgetXYZ msg x y z a
fromYZ : List (Attribute msg x y z point) -> W.Chart.WidgetXYZ msg x y z a
formatByX : (W.Chart.Context x y z -> List W.Chart.RenderDatum -> W.Chart.RenderDatum -> List (Html msg)) -> Attribute msg x y z point
headerValue : (W.Chart.Context x y z -> List W.Chart.RenderDatum -> List (Html msg)) -> Attribute msg x y z point
yAxisLabel : List (Html msg) -> Attribute msg x y z point
zAxisLabel : List (Html msg) -> Attribute msg x y z point
axisValue : (W.Chart.Context x y z -> List W.Chart.RenderDatum -> List (Html msg)) -> Attribute msg x y z point
Attr (Attributes msg x y z point)