Skip to content

Commit

Permalink
fix: 修复折线图多组数据展示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
KuaiYu95 committed Jan 23, 2024
1 parent 904f304 commit 665ed96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/chart_line.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const _C = () => {
},
series: chartData.map((it) => ({
...it,
stack: 'Total',
type: 'line',
smooth,
label: {
Expand Down

0 comments on commit 665ed96

Please sign in to comment.