Skip to content

kqplot-backbone aims to create an easy-to-use layer for creating graphs and charts in Javascript with data provided by a REST API

Notifications You must be signed in to change notification settings

chathaway-codes/jqplot-backbone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jqplot-backbone

jqplot-backbone aims to create an easy-to-use layer for creating graphs and charts in Javascript with data provided by a REST API

This project uses RequireJS to handle all module tracking, and will provide the "jqplot" module. Any applications that use it are expected to provide the following modules:

  • backbone (and backbone-tastypie, at least for now)
  • jquery
  • jqplot

Along with all the jqplot plugins that get used. These will be referenced relative to the project root. A sample project layout would look like:

static/
  js/
    backbone.js
    backbone-tastypie.js
    jquery.jqplot.js
    require-jquery.js
    underscore.js
    plugins/
      jqplot.*

About

kqplot-backbone aims to create an easy-to-use layer for creating graphs and charts in Javascript with data provided by a REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published