Work around issue 200: Android 3.0: dygraph does not show
authorDan Vanderkam <dan@dygraphs.com>
Thu, 22 Dec 2011 05:22:54 +0000 (00:22 -0500)
committerDan Vanderkam <dan@dygraphs.com>
Thu, 22 Dec 2011 05:22:54 +0000 (00:22 -0500)
commit971870e5232350812bf91dc7b555332a8993efda
tree455d46b683529c9f8a990ca89a483a9deb5ba562
parent395e98a32b32d83097a641afb297b755734074c4
Work around issue 200: Android 3.0: dygraph does not show

Android's canvas implementation is buggy. It doesn't support clipping.
For now, I manually detect the Android browser and disable clipping.
dygraph-canvas.js
dygraph-utils.js