echarts When the yAxis value of the markline exceeds the yAxis range, the markline will not be displayed

t0ybt7op  于 3个月前  发布在  Echarts
关注(0)|答案(1)|浏览(84)

Version

5.4.3

https://echarts.apache.org/examples/zh/editor.html?code=PYBwLglsB2AEC8sDeAoWsAeBBDEDOAXMmurGAJ4gCmRA5AMYCGYVA5sAE7m0A0J6AE2aMiAbVoBZGL1i0AKgFcqM2gHUqAlXIAWClQDEOEFQGVmphdFoBdEgF8-6cjnxFUpMpRqyAbowA2SrT2jrB4VEZUhLCi_MQegsJiAIwArAAMPLAATADMmTnZACxZ2ckAHFnJualVRQDspQBs6dahHhTUdP4Q0MrtpAC2jBwA1gAyvd7uCYlgIjFIzrjRGel2trN2cdvotnYA3EA

Steps to Reproduce

when set markline.yAxis = 500,

markLine: {
  data: [{yAxis: 500}]
}

if yAxis.max < 500, markline will not be displayed

Current Behavior

Expected Behavior

markline can be displayed normally

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

相关问题