MilanRajkumar opened a new issue #10534: visualMap: type: piecewise
URL: https://github.com/apache/incubator-echarts/issues/10534
 
 
   Hi, I was trying to achieve the brushselected event with visualmap 
**piecewise** type that is select multiple grid and send the multiple grid 
selected values for async action.
   
   But when the event is triggered, the dataIndex in the batch object is always 
empty array eg from console:
   batch[0].selected[]
   {
     dataIndex: [],
     seriesId: 'abc',
     seriesIndex: 0
    ....
   
   How do I achieve multiple grid selection in piecewise visualmap? Can I also 
highlight the selected grid ie change the color of selected grid?  
   <img width="135" alt="Capture" 
src="https://user-images.githubusercontent.com/17317442/58252466-cde47500-7d83-11e9-899e-ed0639abd3df.PNG";>
   
   
    ....
   }

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to