Relative Content

Tag Archive for echartsapache-echarts

Set MarkLine to be on the righthand index boundary instead of in the middle of the cell

I have a heatmap with vertical markLines for certain x values. Right now, the vertical line is appearing in the middle of the x axis index I specify. This cuts the heatmap cell in half and is confusing to users looking for the boundary between certain items. Is it possible using built in options to have that vertical line appear on the right-hand boundary of the x-axis index specified?

Set MarkLine to be on the righthand index boundary instead of in the middle of the cell

I have a heatmap with vertical markLines for certain x values. Right now, the vertical line is appearing in the middle of the x axis index I specify. This cuts the heatmap cell in half and is confusing to users looking for the boundary between certain items. Is it possible using built in options to have that vertical line appear on the right-hand boundary of the x-axis index specified?

Echarts grid align data data label with x axis

This chart works fine for all positive value when yieldGap is above zero, but alignment is not working when there is negative value in yieldGap. Is there any way to align market and airline value with it’s label?

echarts legend flow into columns

In an ECharts line chart, I need to a legend that is arranged into three or four columns in the top 20% or so of the chart. There are simply too many items for a single column or row and pagination has the serious drawback of having to, well, paginate to see the series labels. With pagination disabled it does flow row by row, but the series items aren’t aligned with one another and it becomes very difficult to read. There really should be a way to wrap them into columns, similar to how flex works with column flow.