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

@@ -58,7 +58,6 @@ const {
stack,
truncateYAxis,
yAxisBounds,
zoomable,
yAxisIndex,
} = DEFAULT_FORM_DATA;
@@ -352,18 +351,7 @@ const config: ControlPanelConfig = {
['time_shift_color'],
...createCustomizeSection(t('Query A'), ''),
...createCustomizeSection(t('Query B'), 'B'),
[
{
name: 'zoomable',
config: {
type: 'CheckboxControl',
label: t('Data Zoom'),
default: zoomable,
renderTrigger: true,
description: t('Enable data zooming controls'),
},
},
],
['zoomable'],
[minorTicks],
...legendSection,
[<ControlSubSectionHeader>{t('X Axis')}</ControlSubSectionHeader>],