You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/05/27 12:09:56 UTC

[GitHub] hAtul89 opened a new issue #8414: echarts: Is there any way to change the `axisPointer` shadow to a lighter grey shadow?

hAtul89 opened a new issue #8414: echarts: Is there any way to change the `axisPointer` shadow to a lighter grey shadow?
URL: https://github.com/apache/incubator-echarts/issues/8414
 
 
   I am trying to change the default shadow color (when hovering over a bunch of bars for example: https://ecomfe.github.io/echarts-examples/public/editor.html?c=bar-label-rotation)
   
   Focusing on this example on this code part: 
   
       option = {
           color: ['#003366', '#006699', '#4cabce', '#e5323e'],
           tooltip: {
               trigger: 'axis',
               axisPointer: {
                   type: 'shadow'
               }
           }, ....... 
              ..............................
              ............................................
   
   
   the `type` variable has 3 options as stated in the documentation: 
   https://ecomfe.github.io/echarts-doc/public/en/option.html#grid.tooltip.axisPointer.type
   
   but I couldn't find anything that can control the color of the shadow. 
   I want it in a much lighter gray color than it is by default. 
   
   Is there any other way to set the shadows color? 
   
   I have been exploring echarts.js for a while.. and sadly, except of the fact that all charts graphics are amazing, unfortunately -  I find more cons than pros 
   This is not my first post here and i wont be surprised if it won't be even answered :(
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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