feat: add arc to connectors in mobile view

This commit is contained in:
Rucha Mahabal 2021-06-30 01:57:43 +05:30
parent a7507f7af6
commit b8a18bfef1

View File

@ -322,7 +322,8 @@ erpnext.HierarchyChartMobile = class {
"M" +
(pos_parent_bottom.x) + "," + (pos_parent_bottom.y) + " " +
"L" +
(pos_parent_bottom.x) + "," + (pos_child_left.y) + " " +
(pos_parent_bottom.x) + "," + (pos_child_left.y - 10) + " " +
"a10,10 1 0 0 10,10 " +
"L" +
(pos_child_left.x) + "," + (pos_child_left.y);