jlefeaux

Results 1 comments of jlefeaux

I was able to do this by hiding the x-axis labels and adding vertical marklines. ![image](https://github.com/apache/echarts/assets/14351679/17fcbbaa-aad0-47c0-9d3d-340728fcf932) ``` markLine: { data: stages.map(stage => ({ xAxis: stage, })), symbol: "none", label: {...