pikchr icon indicating copy to clipboard operation
pikchr copied to clipboard

Support for gitGraph

Open emadpres opened this issue 3 years ago • 1 comments

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

image

emadpres avatar Dec 05 '21 21:12 emadpres

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

keturn avatar May 23 '22 22:05 keturn