Skip to content

Commit

Permalink
Merge pull request #148 from Weflo-A/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ymj07168 authored Mar 10, 2024
2 parents 0aa7725 + c373ff5 commit 2d5bb80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AreaChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const AreaChart = ({ items }: DroneStateChart) => {
},
series: [
{
name: 'Series 1',
name: '그룹 드론 평가 점수',
data: avgScoreList,
},
],
Expand Down
2 changes: 2 additions & 0 deletions src/components/LineColumnChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ const LineColumnChart = ({ items }: LineColumnChartProp) => {
colors: [colors.accent30, colors.accent100],
series: [
{
name: '월별 그룹 평균 투입 비용',
type: 'column',
data: groupAvgCostList,
},
{
name: '월별 드론 평균 투입 비용',
type: 'line',
data: totalAvgCostList,
},
Expand Down

0 comments on commit 2d5bb80

Please sign in to comment.