Small fix: initialize ed3Config earlier

parent 7daf0dbb
......@@ -230,6 +230,7 @@
function Chart(config) {
var $$ = this.internal = new ChartInternal(this);
$$.ed3Config = config.ed3Config;
$$.loadConfig(config);
$$.init();
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -9,6 +9,7 @@ var c3init = function(module){
function Chart(config) {
var $$ = this.internal = new ChartInternal(this);
$$.ed3Config = config.ed3Config;
$$.loadConfig(config);
$$.init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment