pwoodworth / timeline-js

Automatically exported from code.google.com/p/timeline-js
0 stars 0 forks source link

Add log scale to time zoom #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The title says it almost all.

Original issue reported on code.google.com by joshua.m...@gmail.com on 24 Jan 2011 at 12:51

GoogleCodeExporter commented 9 years ago

Original comment by joshua.m...@gmail.com on 24 Jan 2011 at 12:51

GoogleCodeExporter commented 9 years ago
Looked into leemon's BigInt library to handle the milliseconds per year case. 
Might have to go another route on this.

Original comment by joshua.m...@gmail.com on 24 Jan 2011 at 1:53

GoogleCodeExporter commented 9 years ago
On Seamus' suggestion: changed ms to min as base unit.

Original comment by joshua.m...@gmail.com on 24 Jan 2011 at 3:52

GoogleCodeExporter commented 9 years ago
break

Original comment by joshua.m...@gmail.com on 24 Jan 2011 at 4:00

GoogleCodeExporter commented 9 years ago
break over

Original comment by joshua.m...@gmail.com on 24 Jan 2011 at 4:17

GoogleCodeExporter commented 9 years ago

Original comment by joshua.m...@gmail.com on 24 Jan 2011 at 7:54

GoogleCodeExporter commented 9 years ago

Original comment by joshua.m...@gmail.com on 25 Jan 2011 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by joshua.m...@gmail.com on 25 Jan 2011 at 12:56

GoogleCodeExporter commented 9 years ago
Previously, on timeline-js: The slider only slides up to a point, but even 
though the sliderChangedHandler recognizes years, the start date never varies 
from the start date by more than a couple of days.

Original comment by joshua.m...@gmail.com on 26 Jan 2011 at 9:14

GoogleCodeExporter commented 9 years ago

Original comment by joshua.m...@gmail.com on 26 Jan 2011 at 10:13

GoogleCodeExporter commented 9 years ago
Trying to rewrite calculation of start time.

Original comment by joshua.m...@gmail.com on 26 Jan 2011 at 12:03

GoogleCodeExporter commented 9 years ago

Original comment by joshua.m...@gmail.com on 27 Jan 2011 at 4:14

GoogleCodeExporter commented 9 years ago
I'm gonna leave this one for later and move on.

Original comment by joshua.m...@gmail.com on 27 Jan 2011 at 12:21

GoogleCodeExporter commented 9 years ago
Turns out _SLIDER_MAX needs to be larger than maxIn, and then it works 
correctly. See http://jsfiddle.net/herrturtur/MVvwm/ and 
http://stackoverflow.com/questions/4805485/javascript-bigmath-issue .

Original comment by joshua.m...@gmail.com on 27 Jan 2011 at 7:30

GoogleCodeExporter commented 9 years ago
finally done.

Original comment by joshua.m...@gmail.com on 28 Jan 2011 at 9:05