100pah edited a comment on issue #11907: 【dataset性能问题】dataset在series数量过多时性能非常糟糕,甚至会直接崩溃 URL: https://github.com/apache/incubator-echarts/issues/11907#issuecomment-569084420 The `genName` in `completeDimensions.js` needs to be optimized. Potential optimization: + Do not use loop but remember the current number. + Use plain object rather than the hashMap (not sure)
---------------------------------------------------------------- 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]
