Skip to content

jritsema/freeboard-jqplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 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.

Releases

No releases published

Packages

No packages published