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/08/22 10:43:33 UTC

[GitHub] [incubator-echarts] plainheart commented on issue #13173: yAxis.axisTick.lineStyle.color - gradient not supported

plainheart commented on issue #13173:
URL: https://github.com/apache/incubator-echarts/issues/13173#issuecomment-678625046


   For the line color is a linear gradient from left to right, should set `x2` as `1`, `y2` as `0` and `global` to `false`.
   If `global` is `true`, the four parameters `x, y, x2, y2` are in absolute pixel positions.
   
   ![image](https://user-images.githubusercontent.com/26999792/90954496-51b96f80-e4a7-11ea-8e95-def6c73ac6b8.png)
   


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



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