lucalanca / grunt-angular-architecture-graph

Generate modules dependencies graph in .dot format
MIT License
190 stars 13 forks source link

Viewing large-scale applications #19

Open ginna-baker opened 9 years ago

ginna-baker commented 9 years ago

Hi! This library has worked well for me on more than one occasion. However, the graph it doesn't seem to scale well for large-scale applications. On my current app, 200+ files, it creates a very wide graph, and once I zoom in enough to read the module names, I'm only viewing a small horizontal slice of the graph. What do you suggest? Is there a future possibility of reworking positioning so that the scale works better with a browser's viewport?

mladenp commented 9 years ago

I would also like a way to style output differently, i would like for graphs to be print friendly.

titocr commented 8 years ago

In terms of printing, this might be useful. It uses MS Excel to be able to print an image across multiple pages, both height- and width-wise: http://robservatory.com/span-one-large-image-across-multiple-printed-pages/

sushruth commented 7 years ago

On the same topic, I think we should be given a choice to input options for graphviz cli. Like

    ...
    options:{
        graphviz: {
            ...
        }
    }
    ...

If it already exists, can someone please comment here?