Skip to content

zoomoutLimit缩放bug #44

Description

@SinyaLv

@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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions