Skip to content

Commit

Permalink
- Final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocore committed Oct 31, 2014
1 parent f8658b5 commit 45f35e9
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 2 deletions.
Empty file modified LICENSE
100755 → 100644
Empty file.
Empty file modified datasources/plugin_example.js
100755 → 100644
Empty file.
Empty file modified datasources/plugin_node.js
100755 → 100644
Empty file.
Empty file modified datasources/plugin_nodejs_sample/README.md
100755 → 100644
Empty file.
Empty file modified datasources/plugin_nodejs_sample/plugin_node_sample_client.html
100755 → 100644
Empty file.
Empty file modified datasources/plugin_nodejs_sample/plugin_node_sample_config.json
100755 → 100644
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified datasources/plugin_nodejs_sample/plugin_node_sample_server.js
100755 → 100644
Empty file.
Empty file modified widgets/plugin_example.js
100755 → 100644
Empty file.
4 changes: 2 additions & 2 deletions widgets/plugin_highcharts.js
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"external_scripts" : [
"http://code.highcharts.com/highcharts.js",
"http://code.highcharts.com/modules/exporting.js",
"widgets/plugin_highcharts_theme.js" ],
"js/freeboard/plugins/plugin_highcharts_theme.js" ],
"fill_size" : true,
"settings" : highchartsLineWidgetSettings,
newInstance : function(settings, newInstanceCallback) {
Expand Down Expand Up @@ -274,7 +274,7 @@
"description" : "Pie chart with legends.",
"external_scripts" : [ "http://code.highcharts.com/highcharts.js",
"http://code.highcharts.com/modules/exporting.js",
"widgets/plugin_highcharts_theme.js" ],
"js/freeboard/plugins/plugin_highcharts_theme.js" ],
"fill_size" : true,
"settings" : highchartsPieWidgetSettings,
newInstance : function(settings, newInstanceCallback) {
Expand Down
Empty file modified widgets/plugin_highcharts_theme.js
100755 → 100644
Empty file.

0 comments on commit 45f35e9

Please sign in to comment.