UNPKG

@elastic/charts

Version:

Elastic-Charts data visualization library

28 lines 827 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TooltipStickTo = exports.TooltipType = exports.Direction = exports.BinAgg = void 0; const constants_1 = require("../common/constants"); exports.BinAgg = Object.freeze({ Sum: 'sum', None: 'none', }); exports.Direction = Object.freeze({ Ascending: 'ascending', Descending: 'descending', }); exports.TooltipType = Object.freeze({ VerticalCursor: 'vertical', Crosshairs: 'cross', Follow: 'follow', None: 'none', }); exports.TooltipStickTo = Object.freeze({ Top: constants_1.TOP, Bottom: constants_1.BOTTOM, Middle: constants_1.MIDDLE, Left: constants_1.LEFT, Right: constants_1.RIGHT, Center: constants_1.CENTER, MousePosition: 'MousePosition', }); //# sourceMappingURL=constants.js.map