@antv/s2-react
Version:
use S2 with react
10 lines • 372 B
JavaScript
;
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