feat(plugin-chart-echarts): add Gantt Chart plugin (#33716)

This commit is contained in:
Vladislav Korenkov
2025-07-04 07:23:50 +10:00
committed by GitHub
parent cb6342fc73
commit 9f0523977d
36 changed files with 1845 additions and 108 deletions

View File

@@ -48,10 +48,12 @@ import {
TreemapChart,
HeatmapChart,
SunburstChart,
CustomChart,
} from 'echarts/charts';
import { CanvasRenderer } from 'echarts/renderers';
import {
TooltipComponent,
TitleComponent,
GridComponent,
VisualMapComponent,
LegendComponent,
@@ -83,6 +85,7 @@ use([
CanvasRenderer,
BarChart,
BoxplotChart,
CustomChart,
FunnelChart,
GaugeChart,
GraphChart,
@@ -104,6 +107,7 @@ use([
LegendComponent,
ToolboxComponent,
TooltipComponent,
TitleComponent,
VisualMapComponent,
LabelLayout,
]);