
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
@carbon/charts-vue
Advanced tools
Carbon Charts Vue is a thin Vue.js wrapper around the vanilla JavScript @carbon/charts
component library. The charts are based on D3.js, a peer dependency. This version is for Vue.js ^2.7.0. For Vue.js 3.x support, check for the availability of @carbon/charts-vue@next
.
The required styles should be imported from @carbon/charts-vue/styles.css
and @carbon/styles/css/styles.css
. Additional documentation is provided in the Storybook demos.
This component library is community-maintained.
Run the following command using npm:
npm install -S @carbon/charts-vue @carbon/styles d3 d3-cloud d3-sankey
If you prefer Yarn, use the following command instead:
yarn add @carbon/charts-vue @carbon/styles d3 d3-cloud d3-sankey
Read Getting Started
Sample use cases can be seen here.
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
FAQs
Carbon Charts component library for Vue
The npm package @carbon/charts-vue receives a total of 457 weekly downloads. As such, @carbon/charts-vue popularity was classified as not popular.
We found that @carbon/charts-vue 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.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.