어쩌면 echarts에 더 좋은 방법
3971 단어 typescriptechartsjavascriptreact
유홍다 / echarts 레디메이드
echarts를 React에 유용하게 사용하세요. echarts-for-react 기반
📦 echarts-readymade
Make echarts come in handy for React. Based on echarts-for-react
콘텐츠
Make echarts come in handy for React. Based on echarts-for-react
Installation
🎨 기능
🌈 사용하기 쉬움(기본 레이아웃 및 스타일 제공)
🌟 사용 가능한 구성 요소:
<Bar />
<Line />
<Pie />
<Stack />
<Scatter />
<Wordcloud />
<BarHorizontal />
<Table />
🎁 지원
Compare Dimension
, 이는 하나의 차원을 기준으로 비교할 다른 차원 필드를 지정할 수 있음을 의미합니다. 💪 Typescript 지원
설치
👉 전체 설치
npm install --save echarts-readymade OR yarn add echarts-readymade
👉 필요한 것을 설치하십시오
npm install --save @echarts-readymade/core npm install --save @echarts-readymade/line OR yarn add @echarts-readymade/core yarn add @echarts-readymade/line
아래의 두 가지 설치 방법에는 약간의 차이가 있습니다.
- Obviously, the way of 'Install What You Need' will…
View on GitHub
Reference
이 문제에 관하여(어쩌면 echarts에 더 좋은 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/yuhongda/maybe-the-better-way-to-echarts-4n1k텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)