Skip to content

Commit

Permalink
feat : update organisms/dailyProfit/index.js (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
JungYeonHwi committed Oct 23, 2023
1 parent 0e4cc2b commit 54e3ebc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/organisms/dailyProfit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const DailyProfit = (props) => {
responsive: true,
plugins: {
legend: {
position: 'bottom',
display: false,
},
title: {
display: true,
Expand All @@ -61,10 +61,8 @@ const DailyProfit = (props) => {
datasets: [
{
type: 'line',
label: '요일별 총 개수',
data: profitData,
// 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 54e3ebc

Please sign in to comment.