youcef92 / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

title/axis labels/legend don't appear in downloaded charts when HtmlText is set to 'true' #109

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a chart with HtmlText set to 'true'
2. Download the chart

What is the expected output? What do you see instead?
The chart has no labels/axes/legend/title.  Only the chart itself is printed.

What version of the product are you using? On what operating system?
r152 from svn.  Tested with Firefox 3.5.5 and Chrome 3.0.195.33 on Windows
XP SP3.

Please provide any additional information below.
I'm not actually sure if this is a bug or if it is a limitation of the
software/svg/javascript/etc.

Original issue reported on code.google.com by wireless...@gmail.com on 14 Dec 2009 at 11:32

GoogleCodeExporter commented 8 years ago
This is why I added the possibility to set HtmlText to false ;)
So that the text is not displayed using HTML, but directly drawn on the canvas 
(image)

Original comment by fabien.menager on 16 Jul 2010 at 7:27