+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "BigValueGraphMode" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" +++ ## BigValueGraphMode enum ### BigValueGraphMode enum Signature ```typescript export declare enum BigValueGraphMode ``` Import ```typescript import { BigValueGraphMode } from '@grafana/ui'; ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Area | "area" | | | Line | "line" | | | None | "none" | |