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 2019/06/19 09:25:51 UTC

[GitHub] [incubator-echarts] paradox010 commented on issue #10337: [feature] 请问曲线图的markArea是否可以只在曲线图以下展示?

paradox010 commented on issue #10337: [feature] 请问曲线图的markArea是否可以只在曲线图以下展示?
URL: https://github.com/apache/incubator-echarts/issues/10337#issuecomment-503482044
 
 
   新建一个一样的series,设定其visualMap。类似
   visualMap: {
           show: true,
           dimension: 0,
           pieces: [{
               gt: 6,
               lte: 8,
               color: '#fff'
           }],
       },
   其中可以设置颜色,但不支持渐变色。

----------------------------------------------------------------
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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org