You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/04/02 19:02:19 UTC

[GitHub] [incubator-echarts] 100pah commented on issue #12369: tooltip.formatter 回调函数 传入的param参数 color颜色不对

100pah commented on issue #12369: tooltip.formatter 回调函数 传入的param参数 color颜色不对
URL: https://github.com/apache/incubator-echarts/issues/12369#issuecomment-608046427
 
 
   In the current version of echarts, the highlighted color can only be calculated manually by:
   ```js
   var normalColor = '#0188fb';
   var emphasisColor = echarts.color.lift(normalColor, -0.1);
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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