https://github.com/florianilch/mermaid-hillchart
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.
https://github.com/florianilch/mermaid-hillchart
diagram hill-chart hillchart markdown mermaid mermaidjs project-management shape-up
Last synced: about 2 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/florianilch/mermaid-hillchart
- Owner: florianilch
- License: mit
- Created: 2026-04-23T16:25:44.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-25T14:59:52.000Z (about 2 months ago)
- Last Synced: 2026-04-25T15:22:34.928Z (about 2 months ago)
- Topics: diagram, hill-chart, hillchart, markdown, mermaid, mermaidjs, project-management, shape-up
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
mermaid-hillchart
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.
---

```
hillchart
title Notifications
scope "Email design": uphill 50
scope "Email delivery": downhill 65
scope "In-app menu": uphill 20
```
## ๐ 30-Second Quickstart
If you are using Mermaid via a CDN or script tag, you can drop in the standalone bundle immediately:
```html
hillchart
title Notifications
scope "Email design": uphill 50
scope "Email delivery": downhill 65
scope "In-app menu": uphill 20
import mermaid from "https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs"
import hillChart from "https://cdn.jsdelivr.net/npm/mermaid-hillchart@0.4.0/dist/bundle/index.js"
await mermaid.registerExternalDiagrams([hillChart])
mermaid.initialize({ startOnLoad: true })
```
_(Using a bundler? See the [bundler setup guide](./packages/diagram/README.md#using-with-a-bundler).)_
## Compatibility
- **Mermaid:** `^10.0.0 || ^11.0.0`
- **Host platform:** Must support external Mermaid diagrams. Native Markdown renderers on GitHub and GitLab usually do not load external plugins.
## Contributing
Interested in improving the parser or modifying the rendering engine? See [CONTRIBUTING.md](./CONTRIBUTING.md).
## License
MIT licensed. This project is an independent Mermaid.js plugin and is not affiliated with, endorsed by, or owned by the Mermaid.js team.