@hustcc 直接编辑官方示例代码中的month字段即可
https://antv-g2.gitee.io/zh/examples/line/basic#curved
数据如下:
const data = [
{ month: '2023-04-01', city: 'Tokyo', temperature: 7 },
{ month: '2023-04-01', city: 'London', temperature: 3.9 },
{ month: '2023-04-02', city: 'Tokyo', temperature: 6.9 },
{ month: '2023-04-02', city: 'London', temperature: 4.2 },
{ month: '2023-04-03', city: 'Tokyo', temperature: 9.5 },
{ month: '2023-04-03', city: 'London', temperature: 5.7 },
{ month: '2023-04-04', city: 'Tokyo', temperature: 14.5 },
{ month: '2023-04-04', city: 'London', temperature: 8.5 },
{ month: '2023-04-05', city: 'Tokyo', temperature: 18.4 },
{ month: '2023-04-05', city: 'London', temperature: 11.9 },
{ month: '2023-04-06', city: 'Tokyo', temperature: 21.5 },
{ month: '2023-04-06', city: 'London', temperature: 15.2 },
{ month: '2023-04-07', city: 'Tokyo', temperature: 25.2 },
{ month: '2023-04-07', city: 'London', temperature: 17 },
{ month: '2023-04-08', city: 'Tokyo', temperature: 26.5 },
{ month: '2023-04-08', city: 'London', temperature: 16.6 },
];
应该不是标签重叠的问题,将面板拉宽后,这么宽明显是放的下
