Update c3.js and c3.min.js

parent 63453cc3
......@@ -5046,7 +5046,7 @@
var stacked;
// detect if we have stacked group
if ($$.ed3Config.stacked !== undefined) {
stacked = true;
stacked = $$.ed3Config.stacked;
} else {
stacked = false;
var groups = $$.api.groups();
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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