/
ai_sampletext
/
DiplomWork
Обзор
Документация
Войти
/
ai_sampletext
/
DiplomWork
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/recharts/lib/chart/FunnelChart.js
22 строки
570 B
boolyshareyo
Initial commit
08 июн 2026, 16:00
08 июн 2026, 16:00
6216a29
Код
Авторство
О чём код?
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FunnelChart = void 0; var _generateCategoricalChart = require("./generateCategoricalChart"); var _Funnel = require("../numberAxis/Funnel"); /** * @fileOverview Funnel Chart */ var FunnelChart = exports.FunnelChart = (0, _generateCategoricalChart.generateCategoricalChart)({ chartName: 'FunnelChart', GraphicalChild: _Funnel.Funnel, validateTooltipEventTypes: ['item'], defaultTooltipEventType: 'item', axisComponents: [], defaultProps: { layout: 'centric' } });