joewalnes / smoothie

Smoothie Charts: smooooooth JavaScript charts for realtime streaming data
http://smoothiecharts.org
Other
2.25k stars 232 forks source link

Display a short text on the left of the graph. #109

Closed mesca closed 6 years ago

mesca commented 6 years ago

Sometimes, I need to stack several charts on top of each other, and to display a label for each chart. Due to space constraints, I prefer to show this label directly on the canvas rather than outside. This PR does just that.

stack

drewnoakes commented 6 years ago

Can you please update smoothie.d.ts and include a summary of your change in the header? You don't need to bump the version number.

mesca commented 6 years ago

Done.

drewnoakes commented 6 years ago

Thanks. Could you also rename tag to title please?

mesca commented 6 years ago

Sure.

drewnoakes commented 6 years ago

Thanks very much!