fix
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user