You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2022/07/18 01:46:11 UTC

[GitHub] [echarts] lindaifu commented on issue #15608: 升级5.1版本后 点击还原按钮图像消失

lindaifu commented on issue #15608:
URL: https://github.com/apache/echarts/issues/15608#issuecomment-1186680351

   > 请问这个问题解决了吗?我也遇到这个问题了。
   
   解决了。
   
   首先,这个问题出现的原因是5.x版本的toolbox.feature.restore会恢复到第一次chart.setOption(option1)后的状态,之后执行setOption是对之前的option1配置项的更新,大致意思是:option1 + option2 +  ... , restore事件会直接恢复到option1状态。
   
   解决方式:
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org