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: '...'
}
},
+1
View File
@@ -101,6 +101,7 @@ const MixLineBarChart: React.FC<
stack: 'total',
yAxisIndex: 0,
itemStyle: {
...item.itemStyle,
color: item.color
}
};