React 개발환경 세팅하기 - 4. HighCharts-React 설치

정성욱·2019년 11월 4일
1

intro.

highchart는 react 라이브러리에서 제공하는 차트를 쉽게 구성할 수 있도록 제공하는 라이브러리이다.

Highcharts-react official git : https://github.com/highcharts/highcharts-react
Highcharts Demos: https://www.highcharts.com/demo
API 참조: https://api.highcharts.com/highcharts/

초간단 설치

1. 터미널을 켠다.

2. Highcharts를 활용할 react 프로젝트 디렉토리로 이동한다.

3. npm install highcharts-react-official 커맨드를 입력한다.

4. 설치한 React 프로젝트 디렉토리를 열어 package.json 파일에 "dependencies" 중 "highcharts", "highcharts-react-official" 이 있는지 확인해 본다.

끝!

profile
Show me the code

0개의 댓글