-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
@dabeng
$('#chart-container').orgchart({
'data': this.datascource,
'nodeContent': 'title',
'pan': true,
'zoom': true,
'toggleSiblingsResp': true
});
使用jquery方式初始化orgchart,缩放功能正常,但是如果在不刷新页面的情况下,将$('#chart-container').html('')清空后再次使用orgchart重新初始化,会提示Uncaught TypeError: Cannot read property 'zoomoutLimit' of undefined
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels