JohnUUU / code.pyret.org

Website for serving Pyret to folks.
Other
0 stars 0 forks source link

Added color method to BarChartSeries #1

Closed JohnUUU closed 3 years ago

JohnUUU commented 3 years ago

Added a color method to BarChartSeries that takes in a list of colors to

  1. color the bars of each group in Grouped-bar-charts
  2. color the stacks of each bar in the Stacked-bar-charts

Currently Messes things up for the regular bar-charts function though :(

eyanje commented 3 years ago

Looks good enough to merge