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/04/12 03:37:59 UTC

[GitHub] [echarts] echarts-bot[bot] commented on issue #16871: [Bug] dispatchAction geo highlight

echarts-bot[bot] commented on issue #16871:
URL: https://github.com/apache/echarts/issues/16871#issuecomment-1095935854

   @zhuang010203 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗
   <details><summary><b>TRANSLATED</b></summary><br>
   
   **BODY**
   
   ### Version
   
   5.2.2
   
   ### Link to Minimal Reproduction
   
   _No response_
   
   ### Steps to Reproduce
   
   echarts_map.dispatchAction({
       type: 'highlight',
       geoIndex:0,
       name: ['Cherry Orchard', 'Right Inner West Street'] // No response
       name: 'Right Inner West Street' // Reactive
        Use no name to unselect.
   });
   If you show multiple modules in the geo, you should pass the reference
   
   ### Current Behavior
   
   echarts_map.dispatchAction({
       type: 'highlight',
       geoIndex:0,
       name: ['Cherry Orchard', 'Right Inner West Street'] // No response
        Use no name to unselect.
   });
   
   ### Expected Behavior
   
   echarts_map.dispatchAction({
       type: 'highlight',
       geoIndex:0,
       name: ['Cherry Orchard', 'Right Inner West Street'] // Reactive
        Use no name to unselect.
   });
   
   ### Environment
   
   ```markdown
   - OS:Windows10
   - Browser: Google Chrome 96.0.4664.93 (official version) (64-bit) (cohort: 96_win_45)
   - Framework:html
   ```
   
   ### Any additional comments?
   
   _No response_
   </details>


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