changed renderLineCharts algorithm for graphs without errorbars from O(k^2 * n)...
authorAnthony Robledo <antrob@google.com>
Wed, 20 Jul 2011 21:13:37 +0000 (17:13 -0400)
committerAnthony Robledo <antrob@google.com>
Wed, 20 Jul 2011 21:13:37 +0000 (17:13 -0400)
commitc3e1495b51f16b328b6a161078fdb06d39401169
treee7b9c4ba67bb032b8f26b80d71e620149a255d63
parent80e653aa7a48cd48dbcaf24dff5d5b99417d91e7
changed renderLineCharts algorithm for graphs without errorbars  from O(k^2 * n) to O(k * n) where k is number of series and n is number of points per series.
dygraph-canvas.js
dygraph-layout.js