jondot / graphene

Graphene is a realtime dashboard & graphing toolkit based on D3 and Backbone.
http://jondot.github.com/graphene
2.87k stars 232 forks source link

legend getting cut off #64

Open david-strahan opened 11 years ago

david-strahan commented 11 years ago

The legend for a time series graph (when using sum) is not displaying completely. About 2/3 of the text is being cut off, though is present in DOM. Any ideas what might be causing this or how to fix? I am aware of the num_labels argument, but increasing does not change anything. Perhaps not unexpected, since I have only one legend entry due to summation.

thanks, Dave

austingulati commented 11 years ago

What happens when you change the height argument? Does it continue to be cut off if you make the height larger?