Skip to content

Commit

Permalink
Merge pull request #123 from KuaiYu95/fix-chartline
Browse files Browse the repository at this point in the history
fix: 修复折线图多组数据展示问题
  • Loading branch information
phxa1 authored Jan 26, 2024
2 parents f161cbd + 665ed96 commit 091ec06
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 091ec06

Please sign in to comment.