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-angular
Advanced tools
Carbon Charts component library for Angular
Carbon Charts Angular is a thin Angular wrapper around the vanilla JavaScript @carbon/charts
component library. This release is aimed at Angular >= 6 and < 16.
If you need support for Angular 16 or higher, please try @carbon/charts-angular@next
.
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.
Run the following command using npm:
npm install -S @carbon/charts-angular@latest @carbon/styles d3 d3-cloud d3-sankey
If you prefer Yarn, use the following command instead:
yarn add @carbon/charts-angular@latest @carbon/styles d3 d3-cloud d3-sankey
Read Getting Started
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
FAQs
Carbon Charts component library for Angular
The npm package @carbon/charts-angular receives a total of 1,607 weekly downloads. As such, @carbon/charts-angular popularity was classified as popular.
We found that @carbon/charts-angular demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.