eigenhombre / i3d3

D3-based plotting and histogramming library
25 stars 5 forks source link

Select time format on x-axis dependent on displayed range #15

Closed sboeser closed 10 years ago

sboeser commented 10 years ago

I could not figure out how to change the time format when zooming in/out though... can you point me to where this happens in the code?

sboeser commented 10 years ago

Added example.png - the motivation for the table was to be able to better compare the three x-axis time formats.

sboeser commented 10 years ago

I would be interested to talk about this kind-of arbitrary delineation between data and extras. Right now the implementation difference is that data define the view range, while extras don't. Therefore, I had to add an extra range type to data, to accommodate views that just have extras.

Also, I think the different handling of x- and y-axis (e.g. no log on x-axis) will hit us in the future (in particular since they are the same type of object )

sboeser commented 10 years ago

Hey John, if you have some time, could you have a look at this one? Thanks, Sebasitan

eigenhombre commented 10 years ago

i have been looking at it and making a few changes... will email ASAP...

On Jan 23, 2014, at 4:45 AM, sboeser notifications@github.com wrote:

Hey John, if you have some time, could you have a look at this one? Thanks, Sebasitan

— Reply to this email directly or view it on GitHub.

eigenhombre commented 10 years ago

I made some mostly cosmetic changes and merged this.