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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
