@carbon/charts
TypeScript icon, indicating that this package has built-in type declarations

1.15.5 • Public • Published

Carbon Charts

Carbon Charts is a component library for vanilla JavaScript. Chart visualizations are based on D3.js, a peer dependency.

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

Getting started

Run the following command using npm:

npm install -S @carbon/charts d3 d3-cloud d3-sankey

If you prefer Yarn, use the following command instead:

yarn add @carbon/charts d3 d3-cloud d3-sankey

Step-by-step instructions

Read Getting Started

Storybook and StackBlitz Examples

Live examples.

When opening the link above, click on the Edit on StackBlitz button for each demo to see an isolated project showing you how to reproduce the demo.

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

IBM Telemetry IBM Telemetry

This package uses IBM Telemetry to collect metrics data. By installing this package as a dependency you are agreeing to telemetry collection. To opt out, see Opting out of IBM Telemetry data collection. For more information on the data being collected, please see the IBM Telemetry documentation.

Package Sidebar

Install

npm i @carbon/charts

Weekly Downloads

34,258

Version

1.15.5

License

Apache-2.0

Unpacked Size

12.7 MB

Total Files

282

Last publish

Collaborators

  • theiliad
  • carbon-bot