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 2020/09/19 11:46:29 UTC

[GitHub] [incubator-echarts] 100pah commented on issue #13279: Allow chart action controls for modifying data visualization in the rendered charts

100pah commented on issue #13279:
URL: https://github.com/apache/incubator-echarts/issues/13279#issuecomment-695203441


   ECharts is rendered by Canvas or SVG, not HTML.
   
   A good pattern of this job I think it probably be: 
   Get user parameters (like data select, bar click, ...) and assemble a new `echarts option` and call `chart.setOption(newOption)` to make the change work on the chart.
   


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