Skip to content

Commit

Permalink
feat : update organisms/dailyRevenue/index.js (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYeonHwi committed Oct 23, 2023
1 parent 54e3ebc commit 9eaf34b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions components/organisms/dailyRevenue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ const DailyRevenue = (props) => {
responsive: true,
plugins: {
legend: {
position: 'bottom',
display: false,
},
title: {
display: true,
text: '일별 수입 통계',
text: '요일별 총 판매 개수',
},
},
};
Expand All @@ -66,10 +66,8 @@ const DailyRevenue = (props) => {
datasets: [
{
type: 'line',
label: '요일별 총 판매 개수',
data: orderCountsByDay,
// backgroundColor: 'rgba(53, 162, 235, 0.5)',
backgroundColor: 'rgba(53, 162, 235, 0.5)',
backgroundColor: '#28469C',
borderWidth: 2,
fill: false,
},
Expand Down

0 comments on commit 9eaf34b

Please sign in to comment.