You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using named colors in graphs that will be drawn by Canviz is not recommended
because then you
must include the color lookup table gvcolors.js which is an extra thing that
needs to be sent to the
browser. Better to not use named colors. But Graphviz itself uses the color
names "black" and
"white" all over the graph even though you didn't tell it to. So that you can
actually use Canviz
without loading gvcolors.js, we should define a tiny 2-entry gvcolors array in
canviz.js itself, just
for black and white.
Original issue reported on code.google.com by ryandesi...@gmail.com on 8 Oct 2008 at 10:11
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
ryandesi...@gmail.com
on 8 Oct 2008 at 10:11The text was updated successfully, but these errors were encountered: