@elastic/charts
Version:
Elastic-Charts data visualization library
16 lines • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChartType = void 0;
exports.ChartType = Object.freeze({
Global: 'global',
Goal: 'goal',
Partition: 'partition',
Flame: 'flame',
Timeslip: 'timeslip',
XYAxis: 'xy_axis',
Heatmap: 'heatmap',
Wordcloud: 'wordcloud',
Metric: 'metric',
Bullet: 'bullet',
});
//# sourceMappingURL=index.js.map