ngx-charts
docs-test
docs-test
  • Introduction
  • Motivation
  • Features
  • Installing
  • Custom Charts
  • Examples
    • Bar Charts
      • Vertical Bar Chart
      • Horizontal Bar Chart
      • Grouped Vertical Bar Chart
      • Grouped Horizontal Bar Chart
      • Stacked Vertical Bar Chart
      • Stacked Horizontal Bar Chart
      • Normalized Vertical Bar Chart
      • Normalized Horizontal Bar Chart
    • Pie Charts
      • Pie Chart
      • Advanced Pie Chart
      • Pie Grid Chart
    • Line/Area Charts
      • Line Chart
      • Area Chart
      • Stacked Area Chart
      • Normalized Area Chart
    • Polar/radar Chart
    • Heat Map Chart
    • Tree Map Chart
    • Number Card Chart
    • Gauge Chart
    • Linear Gauge Chart
    • DAG Chart
  • Contributing
    • Building
    • Troubleshooting
    • Guidelines
    • Community
    • Credits
  • Changelog
  • License
Powered by GitBook
On this page
  • JavaScript
  • Developing

Installing

PreviousFeaturesNextCustom Charts

Last updated 6 years ago

You can grab the latest release from the in Github or via NPM.

  • npm install @swimlane/ngx-charts --save

Also, the release code is checked in and resides .

Check the package.json file for the versions of angular ngx-charts is compatible with.

JavaScript

  • release/index.js - UMD Version

  • release/index.min.js - UMD Version Minified

Developing

If you want to run the demos locally, just do:

  • npm i

  • npm start

  • Browse to

Releases Page
here
http://localhost:9999