{"id":23094998,"url":"https://github.com/preignition/multi-chart","last_synced_at":"2025-08-16T10:33:20.508Z","repository":{"id":57137971,"uuid":"70322786","full_name":"preignition/multi-chart","owner":"preignition","description":"lit-element building blocks for charts and visualization (based on d3.js v5)","archived":false,"fork":false,"pushed_at":"2023-10-16T21:20:22.000Z","size":7726,"stargazers_count":25,"open_issues_count":7,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-11T09:27:38.327Z","etag":null,"topics":["analytics","chart","d3","d3v4","dataviz","polymer"],"latest_commit_sha":null,"homepage":"https://webcomponents.org/element/polymerEl/multi-chart","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/preignition.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2016-10-08T10:10:08.000Z","updated_at":"2024-01-30T10:11:07.000Z","dependencies_parsed_at":"2024-11-14T16:24:44.338Z","dependency_job_id":"42b72708-7f27-4340-bc68-c428d048bf7c","html_url":"https://github.com/preignition/multi-chart","commit_stats":{"total_commits":165,"total_committers":2,"mean_commits":82.5,"dds":"0.33333333333333337","last_synced_commit":"6d20b69e4cd71322f3cf3a27196393a222d32886"},"previous_names":["polymerel/multi-chart"],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preignition%2Fmulti-chart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preignition%2Fmulti-chart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preignition%2Fmulti-chart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preignition%2Fmulti-chart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/preignition","download_url":"https://codeload.github.com/preignition/multi-chart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230032740,"owners_count":18162499,"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":["analytics","chart","d3","d3v4","dataviz","polymer"],"created_at":"2024-12-16T22:19:09.043Z","updated_at":"2024-12-16T22:19:09.638Z","avatar_url":"https://github.com/preignition.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Netlify Status](https://api.netlify.com/api/v1/badges/efc3aa92-e27a-4e95-8331-a1c1332bdffc/deploy-status)](https://app.netlify.com/sites/multi-chart/deploys)\n\n# \\\u003cmulti-chart\\\u003e\nBuild composable, markup-based, extensible visualizations for the web. \n\n\\\u003cmulti-chart\\\u003e is a [lit-element](https://github.com/polymer/lit-element)-based library to compose markup-driven and data-driven vizualization layers.\n\n## Motivation\nWhile building vizualisation for the web, it is difficult to find the right balance between low-level vizualization kernel (like d3) that requires a lot of development work, and high-level black box library that are difficult to configure beyond a certain point. \n\n\\\u003cmulti-chart\\\u003e is a attempt to provide the best of two the worlds: low level extensible webcomponents (often wrapper around d3.js modules like d3-axis) composed together to build complex charts. The library proposes ready-to-use configurable charts, but also the building blocks for accomodating more complex use case. \n\nThis library plays well with [\\\u003cmulti-geo\\\u003e](https://github.com/preignition/multi-geo) (similar library for geo charts like choropleth) and [\\\u003cmulti-verse\\\u003e](https://github.com/preignition/multi-verse), a graphical interactive multi-dimensional analysis tool. Together, they offer a markup-based alternative to tools like [dc.js](https://dc-js.github.io/dc.js/).\n\n## Demo and API\nDemo and API are now available on [netlify](https://multi-chart.netlify.com/).\n\n## Examples\n\n### Pie \n\u003cdiv\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/preignition/multi-chart/master/images/pie.png\" width=\"300\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n### Bar\n\u003cdiv\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/preignition/multi-chart/master/images/bar.png\" width=\"300\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n### Stack\n\u003cdiv\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/preignition/multi-chart/master/images/stack.png\" width=\"300\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n### Radar\n\u003cdiv\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/preignition/multi-chart/master/images/radar.png\" width=\"300\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n\n### Bubble\n\u003cdiv\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/preignition/multi-chart/master/images/bubble.png\" width=\"300\"\u003e\u003c/img\u003e\n\u003c/div\u003e\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreignition%2Fmulti-chart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreignition%2Fmulti-chart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreignition%2Fmulti-chart/lists"}