sankeyFlowThumbnailer implements the Thumbnailer interface for Sankey flow groups.
| 440 | // sankeyFlowThumbnailer implements the Thumbnailer interface |
| 441 | // for Sankey flow groups. |
| 442 | type sankeyFlowThumbnailer struct { |
| 443 | draw.LineStyle |
| 444 | color.Color |
| 445 | } |
| 446 | |
| 447 | // Thumbnail fulfills the plot.Thumbnailer interface. |
| 448 | func (t sankeyFlowThumbnailer) Thumbnail(c *draw.Canvas) { |
nothing calls this directly
no outgoing calls
no test coverage detected