1.4.23 • Published 4 days ago

@rfprodz/client-d3-charts v1.4.23

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

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.

Usage

Within the development workspace

Import the charts module

import { AppD3ChartsModule } from '@app/client-d3-charts';

As an external package

Install the package

yarn add @rfprodz/client-d3-charts @angular/common @angular/core @types/d3 d3

Import the charts module

import { AppD3ChartsModule } from '@rfprodz/client-d3-charts';

Use the chart components

in templates

<!-- bar chart -->
<app-bar-chart></app-bar-chart>
<!-- line chart -->
<app-line-chart></app-line-chart>
<!-- pie chart -->
<app-pie-chart></app-pie-chart>
<!-- gauge chart -->
<app-gauge-chart></app-gauge-chart>
<!-- radar chart -->
<app-radar-chart></app-radar-chart>
<!-- force-directed chart -->
<app-force-directed-chart></app-force-directed-chart>

in classes

import {
  AppBarChartComponent,
  AppForceDirectedChartComponent,
  AppGaugeChartComponent,
  AppLineChartComponent,
  AppPieChartComponent,
  AppRadarChartComponent,
} from '@rfprodz/client-d3-charts';

Chart examples

See the chart eamples components

import { AppChartExamplesComponent } from '@rfprodz/client-d3-charts';

or the source code of the chart examples component

Developer commands reference

npx nx run tools:help --search client-d3-charts:

References

1.4.23

4 days ago

1.4.22

15 days ago

1.4.21

1 month ago

1.4.20

2 months ago

1.4.19

2 months ago

1.4.18

3 months ago

1.4.17

4 months ago

1.4.16

4 months ago

1.4.15

5 months ago

1.4.6

7 months ago

1.4.5

7 months ago

1.4.4

7 months ago

1.4.3

7 months ago

1.4.2

7 months ago

1.4.1

7 months ago

1.4.0

7 months ago

1.3.10

10 months ago

1.3.13

9 months ago

1.3.14

9 months ago

1.3.12

10 months ago

1.3.17

9 months ago

1.3.18

8 months ago

1.3.15

9 months ago

1.3.16

9 months ago

1.3.19

7 months ago

1.4.9

6 months ago

1.4.11

6 months ago

1.4.8

6 months ago

1.4.10

6 months ago

1.4.7

6 months ago

1.4.13

5 months ago

1.4.12

5 months ago

1.3.9

10 months ago

1.3.8

10 months ago

1.3.6

11 months ago

1.3.5

11 months ago

1.3.4

12 months ago

1.3.3

12 months ago

1.3.2

12 months ago

1.3.1

12 months ago

1.3.0

12 months ago

1.2.18

1 year ago

1.2.19

1 year ago

1.2.20

1 year ago

1.2.23

1 year ago

1.2.24

1 year ago

1.2.21

1 year ago

1.2.22

1 year ago

1.2.25

1 year ago

1.2.16

1 year ago

1.2.17

1 year ago

1.2.15

1 year ago

1.2.9

1 year ago

1.2.12

1 year ago

1.2.13

1 year ago

1.2.10

1 year ago

1.2.11

1 year ago

1.2.14

1 year ago

1.2.8

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

1 year ago

1.2.4

1 year ago

1.2.3

1 year ago

1.2.0

1 year ago

1.1.8

1 year ago

1.1.7

1 year ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.2.2

1 year ago

1.1.3

2 years ago

1.2.1

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago