Skip to content

Commit

Permalink
Merge pull request #281 from 2023-Winter-Bootcamp-Team-N/FE/feat/#220
Browse files Browse the repository at this point in the history
[feat] 사이드 패널 드롭다운
  • Loading branch information
Shin-Sujin authored Jan 29, 2024
2 parents 9b31221 + 1da6d51 commit 8c7181c
Show file tree
Hide file tree
Showing 10 changed files with 344 additions and 283 deletions.
8 changes: 1 addition & 7 deletions frontend/src/assets/img/dropdownButton.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 1 addition & 7 deletions frontend/src/assets/img/dropdownButtonDark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion frontend/src/pages/newtab/ChartComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ const ChartComponent = ({ user_id }) => {
margin: '0 auto', // 중앙 정렬을 위한 마진
}}>
{/* 타이틀 */}
<img src={barchartTitle} alt="barchartTitle" style={{ width: '30%', marginBottom: '40px', marginTop: '40px' }} />
<img
src={barchartTitle}
alt="barchartTitle"
style={{ width: '30%', marginBottom: '40px', marginTop: '40px' }}
draggable="false"
/>

{/* 차트 */}
<ResponsiveContainer width={700} height={450}>
Expand Down
7 changes: 6 additions & 1 deletion frontend/src/pages/newtab/ChartComponent2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,12 @@ const ChartComponent2 = ({ user_id }) => {
return (
<div style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center' }}>
{/* 타이틀 */}
<img src={piechartTitle} alt="piechartTitle" style={{ width: '18%', marginBottom: '40px', marginTop: '40px' }} />
<img
src={piechartTitle}
alt="piechartTitle"
style={{ width: '18%', marginBottom: '40px', marginTop: '40px' }}
draggable="false"
/>

{/* 차트 */}
<ResponsiveContainer width={500} height={450}>
Expand Down
Loading

0 comments on commit 8c7181c

Please sign in to comment.