[GitHub] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas
URL: 
https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387368695
 
 
   ```js
   chart.on('click', e => {
   if (e.componentType === 'markArea) {
   .
   }
   });
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas
URL: 
https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387368695
 
 
   ```js
   chart.on('click', e => {
   if (e.componentType === 'markArea') {
   .
   }
   });
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas
URL: 
https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387368695
 
 
   ```js
   chart.on('click', e => {
   if (e.componentType === 'markArea) {
   ...
   }
   });
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org



[GitHub] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas
URL: 
https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387362948
 
 
   You can set `markArea.silent` true to enable mouse interaction


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
For additional commands, e-mail: dev-h...@echarts.apache.org