empty : W.Chart.Internal.Widget msg x y z point
fromX : (W.Chart.Context x y z -> Svg msg) -> W.Chart.WidgetX msg x y z a
fromY : (W.Chart.Context x y z -> Svg msg) -> W.Chart.WidgetXY msg x y z a
fromZ : (W.Chart.Context x y z -> Svg msg) -> W.Chart.WidgetXYZ msg x y z a
fromYZ : (W.Chart.Context x y z -> Svg msg) -> W.Chart.WidgetXYZ msg x y z a
withBackground : (W.Chart.Context x y z -> Svg msg) -> W.Chart.Internal.Widget msg x y z point -> W.Chart.Internal.Widget msg x y z point
withForeground : (W.Chart.Context x y z -> Svg msg) -> W.Chart.Internal.Widget msg x y z point -> W.Chart.Internal.Widget msg x y z point
withHover : (W.Chart.Context x y z -> W.Chart.Coordinates -> point -> Svg msg) -> W.Chart.Internal.Widget msg x y z point -> W.Chart.Internal.Widget msg x y z point