Skip to content

Instantly share code, notes, and snippets.

@moizhb
Created February 17, 2015 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moizhb/d03376901c9d7f037f41 to your computer and use it in GitHub Desktop.
Save moizhb/d03376901c9d7f037f41 to your computer and use it in GitHub Desktop.
d3 in dojo
define(["dojo/text!./d3.js"], function(d3Str){
eval(d3Str);
return this.d3;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment