grunt-angular-architecture-graph icon indicating copy to clipboard operation
grunt-angular-architecture-graph copied to clipboard

Viewing large-scale applications

Open ginna-baker opened this issue 9 years ago • 3 comments

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?

ginna-baker avatar Mar 17 '15 21:03 ginna-baker

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

mladenp avatar Apr 06 '15 10:04 mladenp

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/

titocr avatar Nov 18 '15 17:11 titocr

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?

sushruth avatar Oct 03 '16 18:10 sushruth