Skip to content
New issue

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

Support for gitGraph #1

Open
emadpres opened this issue Dec 5, 2021 · 1 comment
Open

Support for gitGraph #1

emadpres opened this issue Dec 5, 2021 · 1 comment

Comments

@emadpres
Copy link

emadpres commented Dec 5, 2021

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

@keturn
Copy link

keturn commented May 23, 2022

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

* Pikchr is not intended for generating charts and graphs. It could
perhaps be used for this. One might propose extensions to make it more
suitable for this. But that is not its current purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants