링크 : https://nivo.rocks/
<ResponsiveRadialBar
data={data}
valueFormat=">-.2f"
padding={0.4}
cornerRadius={2}
margin={{ top: 40, right: 120, bottom: 40, left: 40 }}
radialAxisStart={{ tickSize: 5, tickPadding: 5, tickRotation: 0 }}
circularAxisOuter={{ tickSize: 5, tickPadding: 12, tickRotation: 0 }}
legends={[
{
anchor: "left",
direction: "row",
justify: false,
translateX: -40,
translateY: 130,
itemsSpacing: 6,
itemDirection: "left-to-right",
itemWidth: 100,
itemHeight: 18,
itemTextColor: "#999",
symbolSize: 18,
symbolShape: "square",
effects: [
{
on: "hover",
style: {
itemTextColor: "#000",
},
},
],
},
]}
/>
- 차트/바 컴포넌트화
- Skill 컴포넌트 & 차트 연결
- Resume와 Skill 연결
- ResumeContents 화면 렌더링
- json 데이터 연결
git : https://github.com/leeyulgok/yulgok-page