Searched defs:DotConfig (Results 1 – 1 of 1) sorted by relevance
44 type DotConfig struct { struct45 Title string // The title of the DOT graph46 LegendURL string // The URL to link to from the legend.47 Labels []string // The labels for the DOT's legend49 FormatValue func(int64) string // A formatting function for values50 Total int64 // The total weight of the graph, used to compute percentages57 func ComposeDot(w io.Writer, g *Graph, a *DotAttributes, c *DotConfig) {