TanTayBui / flot

Automatically exported from code.google.com/p/flot
MIT License
0 stars 0 forks source link

Enhancements request: setting Axis Labels font weight dynamically #693

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Flot versions earlier to 0.7, use to implement axis labels as HTML elements 
inside a div. Now it is moved inside the canvas itself.
After this canvas implementation, I am not able to control the font properties 
inside the canvas dynamically.
For example, earlier if axis label is defined as "<b>hello</b>", it was shown 
on browser as in bold.
Now I am not able to achieve that.
It would be nice if I could change the font properties dynamically inside the 
canvas too.
Thanks. 

Original issue reported on code.google.com by cdas...@gmail.com on 3 May 2012 at 12:32

Attachments:

GoogleCodeExporter commented 9 years ago
The canvas text change may move into a plugin, become optional, or continue to 
support CSS styling.  I'm keeping this issue open as a reminder, but just be 
aware that things may yet change before the next release.

Original comment by dnsch...@gmail.com on 9 May 2012 at 12:40