You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi timeseries.js team,
I am trying out the basic example in the readme, but hitting the following error in the browser console
"_ is not defined" timeseries.js line 81
This happens when the code hits the _.pluck method, which I believe is part of the Underscore.js library.
It would be nice for the README/docs to mention that Underscore.js is required.
The text was updated successfully, but these errors were encountered:
Hi timeseries.js team,
I am trying out the basic example in the readme, but hitting the following error in the browser console
"_ is not defined" timeseries.js line 81
This happens when the code hits the _.pluck method, which I believe is part of the Underscore.js library.
It would be nice for the README/docs to mention that Underscore.js is required.
The text was updated successfully, but these errors were encountered: