dmitrystas commented on issue #20757:
URL: https://github.com/apache/echarts/issues/20757#issuecomment-3077483949

   > I have a line chart, for which I have tried adding itemstyle, areastyle 
and opacity for emphasis. Still it does not work.
   
   I ran into the same issue when not using areaStyle (I’m also using gradient 
colors for the line), and the only solution I found was to disable emphasis 
entirely
   
   ```
   emphasis: {
     disabled: true,
   }
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to