pissang commented on PR #17281: URL: https://github.com/apache/echarts/pull/17281#issuecomment-1168862346
ID is usually generated by echarts. It's hard for developers to tell the rule of generating id. And when they are handling the selectedMap, their app may break when they meet generated id beyond their expectations. Also there are cases they may need using same name to link the data and being selected together. I think the main issue here is when we generating the name of scatter on the cateogry axis. We should not only use the category name. It's a rule originally designed for bar chart, but apparently it's not applicable to scatter chart. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
