diff --git a/src/components/CoinDetail/CoinChart.jsx b/src/components/CoinDetail/CoinChart.jsx index 8b05ed7..c506b87 100644 --- a/src/components/CoinDetail/CoinChart.jsx +++ b/src/components/CoinDetail/CoinChart.jsx @@ -10,7 +10,7 @@ const customStyles = { upBorderColor: '#4073FF', downBorderColor: '#FF4D66', upWickColor: '#4073FF', - downWickColor: '#FF4D66', + downWickColor: '#FF4D66', }, priceMark: { last: { @@ -24,7 +24,21 @@ const customStyles = { color: '#FF4D66', } } - } + }, + grid: { + horizontal: { color: '#233554' }, + vertical: { color: '#233554' }, + }, + xAxis: { + tickText: { color: '#8892B0' }, + }, + yAxis: { + tickText: { color: '#8892B0' }, + }, + crosshair: { + horizontal: { line: { color: '#8892B0' } }, + vertical: { line: { color: '#8892B0' } }, + }, } const CoinChart = ({ ticker }) => { @@ -111,35 +125,35 @@ const CoinChart = ({ ticker }) => { return (
사용된 기사 보기
- {isOpen ? - (+
이 예측에 사용된 기사