UNPKG

@antv/s2-react

Version:
10 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RENDER_TOOLTIP_OPTIONS = void 0; const custom_tooltip_1 = require("../../components/tooltip/custom-tooltip"); exports.RENDER_TOOLTIP_OPTIONS = { tooltip: { render: (spreadsheet) => new custom_tooltip_1.CustomTooltip(spreadsheet), }, }; //# sourceMappingURL=options.js.map