phantom changes.

This commit is contained in:
Will Charczuk 2016-07-14 19:40:32 -07:00
parent eda016a7f9
commit cbb945dc1c

View File

@ -231,7 +231,6 @@ func CreateLegend(c *Chart, style Style) Renderable {
tb := r.MeasureText(labels[x])
ycursor += tb.Height()
//r.SetFillColor(DefaultTextColor)
r.Text(labels[x], tx, ycursor)
th2 := tb.Height() >> 1