Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1009 Bytes

readme.md

File metadata and controls

30 lines (21 loc) · 1009 Bytes

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.