HumbleSoftware / Flotr2

Graphs and Charts for Canvas in JavaScript.
http://www.humblesoftware.com/flotr2/
MIT License
2.45k stars 528 forks source link

Unable to add a line break to a marker. #321

Open cyberjetx opened 6 years ago

cyberjetx commented 6 years ago

How to add a line break to a marker. I am setting HtmlText: false to allow saving to image. but setting to true returns the same result.

I have tried classic
and '\n' and '\n' The addition is always added literally/encoded.

I hope this is user error :)