From 5c951b20d8e2e72b6a7de23a88ea8846e35ac345 Mon Sep 17 00:00:00 2001 From: Ian Jennings Date: Mon, 18 May 2015 17:22:58 -0500 Subject: [PATCH] small bugfix for quickstart --- bower.json | 2 +- pubnub-c3.js | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 = {};