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

Unclear Data Type #6

Open
YellowBlueFrog opened this issue Jul 8, 2013 · 0 comments
Open

Unclear Data Type #6

YellowBlueFrog opened this issue Jul 8, 2013 · 0 comments

Comments

@YellowBlueFrog
Copy link

On your webpage you mention about how the only things a web developer would need to do in order to implement your CodeFlower would be import CodeFlower.js and d3.js, create a div like so <div id="visualization"></div>, and to put the following code inside of script tags:
var myFlower = new CodeFlower("#visualization", 300, 200);
myFlower.update(jsonData);

I have done all of the following and even have a working .json file (I tested it on your webpage). My question is how would I tell myFlower to get info from my .json file? I already tried replacing 'jsonData' with a String address to my .json file and that did not work.
Thank you in advance!

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

1 participant