janbarari / gradle-analytics-plugin

A free Gradle plugin to analyze your project builds. It provides unique visual and text metrics in HTML format.
MIT License
158 stars 5 forks source link

[Feature] Exclude configurations when generating module dependency graph #133

Open Nek-12 opened 9 months ago

Nek-12 commented 9 months ago

The graph is completely unusable on large multiplatform projects.

I can't see much details because it exceeds the mermaid max zoom level too quickly, but it seems that all configurations are included in the mermaid chart image

And this is how the project dependency graph looks like for our project :D image

We surely don't have this many dependencies and the graph height of the project is just 6, but this looks way off.

Is there any way to simplify the generated mermaid chart?