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/10/21 13:01:29 UTC

[GitHub] [incubator-echarts] ozgurrgul opened a new issue #13467: Boxplot brushing is not working

ozgurrgul opened a new issue #13467:
URL: https://github.com/apache/incubator-echarts/issues/13467


   ### Version
   4.9.0
   
   ### Reproduction link
   [https://codesandbox.io/s/echarts-boxplot-brushing-not-working-jiy4u](https://codesandbox.io/s/echarts-boxplot-brushing-not-working-jiy4u)
   
   ### Steps to reproduce
   * Create a boxplot and a scatter series
   * Enable brushing option
   * Select an area with brush
   * See console
   
   ### What is expected?
   Box plots should be selected when brushing over an item
   
   ### What is actually happening?
   * Boxplots are not selected when brush happens. 
   * It selects scatter series but outputs incorrect series for boxplots
   
   ---
   When you select the second item in the chart, `brushselected` event fires with given data:
   
   ``` json
   [{
     "seriesId": "boxplot 0",
     "seriesIndex": 0,
     "seriesName": "boxplot",
     "dataIndex": []
   },
   {
     "seriesId": "outlier 0",
     "seriesIndex": 1,
     "seriesName": "outlier",
     "dataIndex": []
   }]
   ```
   
   we should expect to see a selected dataIndex for the boxplot series, but its empty..
   
   (examine console output if you wish)
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


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