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 2021/02/16 02:30:09 UTC

[GitHub] [echarts] diogns commented on issue #6202: Problems when updating chart through echartsInstance.setOption()

diogns commented on issue #6202:
URL: https://github.com/apache/echarts/issues/6202#issuecomment-779541848


   I solved this for React and only set "notMerge" to true.
   
   ``
    <ReactECharts
                   option={options}
                   opts={{ renderer: 'svg' }}
                   notMerge={true}
           />
   ``


----------------------------------------------------------------
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.

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