Skip to content

Instantly share code, notes, and snippets.

@johnrobertwilson
Created June 23, 2011 04:58
Show Gist options
  • Save johnrobertwilson/1041933 to your computer and use it in GitHub Desktop.
Save johnrobertwilson/1041933 to your computer and use it in GitHub Desktop.
dataviz.jqplot
(function($){
DATAVIZ = {};
DATAVIZ.jqplot = {};
DATAVIZ.jqplot.render = function(data_object, type, container_id) {
...stuff specifc to the jqplot library
}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment