{"id":49279452,"url":"https://github.com/florianilch/mermaid-hillchart","last_synced_at":"2026-04-25T18:01:01.613Z","repository":{"id":353784235,"uuid":"1219201987","full_name":"florianilch/mermaid-hillchart","owner":"florianilch","description":"Publish Shape Up progress where you build, explain, and review the work. In agent-driven workflows, agents report bet progress and momentum in the same text that tracks the work.","archived":false,"fork":false,"pushed_at":"2026-04-25T14:59:52.000Z","size":151,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-25T15:22:34.928Z","etag":null,"topics":["diagram","hill-chart","hillchart","markdown","mermaid","mermaidjs","project-management","shape-up"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/florianilch.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-23T16:25:44.000Z","updated_at":"2026-04-25T14:59:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/florianilch/mermaid-hillchart","commit_stats":null,"previous_names":["florianilch/mermaid-hillchart"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/florianilch/mermaid-hillchart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianilch%2Fmermaid-hillchart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianilch%2Fmermaid-hillchart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianilch%2Fmermaid-hillchart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianilch%2Fmermaid-hillchart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/florianilch","download_url":"https://codeload.github.com/florianilch/mermaid-hillchart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/florianilch%2Fmermaid-hillchart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32271243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["diagram","hill-chart","hillchart","markdown","mermaid","mermaidjs","project-management","shape-up"],"created_at":"2026-04-25T18:01:00.907Z","updated_at":"2026-04-25T18:01:01.583Z","avatar_url":"https://github.com/florianilch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003emermaid-hillchart\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  Publish Shape Up progress where you build, explain, and review the work.\n  \u003cbr /\u003e\n  In agent-driven workflows, agents report bet progress and momentum in the same text that tracks the work.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"./packages/diagram/README.md\"\u003eCore Manual\u003c/a\u003e · \u003ca href=\"./CONTRIBUTING.md\"\u003eContributing\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n![Hill Chart example](./packages/diagram/example.png)\n\n```\nhillchart\n  title Notifications\n  scope \"Email design\": uphill 50\n  scope \"Email delivery\": downhill 65\n  scope \"In-app menu\": uphill 20\n```\n\n## 🚀 30-Second Quickstart\n\nIf you are using Mermaid via a CDN or script tag, you can drop in the standalone bundle immediately:\n\n```html\n\u003cbody\u003e\n  \u003cpre class=\"mermaid\"\u003e\n    hillchart\n      title Notifications\n      scope \"Email design\": uphill 50\n      scope \"Email delivery\": downhill 65\n      scope \"In-app menu\": uphill 20\n  \u003c/pre\u003e\n  \u003cscript type=\"module\"\u003e\n    import mermaid from \"https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs\"\n    import hillChart from \"https://cdn.jsdelivr.net/npm/mermaid-hillchart@0.4.0/dist/bundle/index.js\"\n\n    await mermaid.registerExternalDiagrams([hillChart])\n    mermaid.initialize({ startOnLoad: true })\n  \u003c/script\u003e\n\u003c/body\u003e\n```\n\n_(Using a bundler? See the [bundler setup guide](./packages/diagram/README.md#using-with-a-bundler).)_\n\n## Compatibility\n\n- **Mermaid:** `^10.0.0 || ^11.0.0`\n- **Host platform:** Must support external Mermaid diagrams. Native Markdown renderers on GitHub and GitLab usually do not load external plugins.\n\n## Contributing\n\nInterested in improving the parser or modifying the rendering engine? See [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## License\n\nMIT licensed. This project is an independent Mermaid.js plugin and is not affiliated with, endorsed by, or owned by the Mermaid.js team.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianilch%2Fmermaid-hillchart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflorianilch%2Fmermaid-hillchart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflorianilch%2Fmermaid-hillchart/lists"}