TanTayBui / flot

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

Stack plugin generates additional points #699

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When using the stack plug-in, points are generated for what I think to be 
graphing purposes above points lower in the stack. It would be nice to have a 
way to turn off having the series points from graphing those generated points.
The picture included shows what I'm talking about. The points I marked with 
green are points that actually exist in the data given. The points I marked 
with red are points that flot must be generating in order to graph the stack 
correctly. I'd like to be able to turn off the series points from graphing the 
red ones.

Original issue reported on code.google.com by lexa...@gmail.com on 1 Jun 2012 at 3:30

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the screenshot; I'll take a look at this.

Original comment by dnsch...@gmail.com on 4 Jun 2012 at 3:16

GoogleCodeExporter commented 9 years ago
Hi,

We're looking at this issue and are trying to recreate your problem. Can you 
post the code that generates the screenshot extraPoints.png?

Trucy

Original comment by trucy.p...@gmail.com on 10 Jul 2012 at 4:02

GoogleCodeExporter commented 9 years ago
Hi! We've attempted a patch that solves this problem. 

The pull request is @
https://github.com/flot/flot/pull/59

Do let us know if there is a better way of going about it. 

Original comment by vu2...@gmail.com on 10 Jul 2012 at 11:23

GoogleCodeExporter commented 9 years ago
Awesome! I'll check it out when I can =)

Original comment by lexa...@gmail.com on 11 Jul 2012 at 4:46

GoogleCodeExporter commented 9 years ago
Seems to work fine. Thanks.

Original comment by lexa...@gmail.com on 16 Jul 2012 at 11:37