pikchr
pikchr copied to clipboard
Support for gitGraph
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
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. https://github.com/drhsqlite/pikchr/blob/80220bfbf750fea2081514ebb745f414f34578d3/doc/purpose.md?plain=1#L31-L33