topfunky / gruff

Gruff graphing library for Ruby

Home Page:http://gruff.rubyforge.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hiding line markers results in series labels being hidden

nkammah opened this issue · comments

I believe the culprit line is here : https://github.com/topfunky/gruff/blob/master/lib/gruff/base.rb#L541
I am just not sure if this is the intended behavior or not - the use case would be to generate bar charts without any line markers but with the series labels still, example :

stacked_bar_keynote

Partially addressed by PR #446 - adds support in bar charts only for hiding line markers and labels using separate variables.

Partially addressed by:

  • PR #450 - add hide_labels to stacked bar graphs
  • PR #451 - add hide_labels to side bar graphs
  • PR #452 - add hide_labels to stacked side bar graphs