grunt-angular-architecture-graph
grunt-angular-architecture-graph copied to clipboard
Viewing large-scale applications
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?
I would also like a way to style output differently, i would like for graphs to be print friendly.
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/
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?