BerndAmend commented on issue #19414:
URL: https://github.com/apache/echarts/issues/19414#issuecomment-1879868022

   I have the same issue, I'm unable to get the example 
(https://echarts.apache.org/handbook/en/get-started/#) working if I use esm. (I 
only see the tooltip)
   ```import * as echarts from 'https://esm.run/echarts';```
   or
   ```https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts.js```
   It works fine if I use
   ```<script 
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts.js";></script>```
   
   I think something is wrong with the esm files.


-- 
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]

Reply via email to