Skip to content

onlinux/freeboard-dynamic-highcharts-plugin

Repository files navigation

freeboard-dynamic-highcharts-plugin

Dynamic highcharts widget plugin for freeboard.io

A damn-sexy, open source real-time dashboard builder for IOT and other web mashups.

This widget plugin is highly based on the interactive-indicator created by Hugo Sequeira.

Github repository: https://github.com/onlinux/freeboard-dynamic-highcharts-plugin

dynamic-highcharts-plugin-1

dynamic-highcharts-plugin-2

See it in action @ https://goo.gl/hbAXXU

INSTALLATION

Copy the file (plugin_highcharts.js from https://github.com/onlinux/freeboard-dynamic-highcharts-plugin) to your freeboard installation, for example:

$ cp ./plugin_highcharts.js /freeboard/plugins/thirdparty

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/actuator.js',
  $(function() {
    //DOM Ready
    freeboard.initialize(true);
  })head.js(
 'js/freeboard_plugins.min.js',
 'plugins/thirdparty/plugin_highcharts.js',
 $(function() {
 //DOM Ready
 freeboard.initialize(true);
 })

About

Dynamic Highcharts plugin for http://freeboard.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published