sangltdn / flot

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

Bug with stacked bars combined with series where presentation not set #308

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When presentation is not set, it defaults to lines after iterating trough all 
properties in series. The stacked plugin sets stacked = null which messes up 
the iteration.

FIX: set stack = {show:false} in options

Original issue reported on code.google.com by watl...@gmail.com on 18 Feb 2010 at 11:42

Attachments:

GoogleCodeExporter commented 9 years ago
Hi!

Thanks for the report! I think I fixed this particular problem in the 
SVN/development
version by modifying the check in jquery.flot.js to be a bit more robust. If you
still have the problem, please write again.

Original comment by olau%iol...@gtempaccount.com on 22 Mar 2010 at 12:03

GoogleCodeExporter commented 9 years ago

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