We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
One killer feature of mermaid is the gitGraph (as demonstrated below).
Is there something similar in the roadmap of pikchr?
gitGraph: options { "nodeSpacing": 150, "nodeRadius": 10 } end commit branch newbranch checkout newbranch commit commit checkout master commit commit merge newbranch
The text was updated successfully, but these errors were encountered:
pikchr seems to be a lower-language level than that. One of the tutorial examples is all about a similar git diagram: https://pikchr.org/home/doc/trunk/doc/teardown01.md
This bit from the scope document also makes me think pikchr isn't likely to add domain-specific chart types, but who knows.
pikchr/doc/purpose.md
Lines 31 to 33 in 80220bf
Sorry, something went wrong.
No branches or pull requests
Hi
One killer feature of mermaid is the gitGraph (as demonstrated below).
Is there something similar in the roadmap of pikchr?
The text was updated successfully, but these errors were encountered: