Skip to content
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

The demo code on dygraphs page does not work #58

Closed
anahar opened this issue Apr 23, 2011 · 2 comments
Closed

The demo code on dygraphs page does not work #58

anahar opened this issue Apr 23, 2011 · 2 comments

Comments

@anahar
Copy link

anahar commented Apr 23, 2011

<script type="text/javascript" src="dygraph-combined.js"></script>
<script type="text/javascript"> g2 = new Dygraph( document.getElementById("graphdiv2"), "temperatures.csv", // path to CSV file {} // options ); </script>

I copied temperatures.csv and the js in the same directory and tried opening with firefox n chome and nothing happened.
The pervious code with data points worked....... (This is absolutely terrible)

@danvk
Copy link
Owner

danvk commented Apr 23, 2011

In the future, please file bugs on the dygraphs issue tracker:
http://code.google.com/p/dygraphs/issues/list

In your case, I suspect you just need to chmod the temperatures.csv file. Can you access it directly in your browser?

@danvk danvk closed this as completed Apr 23, 2011
@anahar
Copy link
Author

anahar commented Apr 24, 2011

I am using windows machine and mozilla n chrome browsers. I dont know how
chmod in windows work...please help

thanks
Anusheel

On Sun, Apr 24, 2011 at 3:33 AM, danvk <
reply@reply.github.com>wrote:

In the future, please file bugs on the dygraphs issue tracker:
http://code.google.com/p/dygraphs/issues/list

In your case, I suspect you just need to chmod the temperatures.csv file.
Can you access it directly in your browser?

Reply to this email directly or view it on GitHub:
#58 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants