perf: do not handle ansi sequence for parsing logs

This commit is contained in:
jialin
2025-06-30 17:07:29 +08:00
parent a64505fcc1
commit 143f6df2c1
8 changed files with 87 additions and 12 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const BarChart: React.FC<ChartProps & { maxItems?: number }> = (props) => {
axisLabel: {
...yAxis.axisLabel,
overflow: 'truncate',
width: 60,
width: 75,
ellipsis: '...'
}
},