Skip to content

This is a widget plugin for http://freeboard.io that allows dashboard widget authoring using http://www.jqplot.com

Notifications You must be signed in to change notification settings

jicao/freeboard-jqplot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freeboard jqPlot Widget Plugin

This is a widget plugin for Freeboard (open source web ui dashboard) that allows dashboard widget authoring using jqPlot

Screenshot

Screenshot

Installation

Copy the plugin (index.js in this repo) to your freeboard installation, for example:

$ cp ./index.js /freeboard/plugins/jqplot

edit the freeboard index.html file and add a link to the plugin near the end of the head.js script loader, like:

head.js(
  'js/freeboard_plugins.min.js',
  'plugins/jqplot/index.js',
  $(function() {
    //DOM Ready
    freeboard.initialize(true);
  })

For a better development experience checkout the widget template which has tooling that lets you configure a widget instance in files and auto-update a dashboard.json.

About

This is a widget plugin for http://freeboard.io that allows dashboard widget authoring using http://www.jqplot.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%