{"id":19514645,"url":"https://github.com/seven-33/vue-chart-3","last_synced_at":"2025-06-26T17:31:01.776Z","repository":{"id":166364558,"uuid":"612960974","full_name":"Seven-33/vue-chart-3","owner":"Seven-33","description":"📊 A simple wrapper around Chart.js 3 for Vue 2 \u0026 3","archived":false,"fork":false,"pushed_at":"2023-03-12T13:58:11.000Z","size":1794,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T23:32:54.320Z","etag":null,"topics":["chartjs","chartjs3","vue","vue-chartjs","vue-charts","vue2","vue3","vue3-chartjs","vuejs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Seven-33.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-12T13:56:47.000Z","updated_at":"2023-03-12T13:59:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"30a1b3bb-37a0-402a-8fe3-47bcaf1f4e25","html_url":"https://github.com/Seven-33/vue-chart-3","commit_stats":null,"previous_names":["seven-33/vue-chart-3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Seven-33/vue-chart-3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seven-33%2Fvue-chart-3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seven-33%2Fvue-chart-3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seven-33%2Fvue-chart-3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seven-33%2Fvue-chart-3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seven-33","download_url":"https://codeload.github.com/Seven-33/vue-chart-3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seven-33%2Fvue-chart-3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262113122,"owners_count":23260966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chartjs","chartjs3","vue","vue-chartjs","vue-charts","vue2","vue3","vue3-chartjs","vuejs"],"created_at":"2024-11-10T23:37:11.891Z","updated_at":"2025-06-26T17:31:01.715Z","avatar_url":"https://github.com/Seven-33.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## I'm joining [vue-chartjs](https://github.com/apertureless/vue-chartjs) as a core maintainer so this package will be kept just for those who already use it. I'm encouraging new users to use `vue-chartjs` instead\n\n# 📊 Chart.js 3 for Vue 2 and Vue 3\n\n\u003cp align=\"center\"\u003e\n  \u003ca href='https://sgts.netlify.com/'\u003e\n    \u003cimg width='100' src=\"https://raw.githubusercontent.com/victorgarciaesgi/vue-chart-3/main/media/logo.svg\" alt=\"sgts logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align='center'\u003e\n\n\u003ca href=''\u003e[![npm version][npm-version-src]][npm-version-href]\u003c/a\u003e\n\u003ca href=''\u003e[![npm downloads][npm-downloads-src]][npm-downloads-href]\u003c/a\u003e\n\u003ca href=''\u003e[![npm downloads][npm-total-downloads-src]][npm-downloads-href]\u003c/a\u003e\n\u003cimg src='https://img.shields.io/npm/l/vue-chart-3.svg'\u003e\n\n\u003c/div\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/vue-chart-3.svg\n[npm-version-href]: https://www.npmjs.com/package/vue-chart-3\n[npm-downloads-src]: https://img.shields.io/npm/dm/vue-chart-3.svg\n[npm-total-downloads-src]: https://img.shields.io/npm/dt/vue-chart-3.svg\n[npm-downloads-href]: https://www.npmjs.com/package/vue-chart-3\n\nThis package is a rewrite of [vue-chartjs](https://github.com/apertureless/vue-chartjs) for Chart.js 3, but written in Typescript with Vue 3 composition api in mind.\n\n- `Vite.js` and `Nuxt 3` compatible 💯.\n\n# [Documentation](https://vue-chart-3.netlify.app/)\n\n[Full documentation](https://vue-chart-3.netlify.app/)\n\n# Installation\n\n## For Vue 3\n\n```bash\nnpm i vue-chart-3 chart.js\n#or\nyarn add vue-chart-3 chart.js\n#or\npnpm i vue-chart-3 chart.js\n```\n\n## For Vue 2\n\n```bash\nnpm i vue-chart-3@legacy chart.js\n#or\nyarn add vue-chart-3@legacy chart.js\n#or\npnpm i vue-chart-3@legacy chart.js\n```\n\n# Important notes\n\n## Using with Vue 3 or Vue 2\n\nThis package works with version 2.x and 3.x of Vue.\n\n- Vue 3 works out-of-the-box\n- Vue 2 requires `@vue/composition-api` package to also be installed and registered, to provide Vue 3's [Composition API](https://v3.vuejs.org/guide/composition-api-introduction.html) features like `ref, defineComponent, computed, reactive`.\n\n# Demos\n\n- Vue 3: [CodeSandbox demo Vue 3](https://codesandbox.io/s/demo-vue-chart-3-ugynm?file=/src/App.vue)\n- Vue 2 + composition API: [CodeSandbox demo Vue 2 + composition](https://codesandbox.io/s/vue-chart-3-vue-2-mw54f?file=/src/App.vue)\n- Vue 2 + Typescript + class API [CodeSandox demo Vue 2 + class](https://codesandbox.io/s/vue-chart-3-vue-2-class-api-f7gv1?file=/src/App.vue)\n- Nuxt 2 + SSR [CodeSandbox demo Nuxt 2 + SSR](https://codesandbox.io/s/vue-chart-3-nuxt-2-mrtej?file=/pages/index.vue)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-33%2Fvue-chart-3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseven-33%2Fvue-chart-3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseven-33%2Fvue-chart-3/lists"}