Angular D3 Chart Components Module

This library was generated with Nx.

Description

The Angular chart components based on the D3.js library.

Supported chart types:

  • bar chart;

  • line chart;

  • pie chart;

  • radar chart;

  • force-directed chart;

The library contains Angular components as well as basic utility functions that can be used to implement the chart types mentioned above in TypeScript.

Development commands reference

Run nx test client-d3-charts to execute the unit tests.

Run nx lint client-d3-charts to lint the library.

Run nx build client-d3-charts to build the library.

Usage

Within the development workspace

Import the charts module

As an external package

Install the package

Import the charts module

Use the chart components

in templates

in classes

Chart examples

See the chart eamples components

or the source code of the chart examples component

Last updated

Was this helpful?