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

I started a migration of a mess bridge all-in-one to proxy-like and got some black rectangles, you know how fix this?

image

webysther avatar May 18 '23 21:05 webysther

I got a fix, replace #%06x by #ffff99

webysther avatar May 18 '23 21:05 webysther

I fixed the problem with black squares. Added some features. https://github.com/MuratovAS/docker-network-graph

MuratovAS avatar Jan 13 '24 23:01 MuratovAS

Great job @MuratovAS

webysther avatar Jan 13 '24 23:01 webysther