KunjanSharma / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

axislegend labels value-visibility:visible makes bad display using JavaScript API #168

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Turn on visibility of data values in the axis legend by adding this to the 
style:

axislegend labels { visibility:visible; value-visibility:visible; }

Attached is a modified version of the example at: 
http://gwt-chronoscope.googlecode.com/svn/widget/replace.html

2. Move mouse over plot to update axis legend values.

What is the expected output? What do you see instead?
Expected readable axis legend, instead the printed text is garbled.  Looks like 
the previous labels are not cleaned up prior to printing updated ones.

Attached is an example using the JavaScript API and a screen shot of the result.

Original issue reported on code.google.com by ctrab...@gmail.com on 29 Aug 2011 at 3:13

Attachments: