You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ! I want to resize chart, because it's too small
and i found in docmoveTo & once can help me set scale in the beginning
but i can't use that kind function in event ,
const events = {
selectNode: function (params) {
// console.log("select");
console.log(params);
},
once: function () {
console.log("once"); // not working
},
moveTo: function () {
console.log("it's happening"); // not working
},
};
is there any better way to help me resize chart in the first time or use once and moveTo plz
The text was updated successfully, but these errors were encountered:
Hi ! I want to resize chart, because it's too small
and i found in doc
moveTo
&once
can help me set scale in the beginningbut i can't use that kind function in
event
,is there any better way to help me resize chart in the first time or use
once
andmoveTo
plzThe text was updated successfully, but these errors were encountered: