Update c3.js and c3.min.js

parent 65c6126c
...@@ -3316,6 +3316,7 @@ ...@@ -3316,6 +3316,7 @@
lineIndices = $$.getShapeIndices($$.isLineType), lineIndices = $$.getShapeIndices($$.isLineType),
getPoints = $$.generateGetLinePoints(lineIndices); getPoints = $$.generateGetLinePoints(lineIndices);
$$.circleY = function (d, i) { $$.circleY = function (d, i) {
d = $$.updateValues(d)[i];
return getPoints(d, i)[0][1]; return getPoints(d, i)[0][1];
}; };
} else { } else {
......
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