Commit 9476cfe5 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix unexpected rendering failure on init - #975

parent a45fcd67
......@@ -315,6 +315,7 @@
$$.updateDimension();
$$.config.oninit.call($$);
$$.redraw({
withTransition: false,
withTransform: true,
withUpdateXDomain: true,
withUpdateOrgXDomain: true,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -310,6 +310,7 @@ c3_chart_internal_fn.initWithData = function (data) {
$$.updateDimension();
$$.config.oninit.call($$);
$$.redraw({
withTransition: false,
withTransform: true,
withUpdateXDomain: true,
withUpdateOrgXDomain: true,
......
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