angular-google-charts
Version: 
A wrapper for the Google Charts library written with Angular
29 lines (28 loc) • 757 B
TypeScript
export declare enum ChartType {
    AnnotationChart = "AnnotationChart",
    AreaChart = "AreaChart",
    Bar = "Bar",
    BarChart = "BarChart",
    BubbleChart = "BubbleChart",
    Calendar = "Calendar",
    CandlestickChart = "CandlestickChart",
    ColumnChart = "ColumnChart",
    ComboChart = "ComboChart",
    PieChart = "PieChart",
    Gantt = "Gantt",
    Gauge = "Gauge",
    GeoChart = "GeoChart",
    Histogram = "Histogram",
    Line = "Line",
    LineChart = "LineChart",
    Map = "Map",
    OrgChart = "OrgChart",
    Sankey = "Sankey",
    Scatter = "Scatter",
    ScatterChart = "ScatterChart",
    SteppedAreaChart = "SteppedAreaChart",
    Table = "Table",
    Timeline = "Timeline",
    TreeMap = "TreeMap",
    WordTree = "WordTree"
}