echarts [Bug] Line Charts do not work when lte is set to null

nbewdwxp  于 6个月前  发布在  Echarts
关注(0)|答案(3)|浏览(64)
rvpgvaaj

rvpgvaaj1#

This issue is labeled with difficulty: easy .
@erzenhaxhi Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the community to fix.

Please have a look at How to debug ECharts if you'd like to give a try. 🤓

gab6jxml

gab6jxml2#

Why set visualMap.pieces[].lte to null ? What is the reason behind it?
Also, does it make sense to use series type='line' with visualMap piecewise? I think not.
Series type bar or scatter work fine.
Demo Code

rwqw0loc

rwqw0loc3#

same as #18268 , bug confirmed
I did not notice there was an actual JavaScript error generated:
failed to run code TypeError: Cannot read properties of undefined (reading 'coord')

相关问题