Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@carbon/charts
Advanced tools
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/styles.css
and @carbon/styles/css/styles.css
. Additional documentation is provided in the Storybook demos.
Run the following command using npm:
npm install -S @carbon/charts @carbon/styles d3 d3-cloud d3-sankey
If you prefer Yarn, use the following command instead:
yarn add @carbon/charts @carbon/styles d3 d3-cloud d3-sankey
Read Getting Started
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.
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
1.11.13 (2023-07-20)
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
FAQs
Carbon Charts component library
The npm package @carbon/charts receives a total of 22,186 weekly downloads. As such, @carbon/charts popularity was classified as popular.
We found that @carbon/charts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.