damiencorpataux / jquery-smokeping-zoom

jQuery javascript plugin for zooming smokeping graphs, standalone.
0 stars 0 forks source link

Allow zooming graph with unknown timespan #7

Open damiencorpataux opened 10 years ago

damiencorpataux commented 10 years ago

Let's invest how to compute arbitrary timespan start and end values to allow zooming graph whose url has no start and/or end parameters (or invalid, eg. not a number).

It would be nice to create a simple processing concept using eg. now and eg. a default per connector ?

damiencorpataux commented 10 years ago

FYI, it used to work at commit 19e220c4f2c3ab657b4029b8f5c89b89db4aa1ed before the introduction the the connector concept. However, I do not know how it worked for it is by chance.

Here is a diff between the working and non-working versions (hope i'm accurate): https://github.com/damiencorpataux/jquery-smokeping-zoom/compare/19e220c4f2c3ab657b4029b8f5c89b89db4aa1ed...66dc385796b092de6f3611d89d0200b73ae4f507