youcef92 / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

Time Series Line Graph not aligning ticks with points #94

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.go to playground example
2.Enter the following series data
{"date":1251777600000,"value":100.0},
{"date":1251864000000,"value":99.82},
{"date":1251950400000,"value":99.81}
3. seleect xaxis mode as time

What is the expected output? What do you see instead?
9/1 as first point, 9/2 as second etc

What version of the product are you using? On what operating system?

Please provide any additional information below.
Having trouble with date series on xaxis, some times if give 9/1, 9/2, 9/3,
the ticks are showing up as 9/1, 9/1, 9/2, 9/2. I need the ticks to match
the points

Original issue reported on code.google.com by vvsqu...@yahoo.com on 18 Sep 2009 at 7:10

Attachments: