adriancooney / aristochart

Sophisticated and simplified Javascript 2D line charts.
http://adriancooney.github.io/aristochart
247 stars 27 forks source link

“defaults” is reserved in Android 2.3 #4

Open msmarks opened 11 years ago

msmarks commented 11 years ago

Hi, something wrong when I test in Android 2.3 Aristochat.js

Line 23 this.defaults = { .... should be this["defaults"] = { ....

Line 84 style: { default : { point: {

should be style: { "default" : { point: {