From antrob: Single point per pixel, do the optimization in the actual rendering...
authorDan Vanderkam <danvk@google.com>
Wed, 3 Aug 2011 18:19:00 +0000 (21:19 +0300)
committerDan Vanderkam <danvk@google.com>
Wed, 3 Aug 2011 18:19:00 +0000 (21:19 +0300)
commitf9414b1136d170bf7c8f6b89000907007bb426e8
treee27bbd9bd2ca8258a9abeba5e9b7c23f963a2607
parent9ca829f2675e0be2e35d67d45dd91cc28c9c2cfe
From antrob: Single point per pixel, do the optimization in the actual rendering function.

This is not as fast as skipping the points altogether, but it still
provides an excellent speed up for large data sets and will not cause
issues with other functions that expect the points to be there.

This is safe with setSelection, annotations, etc.
dygraph-canvas.js
dygraph-layout.js