{"id":13535908,"url":"https://github.com/vue-bulma/chartjs","last_synced_at":"2025-04-14T06:40:49.222Z","repository":{"id":57394780,"uuid":"63356853","full_name":"vue-bulma/chartjs","owner":"vue-bulma","description":"Chartjs component is based on chart.js for Vue Bulma","archived":false,"fork":false,"pushed_at":"2018-05-19T00:38:45.000Z","size":33,"stargazers_count":64,"open_issues_count":12,"forks_count":24,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T20:22:40.219Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","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/vue-bulma.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2016-07-14T17:38:54.000Z","updated_at":"2025-03-04T10:31:59.000Z","dependencies_parsed_at":"2022-09-06T04:00:48.832Z","dependency_job_id":null,"html_url":"https://github.com/vue-bulma/chartjs","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vue-bulma%2Fchartjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vue-bulma%2Fchartjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vue-bulma%2Fchartjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vue-bulma%2Fchartjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vue-bulma","download_url":"https://codeload.github.com/vue-bulma/chartjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837060,"owners_count":21169373,"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":[],"created_at":"2024-08-01T09:00:31.708Z","updated_at":"2025-04-14T06:40:49.191Z","avatar_url":"https://github.com/vue-bulma.png","language":"Vue","readme":"# Chartjs\n\nChartjs component is based on [chart.js](http://www.chartjs.org) for Vue Bulma.\n\n## Installation\n\n```\n$ npm install vue-bulma-chartjs\n```\n\n## Examples\n\n```vue\n\u003ctemplate\u003e\n  \u003cchart :type=\"'pie'\" :data=\"data\" :options=\"options\"\u003e\u003c/chart\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport Chart from 'vue-bulma-chartjs'\n\nexport default {\n  components: {\n    Chart\n  },\n\n  data () {\n    return {\n      data: {\n        labels: ['Sleeping', 'Designing', 'Coding', 'Cycling'],\n          datasets: [{\n          data: [20, 40, 5, 35],\n          backgroundColor: [\n            '#1fc8db',\n            '#fce473',\n            '#42afe3',\n            '#ed6c63',\n            '#97cd76'\n          ]\n        }]\n      },\n      options: {\n        segmentShowStroke: false\n      }\n    }\n  }\n}\n\u003c/script\u003e\n```\n\n## Badges\n\n![](https://img.shields.io/badge/license-MIT-blue.svg)\n![](https://img.shields.io/badge/status-stable-green.svg)\n\n---\n\n\u003e [fundon.me](https://fundon.me) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e GitHub [@fundon](https://github.com/fundon) \u0026nbsp;\u0026middot;\u0026nbsp;\n\u003e Twitter [@_fundon](https://twitter.com/_fundon)\n","funding_links":[],"categories":["UI组件","Awesome Vue.js [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)","Awesome Vue.js"],"sub_categories":["Component Collections"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvue-bulma%2Fchartjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvue-bulma%2Fchartjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvue-bulma%2Fchartjs/lists"}