{"id":16264891,"url":"https://github.com/victorgarciaesgi/vue-chart-3","last_synced_at":"2025-04-07T23:13:31.050Z","repository":{"id":40457172,"uuid":"370960530","full_name":"victorgarciaesgi/vue-chart-3","owner":"victorgarciaesgi","description":"📊 A simple wrapper around Chart.js 3 for Vue 2 \u0026 3","archived":false,"fork":false,"pushed_at":"2022-12-27T21:58:56.000Z","size":1899,"stargazers_count":314,"open_issues_count":29,"forks_count":113,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-16T11:05:09.591Z","etag":null,"topics":["chartjs","chartjs3","vue","vue-chart-3","vue-chartjs","vue-chartjs-3","vue-charts","vue2","vue3","vue3-chartjs","vuejs"],"latest_commit_sha":null,"homepage":"https://vue-chart-3.netlify.app/","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/victorgarciaesgi.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}},"created_at":"2021-05-26T08:24:23.000Z","updated_at":"2025-02-21T18:41:51.000Z","dependencies_parsed_at":"2023-01-31T05:31:21.578Z","dependency_job_id":null,"html_url":"https://github.com/victorgarciaesgi/vue-chart-3","commit_stats":null,"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorgarciaesgi%2Fvue-chart-3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorgarciaesgi%2Fvue-chart-3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorgarciaesgi%2Fvue-chart-3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victorgarciaesgi%2Fvue-chart-3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victorgarciaesgi","download_url":"https://codeload.github.com/victorgarciaesgi/vue-chart-3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243858053,"owners_count":20359268,"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-chart-3","vue-chartjs","vue-chartjs-3","vue-charts","vue2","vue3","vue3-chartjs","vuejs"],"created_at":"2024-10-10T17:04:18.117Z","updated_at":"2025-03-17T20:12:34.814Z","avatar_url":"https://github.com/victorgarciaesgi.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%2Fvictorgarciaesgi%2Fvue-chart-3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictorgarciaesgi%2Fvue-chart-3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictorgarciaesgi%2Fvue-chart-3/lists"}