You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by "intijk (via GitHub)" <gi...@apache.org> on 2023/05/18 15:34:32 UTC

[GitHub] [echarts] intijk opened a new issue, #18641: [Bug] emphasis is not applied to series-custom

intijk opened a new issue, #18641:
URL: https://github.com/apache/echarts/issues/18641

   ### Version
   
   5.4.2
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/intijk/pen/qBJJLWr
   
   ### Steps to Reproduce
   
   For a series-custom type, add emphasis in it.
   
   ### Current Behavior
   
   custom emphasis was not applied to dataview
   
   ### Expected Behavior
   
   custom emphasis should apply to dataview, in the reported case, should come with shadow.
   
   ### Environment
   
   ```markdown
   - OS:
   - Browser:
   - Framework:
   ```
   
   
   ### Any additional comments?
   
   _No response_


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org.apache.org

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


[GitHub] [echarts] helgasoft commented on issue #18641: [Bug] emphasis is not applied to series-custom

Posted by "helgasoft (via GitHub)" <gi...@apache.org>.
helgasoft commented on issue #18641:
URL: https://github.com/apache/echarts/issues/18641#issuecomment-1553336800

   [emphasis](https://echarts.apache.org/en/option.html#series-custom.renderItem.return_sector.emphasis) should be in the return object of _renderItem_
   ```
             emphasis: { 
               style: {
                 shadowBlur: 10, shadowColor: 'rgba(0, 0, 0, 0.5)'
               }
             },
   ```
   NB: please close issue if problem solved.


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

To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org

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