Update example output

This commit is contained in:
Alan Bernstein 2020-08-20 23:38:09 -05:00
parent 8310896cd0
commit 7f60259afa
2 changed files with 3 additions and 3 deletions

View file

@ -45,9 +45,9 @@ func main() {
{Value: 12.0, Label: "12"}, {Value: 12.0, Label: "12"},
}, },
}, },
UseBaseValue: true, UseBaseValue: true,
BaseValueXAxis: true, UseBaseValueXAxis: true,
BaseValue: 0.0, BaseValue: 0.0,
Bars: []chart.Value{ Bars: []chart.Value{
{Value: 10.0, Style: profitStyle, Label: "Profit"}, {Value: 10.0, Style: profitStyle, Label: "Profit"},
{Value: 12.0, Style: profitStyle, Label: "More Profit"}, {Value: 12.0, Style: profitStyle, Label: "More Profit"},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB