Open crmorford opened 9 years ago
http://jsfiddle.net/ts720tdr/15/ I called .datasets() before .x() and .y(), and got an error saying "Uncaught TypeError: Cannot read property 'accessor' of undefined"
This doesn't happen if you call .x() and .y() before .datasets().
If you try to call it before total() it also breaks.
total()
http://jsfiddle.net/ts720tdr/15/ I called .datasets() before .x() and .y(), and got an error saying "Uncaught TypeError: Cannot read property 'accessor' of undefined"
This doesn't happen if you call .x() and .y() before .datasets().