JSPM

@carbon/charts-angular

1.11.7
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3591
  • Score
    100M100P100Q124171F
  • License Apache-2.0

Carbon Charts component library for Angular

Package Exports

  • @carbon/charts-angular
  • @carbon/charts-angular/package.json

Readme

Carbon Charts Angular

Carbon Charts Angular is a thin Angular wrapper around the vanilla JavaScript @carbon/charts component library. This prerelease is for Angular 16 and higher and uses TypeScript 5.

If you need support for older versions of Angular (or encounter problems with this module), please revert to @carbon/charts-angular@latest.

The required styles should be imported from @carbon/charts-angular/styles.css and @carbon/styles/css/styles.css. Additional documentation is provided in the Storybook demos.

Storybook demos

Storybook demo sources

Getting started

Run the following command using npm:

npm install -S @carbon/charts-angular@next @carbon/styles d3 d3-cloud d3-sankey

If you prefer Yarn, use the following command instead:

yarn add @carbon/charts-angular@next @carbon/styles d3 d3-cloud d3-sankey

Step-by-step instructions

Read Getting Started

Charting data & options

Although new charts will be introduced in the future (such as a choropleth), data and options follow the same model for all charts with minor exceptions. For example, in the case of a donut chart, you're able to pass in an additional field called center in your options to configure the donut center.

For instructions on using the tabular data format, see here

Customizable options (specific to chart type) can be found here