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/10/10 10:39:52 UTC

[GitHub] vasu-vvp commented on issue #9176: emphasis does not works for the custom series type

vasu-vvp commented on issue #9176: emphasis does not works for the custom series type
URL: https://github.com/apache/incubator-echarts/issues/9176#issuecomment-428525027
 
 
   What is missing here ? I am not able to register at http://gallery.echartsjs.com/editor.html since it requires mobile number and for my number its shows error  "Phone number format is incorrect" 
   This demo is already available  [here](https://ecomfe.github.io/echarts-examples/public/editor.html?c=bar-histogram)
   Just put after line number 74.
   `    emphasis:{
           itemStyle : {
               borderColor : 'red',
               color: 'blue'
           }
       },
       encode: {
           x: [0, 1],
           y: 2,
           tooltip: 2,
           label: 2
       },`
   
   

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