helgasoft commented on issue #10: URL: https://github.com/apache/echarts-custom-series/issues/10#issuecomment-3662341035
@Ovilia, thank you for looking into this. Our library [echarty](https://github.com/helgasoft/echarty) does not use _npm_ but straight JS links. We need to have, for instance **simultaneous** access to two(or more) ECharts custom series, like: ``` https://cdn.jsdelivr.net/gh/apache/echarts-custom-series@main/custom-series/lineRange/dist/index.min.js https://cdn.jsdelivr.net/gh/apache/echarts-custom-series@main/custom-series/barRange/dist/index.min.js ``` This doesn't work. But the _auto_ files do, so with **'index.auto.min.js'**, we are all set ! [JS example](https://codepen.io/helgasoft/pen/wBKbwNm) It was an oversight on my end, so I'm closing the issue. -- 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]
