We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I'm trying to implement editable chart with "top" orientation. I want my chart be centred horizontally and stick to top vertically:
var spaceTree = new $jit.ST({ injectInto: container.id, orientation: "top", offsetY: 300 });
After I remove some subtree, entire tree is moved from the canvas to the center:
spaceTree.removeSubtree(nodeId, true, "animate", { hideLabels: false, onComplete: function () { console.log("subtree removed"); } }
Maybe somebody can suggest some workaround (set start point not on the canvas center but at the x/2, 0 + myOffset)?
P.S. By the way with 'replot' option NO reposition to center happens.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I'm trying to implement editable chart with "top" orientation. I want my chart be centred horizontally and stick to top vertically:
After I remove some subtree, entire tree is moved from the canvas to the center:
Maybe somebody can suggest some workaround (set start point not on the canvas center but at the x/2, 0 + myOffset)?
P.S. By the way with 'replot' option NO reposition to center happens.
The text was updated successfully, but these errors were encountered: