This commit is contained in:
che
2026-07-12 20:42:21 +05:00
parent b815cde04c
commit e3490e5d2e
23 changed files with 1568 additions and 538 deletions
@@ -31,6 +31,10 @@ function buildOption(payload: CsvChartResponse): echarts.EChartsOption {
tooltip: { trigger: 'axis' },
legend: { top: 0 },
grid: { left: 48, right: 24, top: 48, bottom: 48, containLabel: true },
dataZoom: [
{ type: 'inside', xAxisIndex: 0 },
{ type: 'slider', xAxisIndex: 0, height: 18, bottom: 10 },
],
xAxis: {
type: 'category',
name: xKey ?? 'x',