0

I've looked through all of the documentation and can't find a way to hide the keys for a bar graph.

Basically, I'd like to remove the 'total' and color at the bottom. Has anyone found a way to do this?

enter image description here

Lars Kotthoff
  • 107,425
  • 16
  • 204
  • 204
Reuben
  • 2,701
  • 6
  • 31
  • 47
  • Can you include a link to your code and explain what you mean with keys ? From this picture it looks like you just want to omit rendering the legend at the bottom ? – ee2Dev Feb 25 '15 at 23:10

1 Answers1

2

Figured it out.

legend: { hide: true }

Reuben
  • 2,701
  • 6
  • 31
  • 47