GDFaber

Results 18 comments of GDFaber

This project is awesome! I'm still new to mermaid and just using its flowchart functionality, but I'll happily put my two cents in if possible.

I'm sorry but I don't have the time to investigate, even though this would be a nice task to do and a great new feature. But I'm too busy doing...

Sorry, this is not resolved yet, I had the changes merged by accident. Can you please create another pull request containing the changes? Please add unit tests for your changes...

I have not given this much thought by now, but this could be done by adding a new attribute `shape` to `classDef` as well as `style` which can also be...

Just like that, but with a separator: `classDef redis fill:#FF0000,shape:database` The other option would be `style database1 fill:#FF0000,shape:database` I think it would then be possible to change the default node...

I think using `:` should be no problem here as it already is part of the style definition, but I'll have an eye on that.

On second thought, I think we should implement this only as an option for the `style` variant, not for `classDef`, because as you say class definitions are for CSS while...

Out of curiosity I did some testing on the align parameter of dagre and it worked pretty well in some use cases, maybe not all. But integrating this parameter should...