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 2021/02/22 04:02:37 UTC

[GitHub] [echarts] Ovilia commented on issue #14280: Feature request: create bar chart with layer.

Ovilia commented on issue #14280:
URL: https://github.com/apache/echarts/issues/14280#issuecomment-783060047


   A simpler way would be to use two `grid` at the same position and two `xAxis` and `yAxis` for each. Then, move one of the series to the second grid. This way, you don't need to set `barGap` at all.
   You may refer to [this example](https://echarts.apache.org/examples/en/editor.html?c=line-gradient) for `grid`, `xAxis` and `yAxis` settings. You also want to set the `left`, `top`, `width`, `height` to be the same value for the two grids.
   
   Set `series.silent` to be `true` if you don't want the interaction of it.


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