On Sun, Apr 28, 2013 at 1:46 AM, Edouard Lafargue <
edo...@lafargue.name> wrote:
> Can you describe in more detail what you'd like to see with trending? I
> can probably implement this using the graphing lib I use, it is very
> flexible...
>
I think what Nava meant (based on a conversation about a year ago...)
was to implement SMA
(
http://en.wikipedia.org/wiki/Simple_moving_average) for various
integration periods.
One way to define is number of measurements, e.g. SMA over 10
measurements (no matter whether the log interval was 1min or 10
hours), the other is by time (e.g. 1min, 10 min, 1h, 1d) but it is
more tricky to implement depending on your log interval. The second
makes a lot more sense for normal people though.
> Otherwise, I also added the option to display values on a log scale,
> makes better sense (see attached),
>
OK, seem OK except for the 0 on the Y-scale... By definition there
should not be a 0, not sure how your library interprets this.
Can you force additional Y tics? 1, 10, 50 may be should most of the
time be visible in default zoom.
Kalin.