Merge branch 'master' into refactoring-for-unifying-the-coding-style-of-example

This commit is contained in:
Will Charczuk 2018-04-15 12:35:05 -07:00 committed by GitHub
commit e7b0316c2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
47 changed files with 117 additions and 77 deletions

View file

@ -11,6 +11,13 @@ import (
func drawChart(res http.ResponseWriter, req *http.Request) {
sbc := chart.BarChart{
Title: "Test Bar Chart",
TitleStyle: chart.StyleShow(),
Background: chart.Style{
Padding: chart.Box{
Top: 40,
},
},
Height: 512,
BarWidth: 60,
XAxis: chart.StyleShow(),

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before After
Before After