{"id":15059534,"url":"https://github.com/ad-si/vectual","last_synced_at":"2026-03-27T02:43:06.699Z","repository":{"id":1994537,"uuid":"2927389","full_name":"ad-si/Vectual","owner":"ad-si","description":" Open source charting library written in Elm","archived":false,"fork":false,"pushed_at":"2025-10-19T17:07:26.000Z","size":5128,"stargazers_count":80,"open_issues_count":5,"forks_count":9,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-01-25T12:14:12.024Z","etag":null,"topics":["bar-chart","chart","charting","elm","elm-lang","graph","line-chart","pie-chart","tag-cloud","vectual","visualization"],"latest_commit_sha":null,"homepage":"https://vectual.org","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ad-si.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["ad-si"],"custom":["https://www.paypal.me/adriansieber"]}},"created_at":"2011-12-06T19:36:13.000Z","updated_at":"2025-11-13T18:14:05.000Z","dependencies_parsed_at":"2024-10-30T00:32:38.257Z","dependency_job_id":null,"html_url":"https://github.com/ad-si/Vectual","commit_stats":{"total_commits":94,"total_committers":3,"mean_commits":"31.333333333333332","dds":"0.21276595744680848","last_synced_commit":"b7834ed669ba46b24162081b582d2ae7a40edbf1"},"previous_names":["adius/vectual"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ad-si/Vectual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2FVectual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2FVectual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2FVectual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2FVectual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ad-si","download_url":"https://codeload.github.com/ad-si/Vectual/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2FVectual/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31011635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-27T02:33:22.146Z","status":"ssl_error","status_checked_at":"2026-03-27T02:33:21.763Z","response_time":164,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bar-chart","chart","charting","elm","elm-lang","graph","line-chart","pie-chart","tag-cloud","vectual","visualization"],"created_at":"2024-09-24T22:45:13.547Z","updated_at":"2026-03-27T02:43:06.679Z","avatar_url":"https://github.com/ad-si.png","language":"Elm","funding_links":["https://github.com/sponsors/ad-si","https://www.paypal.me/adriansieber"],"categories":[],"sub_categories":[],"readme":"# Vectual\n\nA simple to use charting library written in Elm.\nIt visualizes data and helps you to understand it.\nDisplay beautiful charts and customize them in various ways.\n\n**Attention:** \\\nThis software is still a alpha version.\nIt might not work as expected and the API may change at any time.\nFor a live example page, check out [vectual.org](https://vectual.org).\n\nCurrently it supports line charts, pie charts,\nbar charts, and stacked bar charts.\n\n\n## Visualizations\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd width=\"50%\"\u003e\n      \u003cimg src=\"images/latest/lineChart.svg\" alt=\"Line Chart\"\u003e\n      \u003cp\u003e\n        Watch your stocks reaching new heights.\n        You can also hover the chart to get detailed information.\n      \u003c/p\u003e\n    \u003c/td\u003e\n    \u003ctd width=\"50%\"\u003e\n      \u003cimg src=\"images/latest/pieChart.svg\" alt=\"Pie Chart\"\u003e\n      \u003cp\u003e\n        The most ubiquitous chart with an amazing fan out animation.\n        You can also explode certain sectors to highlight them.\n      \u003c/p\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd width=\"50%\"\u003e\n      \u003cimg src=\"images/latest/barChart.svg\" alt=\"Bar Chart\"\u003e\n      \u003cp\u003e\n        The right tool to display little data clearly arranged,\n        but still appealing.\n      \u003c/p\u003e\n    \u003c/td\u003e\n    \u003ctd width=\"50%\"\u003e\n      \u003cimg src=\"images/latest/barChartStacked.svg\" alt=\"Pie Chart\"\u003e\n      \u003cp\u003e\n        Also available as a stacked variant to compare several series,\n        while also keeping an eye on the combined values.\n      \u003c/p\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## Coming Soon\n\n### Tag Cloud\n\nNeed a short overview on whats hot or not?\nThen you might like the awesome tag cloud feature.\n\n![Tag Cloud](images/1.0.0/tagCloud.png)\n\n\n### Map\n\nIs my video more popular in Asia or in Europe?\nIt's never been easier to display the answer.\n\n\n### Table\n\nThere is nothing more convenient than a simple table to display exact values.\nCustomize it to show just the relevant information.\n\n\n### Export\n\nYou want to integrate the pretty charts in your e-mails,\npresentations or e-books?\nNo problem! Export them as SVG images!\n\n\n## Related\n\n- [Elm Visualization] - A data visualization library for Elm.\n\n[Elm Visualization]: https://github.com/gampleman/elm-visualization\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad-si%2Fvectual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fad-si%2Fvectual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad-si%2Fvectual/lists"}