Is it possible to create a dynamic Y-axis interval using echarts? I want to achieve the Y-axis interval in the table below:
+---------------+--------------+
| Description | Percentage |
+---------------+--------------+
| Exceptional.. | 98% above |
| Exceed Exp.. | 96-97.9% |
| Normal | 90-95.9% |
| Needs Improv..| 80-89.9% |
| Failed | 79.9% below |
+---------------+--------------+
Example FIDDLE
If you are trying to show background color to differentiate the points based on category, then using mark area in echarts will be a better option.
For example refer the chart below,
Chart Option