This commit is contained in:
Will Charczuk 2016-07-12 22:19:49 -07:00
parent da41605882
commit 92edbcad44

View File

@ -172,6 +172,7 @@ graph := chart.Chart{
}, },
}, },
} }
graph.Render(chart.PNG, buffer)
``` ```
# Design Philosophy # Design Philosophy