GraphDrawStyle🔗TODO docsDefinition🔗class GraphDrawStyle(enum.StrEnum): """ TODO docs """ LINE = "line" BARS = "bars" POINTS = "points"