Skip to content

GraphDrawStyle🔗

TODO docs

Definition🔗

export enum GraphDrawStyle {
    Line = "line",
    Bars = "bars",
    Points = "points",
}