docker-network-graph icon indicating copy to clipboard operation
docker-network-graph copied to clipboard

Background colour

Open modem7 opened this issue 1 year ago • 4 comments

Heya,

Thanks for this project! I've been using it on and off for a few years to show how Docker infrastructure can work to others!

By adding [bgcolor=colour]; to the graph syntax, it's possible to make the diagrams a little less retina scarring white.

e.g.

// Docker Network Graph
graph {
	graph [splines=true] [bgcolor=black];

Is a custom background colour something that can be readily implemented at all?

modem7 avatar Mar 09 '23 00:03 modem7