You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "NaitikPandya (via GitHub)" <gi...@apache.org> on 2023/05/29 06:56:01 UTC

[GitHub] [echarts] NaitikPandya opened a new issue, #18678: [Bug] Event dataviewchanged not getting callback

NaitikPandya opened a new issue, #18678:
URL: https://github.com/apache/echarts/issues/18678

   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   https://codesandbox.io/s/temperature-change-in-the-coming-week-forked-zowmox
   
   ### Steps to Reproduce
   
   1. click on dataView from toolbox
   2. there should be a log in console that print the "value"
   
   ### Current Behavior
   
   myChart.on('dataviewchanged') but it's not getting call on click the dataView icon.
   
   ### Expected Behavior
   
   i want a callback when user click on dataView icon and also when the user click on close button.
   
   also want that i can trigger the click of dataView programmatically.
   
   please look into it.
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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


[GitHub] [echarts] plainheart closed issue #18678: [Bug] Event dataviewchanged not getting callback

Posted by "plainheart (via GitHub)" <gi...@apache.org>.
plainheart closed issue #18678: [Bug] Event dataviewchanged not getting callback
URL: https://github.com/apache/echarts/issues/18678


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


[GitHub] [echarts] plainheart commented on issue #18678: [Bug] Event dataviewchanged not getting callback

Posted by "plainheart (via GitHub)" <gi...@apache.org>.
plainheart commented on issue #18678:
URL: https://github.com/apache/echarts/issues/18678#issuecomment-1567041550

   The `dataviewchanged` event is triggered only when the data is changed in the dataview. It won't be triggered if you just click the icon. There is no available API for listening the icon click event and close event for now.


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