Skip to content

Commit

Permalink
feat : update organisms/dailyRevenue/index.js (#83)
Browse files Browse the repository at this point in the history
label 수정
  • Loading branch information
JungYeonHwi committed Oct 18, 2023
1 parent 9d7a1f4 commit 0a9acf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/organisms/dailyRevenue/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const DailyRevenue = (props) => {
datasets: [
{
type: 'line',
label: '해당 상품으로 판매된 수익',
label: '요일별 총 개수',
data: orderCountsByDay,
// backgroundColor: 'rgba(53, 162, 235, 0.5)',
backgroundColor: 'rgba(53, 162, 235, 0.5)',
Expand Down

0 comments on commit 0a9acf5

Please sign in to comment.