// (C) 2019 GoodData Corporation

export const SeriesChartTypes = {
    COLUMN: "column",
    LINE: "line",
    AREA: "area",
};
