ngx-echarts
An angular (ver >= 2.x) directive for ECharts (ver >= 3.x)
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yaml
- app.e2e-spec.ts
- app.po.ts
- protractor.conf.js
- tsconfig.json
- change-filter-v2.ts
- change-filter.ts
- config.ts
- ngx-echarts.directive.ts
- ngx-echarts.module.ts
- provide.ts
- public-api.ts
- test.ts
- karma.conf.js
- LICENSE
- ng-package.json
- ng-package.prod.json
- package.json
- tsconfig.lib.json
- tsconfig.lib.prod.json
- tsconfig.spec.json
- convert.js
- connect-charts.component.html
- connect-charts.component.scss
- connect-charts.component.ts
- connect-charts.component.txt
- line-draggable.component.html
- line-draggable.component.scss
- line-draggable.component.ts
- line-draggable.component.txt
- advanced.component.html
- advanced.component.scss
- advanced.component.ts
- demo-advanced-routing.module.ts
- demo-advanced.module.ts
- basic-dataset.component.html
- basic-dataset.component.scss
- basic-dataset.component.ts
- basic-dataset.component.txt
- basic-events.component.html
- basic-events.component.scss
- basic-events.component.ts
- basic-events.component.txt
- basic-init-opts.component.html
- basic-init-opts.component.scss
- basic-init-opts.component.ts
- basic-init-opts.component.txt
- basic-instance.component.html
- basic-instance.component.scss
- basic-instance.component.ts
- basic-instance.component.txt
- basic-loading.component.html
- basic-loading.component.scss
- basic-loading.component.ts
- basic-loading.component.txt
- basic-simple.component.html
- basic-simple.component.scss
- basic-simple.component.ts
- basic-simple.component.txt
- basic-themes.component.html
- basic-themes.component.scss
- basic-themes.component.ts
- basic-themes.component.txt
- cool-theme.ts
- cool-theme.txt
- basic-update.component.html
- basic-update.component.scss
- basic-update.component.ts
- basic-update.component.txt
- basic.component.html
- basic.component.scss
- basic.component.ts
- demo-basic-routing.module.ts
- demo-basic.module.ts
- graph-force-layout.component.html
- graph-force-layout.component.scss
- graph-force-layout.component.ts
- graph-force-layout.component.txt
- graph-simple.component.html
- graph-simple.component.scss
- graph-simple.component.ts
- graph-simple.component.txt
- series-graph.component.html
- series-graph.component.scss
- series-graph.component.ts
- heatmap-calendar.component.html
- heatmap-calendar.component.scss
- heatmap-calendar.component.ts
- heatmap-calendar.component.txt
- heatmap-discrete.component.html
- heatmap-discrete.component.scss
- heatmap-discrete.component.ts
- heatmap-discrete.component.txt
- series-heatmap.component.html
- series-heatmap.component.scss
- series-heatmap.component.ts
- tree-from-left-to-right.component.html
- tree-from-left-to-right.component.scss
- tree-from-left-to-right.component.ts
- tree-from-left-to-right.component.txt
- tree-radial.component.html
- tree-radial.component.scss
- tree-radial.component.ts
- tree-radial.component.txt
- series-tree.component.html
- series-tree.component.scss
- series-tree.component.ts
- demo-series-routing.module.ts
- demo-series.module.ts
- welcome-routing.module.ts
- welcome.component.html
- welcome.component.scss
- welcome.component.ts
- welcome.module.ts
- theme.service.ts
- code-block.component.html
- code-block.component.scss
- code-block.component.ts
- github-icon.component.ts
- interface.ts
- app-routing.module.ts
- app.component.html
- app.component.scss
- app.component.ts
- custom-echarts.ts
- menus.ts
- flare.json
- HK.json
- life-expectancy-table.json
- lines-bus.json
- angular.svg
- brand.svg
- echarts-logo.png
- logo.svg
- .gitkeep
- environment.prod.ts
- environment.ts
- _custom.scss
- favicon.ico
- favicon.png
- index.html
- main.ts
- prism-material-dark.css
- styles.scss
- test.ts
- types.d.ts
- .editorconfig
- .gitignore
- .prettierignore
- .prettierrc.json
- .yarnrc.yml
- angular.json
- CHANGELOG.md
- CLAUDE.md
- eslint.config.mjs
- karma.conf.js
- LICENSE
- package.json
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.spec.json
- yarn.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/xieziyu/ngx-echarts
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd ngx-echarts
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install echarts -S
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm install ngx-echarts -S
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
yarn add echarts
이 명령어를 터미널에 그대로 입력해 실행하세요.
yarn add ngx-echarts
이 명령어를 터미널에 그대로 입력해 실행하세요.
npm install echarts-gl -S
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
