{"id":22490538,"url":"https://github.com/Saigesp/vue-d3-charts","last_synced_at":"2025-08-02T22:33:17.981Z","repository":{"id":48042213,"uuid":"219587574","full_name":"Saigesp/vue-d3-charts","owner":"Saigesp","description":"D3 charts for Vue","archived":false,"fork":false,"pushed_at":"2022-12-15T13:54:43.000Z","size":4994,"stargazers_count":86,"open_issues_count":22,"forks_count":27,"subscribers_count":6,"default_branch":"master","last_synced_at":"2023-03-11T09:32:40.087Z","etag":null,"topics":["chart-library","charts","d3","d3-charts","data-visualization","open-source","vue"],"latest_commit_sha":null,"homepage":"https://saigesp.github.io/vue-d3-charts/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Saigesp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-04T20:11:13.000Z","updated_at":"2023-03-11T09:32:40.087Z","dependencies_parsed_at":"2023-01-29T03:16:23.367Z","dependency_job_id":null,"html_url":"https://github.com/Saigesp/vue-d3-charts","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saigesp%2Fvue-d3-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saigesp%2Fvue-d3-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saigesp%2Fvue-d3-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saigesp%2Fvue-d3-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Saigesp","download_url":"https://codeload.github.com/Saigesp/vue-d3-charts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228501313,"owners_count":17930230,"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":["chart-library","charts","d3","d3-charts","data-visualization","open-source","vue"],"created_at":"2024-12-06T17:22:19.446Z","updated_at":"2024-12-06T17:25:17.377Z","avatar_url":"https://github.com/Saigesp.png","language":"Vue","funding_links":[],"categories":["Vue"],"sub_categories":[],"readme":"# vue-d3-charts\n\n**The development of this library is frozen for now. When I have more time I will continue its development. Any contribution is welcome**\n\nSimply yet configurable charts build with D3.\n\nSee [documentation and demo](https://saigesp.github.io/vue-d3-charts/) page.\n\n### Install\n\n```bash\nnpm i vue-d3-charts --save\n```\n\n### Usage\n\nImport:\n\n```javascript\nimport { D3BarChart } from 'vue-d3-charts';\n```\n\nTemplate:\n\n```html\n\u003cD3BarChart :config=\"config\" :datum=\"data\"\u003e\u003c/D3BarChart\u003e\n```\n\nConfiguration and data:\n\n```javascript\n// data\ndata = [{\n  name: \"Lorem\",\n  total: 30\n},{\n  name: \"Ipsum\",\n  total: 21\n},{\n  name: \"Dolor\",\n  total: 20\n}]\n\n// Configuration\nconfig = {\n  key: \"name\",\n  value: \"total\",\n  color: \"steelblue\",\n}\n```\n\n### Contributing\n\nSee [contribution guide](CONTRIB.md).\n\n### License\n\nThis repository is available under **GNU LESSER GENERAL PUBLIC LICENSE v2.1** (LGPL). See [details](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSaigesp%2Fvue-d3-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSaigesp%2Fvue-d3-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSaigesp%2Fvue-d3-charts/lists"}