Skip to content
New issue

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

updateOptions 更新配置失效,图表没有再次绘制。 #2814

Closed
1 task
lxfu1 opened this issue Sep 9, 2020 · 1 comment
Closed
1 task

updateOptions 更新配置失效,图表没有再次绘制。 #2814

lxfu1 opened this issue Sep 9, 2020 · 1 comment
Assignees

Comments

@lxfu1
Copy link
Member

lxfu1 commented Sep 9, 2020

  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

Edit on CodeSandbox

Steps to reproduce

   chart.updateOptions({
     data: data.slice(0, 10),
    });
    chart.render();
Environment Info
g2 4.0.15
System -
Browser -
@hustcc
Copy link
Member

hustcc commented Aug 22, 2023

G2 5.0 的 spec 具备有更好的稳定性,过去的 updateOptions 只是临时追加的能力。

@hustcc hustcc closed this as completed Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants