helgasoft opened a new issue, #10: URL: https://github.com/apache/echarts-custom-series/issues/10
There is a problem with **all** charts executables being called "index.min.js". In libraries using ECharts, we allow users to download extensions once and load them repeatedly from local storage. These executable extensions (like new _violin_) are stored with their original file names. For instance when we download _violin_ chart with name "index.min.js" and want to download also _lineRange_ with the same name "index.min.js" - a conflict arises. Either we have to overwrite or ignore the second file, both choices being deficient. Please consider changing the names to something more relevant, like "lineRange.min.js", "violin.min.js", etc. -- 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: commits-unsubscr...@echarts.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org For additional commands, e-mail: commits-h...@echarts.apache.org