zhangjianrencai opened a new issue #11949: After scroll legend to second page or other page (not first page), change the data in legned (the data only can dispaly in one page). and the legend will not render. URL: https://github.com/apache/incubator-echarts/issues/11949 Version 4.6.0 Steps to reproduce 1. scroll legend to second page or other page (not first page) 2. change the data(nameList) in legned (the data only can dispaly in one page) What is expected? legend will display correctly What is actually happening? legend is not dislpay Here is the config about the legend ``` legend: { type: 'scroll', orient: 'horizontal', scrollDataIndex : scrollDataIndex, bottom: '5%', data: nameList } ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
