Skip to content

Commit

Permalink
small bugfix for quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings committed May 18, 2015
1 parent 7ccf269 commit 5c951b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eon-chart",
"version": "0.2.9",
"version": "0.2.10",
"homepage": "https://github.com/pubnub/eon-chart",
"authors": [
"Ian Jennings <ian@meetjennings.com>"
Expand Down
6 changes: 5 additions & 1 deletion pubnub-c3.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@ eon.c = {
}

options.channel = options.channel || false;
options.generate = options.generate || {};
options.generate = options.generate || {
data: {
columns: null
}
};
options.flow = options.flow || false;
if(options.flow) {
options.flow = {};
Expand Down

0 comments on commit 5c951b2

Please sign in to comment.