Not really with the old function, I just wrote a new function to
manage this problem.
I think the implemented function is not useful for the case I wrote.
To manage this,
you can add the following function into
"Timeplot.DefaultTimeGeometry.prototype"
of a local version of timeplot:
setTimeRange: function( min, max ) {
this._earliestDate = min;
this._latestDate = max;
this._clearLabels();
this.reset();
}
Therefore you just put in the new minimum (which is >= old minimum)
and the new maximum date!
I hope this will help you!
Stefan.
On 1 Nov., 09:55, "S@nT0$" <
santos.sw...@gmail.com> wrote:
> Hi,
>
> Have you managed to figure out how to achieve this? I am looking for a
> solution to this problem, too.
>
> Thanks in advance,
> S@nT0$
>
> On Oct 8, 3:03 pm, stefan_2009 <
stefan.jaeni...@gmx.de> wrote:
>
> > Hello,
>
> > I'm working withTimeplotand got a question.