BigValueGraphMode🔗TODO docsDefinition🔗class BigValueGraphMode(enum.StrEnum): """ TODO docs """ NONE = "none" LINE = "line" AREA = "area"