Closed sboeser closed 10 years ago
Added example.png - the motivation for the table was to be able to better compare the three x-axis time formats.
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 )
Hey John, if you have some time, could you have a look at this one? Thanks, Sebasitan
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.
I made some mostly cosmetic changes and merged this.
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?