Commit built files

parent c313231c
......@@ -600,6 +600,14 @@
$$.subXAxis.tickValues([]);
}
// ugly hack to draw categories correctly
$$.tuneAxisTicks();
$$.updateSizes();
$$.updateScales();
$$.updateSvgSize();
$$.axes.x.attr("transform", $$.getTranslate('x'));
$$.updateXAxisTickValues(targetsToShow);
if (config.zoom_rescale && !options.flow) {
xDomainForZoom = $$.x.orgDomain();
}
......
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