@elastic/charts
Version:
Elastic-Charts data visualization library
16 lines • 415 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextureShape = exports.PointShape = void 0;
exports.PointShape = Object.freeze({
Circle: 'circle',
Square: 'square',
Diamond: 'diamond',
Plus: 'plus',
X: 'x',
Triangle: 'triangle',
});
exports.TextureShape = Object.freeze({
...exports.PointShape,
Line: 'line',
});
//# sourceMappingURL=theme.js.map