-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating time.bar from example causes TypeError #160
Comments
It seems like the error is being triggered here in
Specifically on this line: |
This seems to be an issue with the minified version as if I run |
+1 |
@ryanlitalien sadly it doesn't seem like Fastly is maintaining this repo anymore. It's a nice tool but without active maintainers I'm not sure I would recommend continuing to use it |
Thanks @jme783, I figured as much. I switched to NVD3.js. |
Fastly did fail to maintain this project, and after some prodding they were gracious enough to let me back in to work on it. Thanks for digging into the problem some, I will take a look and let you know if I can see what is happening here. |
This no longer seems to be an issue after using the new build scripts. I was able to get the chart to correctly render with both the regular and minified versions of the library. |
Hi there,
I'm trying to create a basic real-time bar graph from the library. I installed the package from bower and loaded jQuery and d3 before epoch. However, I am getting an error when trying to run the following simple code from the example:
I receive the following error:
It's hard for me to debug this as the JS file is minified. Any ideas on what may be going wrong? Thanks in advance! This seems to happen with any real-time chart I try to use
time.area
,time.line
, etc.The text was updated successfully, but these errors were encountered: