Closed GoogleCodeExporter closed 8 years ago
Thank you.
Clearing up on bug's nature: a 2 minute sample results with a very long DML
chart
URI. Google charts will only accept 2048 characters, which are exceeded (the
rest of
the charts unaffected because only DML has that many different data lines).
Easiest solution right now is to only sample onc per 5 minutes (tested to work).
But this relates to yet another issue with charts which must be addressed:
there is a
hidden assumption that the samples are taken in constant intervals; and gaps are
never presented in the charts. That is, the charts are not truly time-series
charts,
though they may appear so. We ask google to evenly spread the x-values, even if
it's
incorrect.
A proper solution is to force the chart into a true timeline series chart.
Using the
obvious method (chart type = lxy) is out of the question, since this will
increase
the URI size (almost double the length). But I have an idea for a different
kind of
solution, which will be developed next.
Original comment by shlomi.n...@gmail.com
on 12 Jan 2010 at 10:34
Thank you.
I'm look forward to the next release. :-)
Original comment by bash...@gmail.com
on 12 Jan 2010 at 10:51
Fixed in revision 77
See http://code.google.com/p/mycheckpoint/downloads/list
Sample-based charts are now displayed in 10 minute resolution (regardless of
sample
frequency) and provide with true time-series axis.
Please verify this works for you and comment back.
Original comment by shlomi.n...@gmail.com
on 16 Jan 2010 at 8:10
I have just tested the latest version, there is no problem. The charts shows
normal,
regardless of sample frequency now.
Thanks again!
Original comment by bash...@gmail.com
on 21 Jan 2010 at 11:13
Verified as fixed by reporter
Original comment by shlomi.n...@gmail.com
on 21 Jan 2010 at 11:18
Original issue reported on code.google.com by
bash...@gmail.com
on 11 Jan 2010 at 7:12