Closed GoogleCodeExporter closed 9 years ago
I've done some extra work regarding grid lines and borders in my fork
(github.com/thenduks/flot), as far as I know this doesn't happen. If you can
repro it
using my fork I'd like to hear about it (preferably with an example :)).
Original comment by ryan.fun...@gmail.com
on 12 Aug 2008 at 9:16
Same issue with your version and same patch applies. I've attached an exemple:
you
can see that rendered line is actually shifted.
Original comment by dominiqu...@gmail.com
on 12 Aug 2008 at 9:42
Attachments:
[deleted comment]
The property you're looking for to disable the border entirely is
showBorder:... but
it doesn't matter because of course it causes the same problem. Please submit
this as
a bug to the lighthouse issue track for my fork and I'll get on it.
What's really interesting is that it works when I disable it on this graph:
http://ryanfunduk.com/flot/examples/mini-graph.html
I'll give your example a try with some different data sets and options and try
to
track down the cause.
Thanks.
Original comment by ryan.fun...@gmail.com
on 18 Aug 2008 at 3:56
In your minigraph example, it works because axis are disabled, and then
setSpacing()
returns an offset of 0. Then, even if ctx is not restore, it doesn't really
matter.
Original comment by dominiqu...@gmail.com
on 18 Aug 2008 at 4:07
Cool, so if it's the same fix please feel free to submit a patch on the
lighthouse
tracker. Not sure when I'll get to it.
Thanks.
Original comment by ryan.fun...@gmail.com
on 19 Aug 2008 at 6:55
I just fixed this in another report. I guess I should have read this one first
since
you already figured it out.
Original comment by olau%iol...@gtempaccount.com
on 8 Sep 2008 at 10:07
Original comment by dnsch...@gmail.com
on 7 May 2012 at 11:29
Original issue reported on code.google.com by
dominiqu...@gmail.com
on 12 Aug 2008 at 5:14