Open GoogleCodeExporter opened 8 years ago
[deleted comment]
We attempted to solve this with the following patch:
https://github.com/flot/flot/pull/56
- Previously UTC hours was set to 0 without taking timezone into account. This
patch takes timezone offset into account to reset hours to 0.
- In some cases, the resetting of the first tick value forced it to be less
than the minimum data value which resulted in the first tick label not being
displayed. This patch always displays the first tick label whether the first
tick value is less than or greater than axis.min.
If there's a better way to go about it, do let us know.
Original comment by vu2...@gmail.com
on 9 Jul 2012 at 10:28
Thank u! i did the change but nothing happends =( i have a solution but maybe a
stupid solution... this is by setting de min of the xaxis to a "false date" the
false date is de first date of my data - 1 month... if im in the first month of
the year -> month = 12; year -- ...
min: (new Date("'.$false_date.'")).getTime()
I'll appriciate if u tell me how to do the change b/c it doesnt work at all =/
Thank u so much!
PD. Where is the file jquery.flot.time.js ?
Original comment by busk...@gmail.com
on 10 Jul 2012 at 1:28
Thank u so much! now it works! it was my problem i didnt change the correct
file in the correct folder.. the server has two versions 0.6 and 0.7 im using
0.6 and id edit 0.7 files xD! lol! Thank u!
Original comment by busk...@gmail.com
on 10 Jul 2012 at 1:52
Original comment by dnsch...@gmail.com
on 31 Jul 2012 at 1:36
Hi again... your solution solved my problem for a while, but now i have another
problem... my ticks are align to left.. do u know what is the problem so i can
think about a solution? Thank u!
Original comment by busk...@gmail.com
on 14 Aug 2012 at 1:06
Original comment by dnsch...@gmail.com
on 16 Aug 2012 at 2:50
Original issue reported on code.google.com by
busk...@gmail.com
on 9 Jul 2012 at 2:21Attachments: