Commit 114613a6 authored by Evgeny's avatar Evgeny Committed by Vitaly Lipatov

commit built code

parent 31230a98
......@@ -2929,7 +2929,7 @@
var values = $$.isStepType(d) ? $$.convertValuesToStep(t.values) : t.values;
if (t.id === d.id || indices[t.id] !== indices[d.id]) { return; }
if (targetIds.indexOf(t.id) < targetIds.indexOf(d.id)) {
if (values[i].value * d.value >= 0) {
if (values[i] && values[i].value * d.value >= 0) {
offset += scale(values[i].value) - y0;
}
}
......
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