updates to ci, fixing busts in examples

This commit is contained in:
Will Charczuk 2023-09-11 16:10:03 -04:00
parent f6d9d1edca
commit c6416e0757
7 changed files with 75 additions and 28 deletions

View file

@ -23,7 +23,7 @@ func main() {
stackedBarChart := chart.StackedBarChart{
Title: "Quarterly Sales",
TitleStyle: chart.StyleShow(),
TitleStyle: chart.Shown(),
Background: chart.Style{
Padding: chart.Box{
Top: 75,
@ -31,8 +31,8 @@ func main() {
},
Width: 800,
Height: 600,
XAxis: chart.StyleShow(),
YAxis: chart.StyleShow(),
XAxis: chart.Shown(),
YAxis: chart.Shown(),
BarSpacing: 40,
IsHorizontal: true,
Bars: []chart.StackedBar{