
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
vue.charts.css
Advanced tools
Visualization helps end-users understand data. Vue Charts.CSS helps frontend developers turn data into beautiful interactive charts and graphs using the powerful Charts.CSS framework.
Get Started | Learn more | Docs
Vue Charts CSS is built for Vue 3, however you can still use the Vue 2 supported version of Vue Charts CSS by locking to the 1.x.x versions of the package.
Make sure your package.json file has the following:
"dependencies": {
"vue.charts.css": "^1.0.1"
}
Vue 2 is supported under the vue2 branch and 1.x.x versions of the package. However, it is highly recommended upgrading to Vue 3 for long-term support.
NPM
npm install vue.charts.css
Yarn
yarn add vue.charts.css
<charts-css
heading="Team's Coffee Count"
type="bar"
:labels="['Mon', 'Tue', 'Wed']"
:datasets="datasets"
/>
<script>
export default {
data()
{
return {
datasets: [
{
name: "Ben",
values: [2, 4, 3],
},
{
name: "Josie",
values: [7, 6, 3, 4],
},
{
name: "Tim",
values: [12, 278, 0, 0],
},
],
};
},
}
</script>
Vue Charts.CSS and Charts.CSS are licensed under the MIT license.
Vue Charts.CSS is not affiliated with the creators of Charts.CSS.
FAQs
Vue JS wrapper for Charts CSS
We found that vue.charts.css demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.