sangltdn / flot

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

Repeatation of data on x-axis #296

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please see attached bug.jpg and the source interacting.html. Although, I've
only 2 lines of data, it's showing multiple points on x-axis. This is a
bug. If I re-size the browser, it shows more or less points on x-axis.

Is there any solution to this? I'm using the latest flot.js from the source
directly.

Original issue reported on code.google.com by rachitbp...@gmail.com on 23 Jan 2010 at 3:40

Attachments:

GoogleCodeExporter commented 9 years ago
Hi!

The issue is that the ticks aren't for whole days, but your formatting options 
is
discarding that extra info. You could try investigating minTickSize. If I'm not
mistaken, you can set it to [1, "day"].

Hope this helps.

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

GoogleCodeExporter commented 9 years ago

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