jritsema / freeboard-jqplot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%