ember-google-charts
Version:
The default blueprint for ember-cli addons.
23 lines (22 loc) • 483 B
JavaScript
export default {
area: 'AreaChart',
bar: 'BarChart',
bubble: 'BubbleChart',
calendar: 'Calendar',
candlestick: 'CandlestickChart',
column: 'ColumnChart',
combo: 'ComboChart',
gantt: 'Gantt',
gauge: 'Gauge',
geo: 'GeoChart',
histogram: 'Histogram',
line: 'LineChart',
orgchart: 'OrgChart',
pie: 'PieChart',
sankey: 'Sankey',
scatter: 'ScatterChart',
steppedArea: 'SteppedAreaChart',
table: 'Table',
timeline: 'Timeline',
treemap: 'Treemap',
};