gmmoraesbr / flot

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

Legend is distorted #323

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've created an AJAX-updated line chart, which works really well, but if I
try to add a legend I get the attached.

The JS code is at http://pastebin.com/XpLAFnuj

Original issue reported on code.google.com by paul.cun...@gmail.com on 17 Mar 2010 at 12:13

Attachments:

GoogleCodeExporter commented 8 years ago
Try inspecting the DOM with Firebug or a similar debugging tool. You might have 
some
CSS rules interfering with the legend HTML?

Original comment by olau%iol...@gtempaccount.com on 17 Mar 2010 at 1:20

GoogleCodeExporter commented 8 years ago
You're right! There was a sneaky "table {width:100%}" inherited, so I've fixed 
that
and it's all good.

Mange tak - you can close this issue now.

Original comment by paul.cun...@gmail.com on 17 Mar 2010 at 1:52

GoogleCodeExporter commented 8 years ago

Original comment by olau%iol...@gtempaccount.com on 17 Mar 2010 at 2:20

GoogleCodeExporter commented 8 years ago

Original comment by dnsch...@gmail.com on 4 Jun 2012 at 2:52