blissfully / elm-chartjs-webcomponent / Chartjs.Common

Types for managing common configuration


type LineCap
    = LineCapButt
    | LineCapRound
    | LineCapSquare

LineCap |


type LineJoin
    = LineJoinBevel
    | LineJoinRound
    | LineJoinMiter

LineJoin |


type PointProperty a
    = All a
    | PerPoint (List a)

PointProperty |


type PointStyle
    = Circle
    | Cross
    | CrossRot
    | Dash
    | Line
    | Rect
    | RectRounded
    | RectRot
    | Star
    | Triangle
    | Image String

PointStyle |