diff --git a/bower.json b/bower.json index 4f63642..04e9951 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/pubnub-c3.js b/pubnub-c3.js index 55d64b4..9bf82f5 100644 --- a/pubnub-c3.js +++ b/pubnub-c3.js @@ -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 = {};