TanTayBui / flot

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

Strange bug with rendering a graph #642

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm drawing different timing date and found quite strange issue with rendering.
I've reproduced it with your example basic.html.

Just replace the line where you draw example graphs which the following data:

$.plot($("#placeholder"), [ 
    [ [2264198,2],[2264200,2],[2331209,2],[2331212,1],[2347097,1],[2347099,2],[2408635,2],[2408637,2]
        ,[5831403,2],[5831405,2],[5914527,2],[5914530,1],[5935660,1],[5935662,1],[5950498,2],[5950500,2]
        ,[5972374,2],[5972377,2],[6082110,2]
        ]
    ]);

The data doesn't seem any wrong, but here is what I see in the browser (Chrome)

Original issue reported on code.google.com by sergey.p...@gmail.com on 26 Nov 2011 at 1:30

Attachments:

GoogleCodeExporter commented 9 years ago
I don't see any problems in Chrome 19; it looks like this was a browser 
rendering bug that has been fixed.

Original comment by dnsch...@gmail.com on 4 Jun 2012 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by dnsch...@gmail.com on 10 Jul 2012 at 11:41