ngx-charts
Primary version
Primary version
  • Introduction
  • Changelog
  • Custom Charts
  • demo
  • Features
  • Installing
  • License
  • Motivation
  • Table of contents
  • contributing
    • Building
    • Community
    • Credits
    • Guidelines
    • Troubleshooting
  • examples
    • Box Chart
    • bubble-chart
    • Gauge Chart
    • Heat Map Chart
    • Linear Gauge Chart
    • Number Card Chart
    • Polar/radar Chart
    • Tree Map Chart
    • bar-charts
      • Grouped Horizontal Bar Chart
      • Grouped Vertical Bar Chart
      • Horizontal Bar Chart
      • Normalized Horizontal Bar Chart
      • Normalized Vertical Bar Chart
      • Stacked Horizontal Bar Chart
      • Stacked Vertical Bar Chart
      • Vertical Bar Chart
    • line-area-charts
      • Area Chart
      • Line Chart
      • Normalized Area Chart
      • Stacked Area Chart
    • pie-charts
      • Advanced Pie Chart
      • Pie Chart
      • Pie Grid Chart
Powered by GitBook
On this page
  • JavaScript
  • Developing

Installing

PreviousFeaturesNextLicense

Last updated 5 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