Skip to content

Commit

Permalink
FEAT: 연체대출금비율 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberjam committed Jul 9, 2023
1 parent 4864b6d commit 4a7725e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/BankInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ function BankInfo({ targetBankInfo }) {
labelOrder={false}
gaugeLabelData={[8, 4, 4]}
></GaugeNeedle>
<GaugeNeedle
indicatorName={"연체대출금비율"}
targetBankInfo={targetBankInfo}
indicatorUnit={"%"}
labelOrder={false}
gaugeLabelData={[2, 5, 10]}
></GaugeNeedle>
<GaugeNeedle
indicatorName={"유동성 비율"}
targetBankInfo={targetBankInfo}
Expand Down

0 comments on commit 4a7725e

Please sign in to comment.