hanbingcool opened a new issue, #20306: URL: https://github.com/apache/echarts/issues/20306
### Version 5.5.1 ### Link to Minimal Reproduction [Bug] 在echarts源码的dist文件夹下的echarts.esm.js文件中,使用了 var DataView = function(),然而 DataView是个标准对象,经常会new DataView(buffer,byteOffset,byteLength),echarts这样改写 会导致原来的标准对象失效 ### Steps to Reproduce [Bug] 在echarts源码的dist文件夹下的echarts.esm.js文件中,使用了 var DataView = function(),然而 DataView是个标准对象,经常会new DataView(buffer,byteOffset,byteLength),echarts这样改写 会导致原来的标准对象失效 ### Current Behavior [Bug] 在echarts源码的dist文件夹下的echarts.esm.js文件中,使用了 var DataView = function(),然而 DataView是个标准对象,经常会new DataView(buffer,byteOffset,byteLength),echarts这样改写 会导致原来的标准对象失效 ### Expected Behavior [Bug] 在echarts源码的dist文件夹下的echarts.esm.js文件中,使用了 var DataView = function(),然而 DataView是个标准对象,经常会new DataView(buffer,byteOffset,byteLength),echarts这样改写 会导致原来的标准对象失效 ### Environment ```markdown - OS: - Browser: - Framework: ``` ### Any additional comments? _No response_ -- 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]
