{"id":13561906,"url":"https://github.com/terezka/elm-charts","last_synced_at":"2025-12-11T20:57:29.111Z","repository":{"id":41450001,"uuid":"60512478","full_name":"terezka/elm-charts","owner":"terezka","description":"Create SVG charts in Elm.","archived":false,"fork":false,"pushed_at":"2024-03-27T19:33:22.000Z","size":3444,"stargazers_count":748,"open_issues_count":26,"forks_count":67,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-10T00:30:17.330Z","etag":null,"topics":["charts","elm","svg"],"latest_commit_sha":null,"homepage":"https://www.elm-charts.org","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/terezka.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-06T08:40:34.000Z","updated_at":"2025-03-28T08:31:09.000Z","dependencies_parsed_at":"2024-01-14T03:44:06.452Z","dependency_job_id":"912bfd29-980e-4a4f-855f-a757968711ff","html_url":"https://github.com/terezka/elm-charts","commit_stats":{"total_commits":574,"total_committers":22,"mean_commits":26.09090909090909,"dds":"0.10627177700348434","last_synced_commit":"e190da5dbb6a9fd4d877b39fd915e0638fc13233"},"previous_names":["terezka/elm-plot"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terezka%2Felm-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terezka%2Felm-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terezka%2Felm-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/terezka%2Felm-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/terezka","download_url":"https://codeload.github.com/terezka/elm-charts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248601105,"owners_count":21131607,"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":["charts","elm","svg"],"created_at":"2024-08-01T13:01:02.444Z","updated_at":"2025-12-11T20:57:24.079Z","avatar_url":"https://github.com/terezka.png","language":"Elm","funding_links":[],"categories":["Elm"],"sub_categories":[],"readme":"# elm-charts\n\nMake SVG charts in all Elm. The package can draw charts at a variety of different levels of customizations, from basic charts with standard features to very custom styles. The library also allows including your very own SVG elements still easily utilizing the coordinate system calculated from your data, as well as editing the SVG made by the package. It has great support for interactivity, layering different charts, and adding irregular details.\n\nYou can check out [the many examples](https://elm-charts.org)!\n\nHere is also a basic example to copy and play with.\n\n```elm\nimport Chart as C\nimport Chart.Attributes as CA\n\nmain : Svg msg\nmain =\n  C.chart\n    [ CA.height 300\n    , CA.width 300\n    ]\n    [ C.xTicks []\n    , C.yTicks []\n    , C.xLabels []\n    , C.yLabels []\n    , C.xAxis []\n    , C.yAxis []\n    , C.bars [] [ C.bar identity [] ] [ 2, 4, 3 ]\n    ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterezka%2Felm-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fterezka%2Felm-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fterezka%2Felm-charts/lists"}