Re: [I] [Bug] echarts import map bug(empty canvas, but hover can see tips) [echarts]

2024-07-26 Thread via GitHub


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

   We are having the same bug in our frontend. I've tried downgrading `echarts` 
to 5.4.1 and `vue-echarts` to 6.6.9, because we recently updated the lockfile 
in the project and that's the only place where the change could have happened, 
but the bug still happens. The chart ends up rendering when the page is 
resized, so I think it's got something to do with how it detects changes and 
re-renders.
   
   The only way we have been able to "fix" it is by rendering the chart only 
when a loading state is "false", and show a placeholder otherwise, but this is 
not ideal, as the loading state of the chart looks much better.
   


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

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



Re: [I] [Bug] echarts import map bug(empty canvas, but hover can see tips) [echarts]

2024-07-17 Thread via GitHub


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

   Can still be reproduced with Apache ECharts 5.5.1.


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

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



Re: [I] [Bug] echarts import map bug(empty canvas, but hover can see tips) [echarts]

2024-05-24 Thread via GitHub


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

   Here is a minimal sample that will reproduce the bug. The canvas is empty 
but the tooltip shows up when hovered. ECharts must be imported using importmap 
for the bug to appear. A script tag will work as expected.
   JSFiddle: https://jsfiddle.net/saltyprogrammer/ovLq8cd3/1/
   
   For reference the HTML is also provided here, should it no longer reproduce 
in JSFiddle: 
[echarts-importmap.html.txt](https://github.com/apache/echarts/files/15438780/echarts-importmap.html.txt)
   


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

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



Re: [I] [Bug] echarts import map bug(empty canvas, but hover can see tips) [echarts]

2024-01-06 Thread via GitHub


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/echarts@5.4.3/dist/echarts.js```
   It works fine if I use
   ```https://cdn.jsdelivr.net/npm/echarts@5.4.3/dist/echarts.js";>```
   
   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: commits-unsubscr...@echarts.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



Re: [I] [Bug] echarts import map bug(empty canvas, but hover can see tips) [echarts]

2023-12-30 Thread via GitHub


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

   > put all imported .js files in **Settings**, put your code in **JS 
section** [Demo](https://codepen.io/helgasoft/pen/gOEppdb) 📌 please close issue 
if problem solved
   
   Why does this solve the problem? I don't understand the principle behind it. 
Can you explain it to me?


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

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



Re: [I] [Bug] echarts import map bug(empty canvas, but hover can see tips) [echarts]

2023-12-27 Thread via GitHub


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

   put all imported .js files in **Settings**, put your code in **JS section**
   [Demo](https://codepen.io/helgasoft/pen/gOEppdb)
   📌 please close issue if problem solved


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

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



Re: [I] [Bug] echarts import map bug(empty canvas, but hover can see tips) [echarts]

2023-12-22 Thread via GitHub


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

   Even after removing the code related to Three.js, the charts still don't 
appear.'


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

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



Re: [I] [Bug] echarts import map bug(empty canvas, but hover can see tips) [echarts]

2023-12-19 Thread via GitHub


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

   cannot reproduce, works as expected - [Demo 
Code](https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=PYBwLglsB2AEC8sDeAoWsDGwA2wBOAXLANoDkAxABwAMAYrQIICspANLBddQCLf1sdyAZgDsDAEz92Fel0oiBM2gCFaXUgF1WaWJDDYApkVTp0YAwA8wRUgHE8AQwAmEA9DCwAymAcYA1gZOsAx4Bg6wAMIAFg54YKQ6AL7aZsA4kCDGOmZ4EADmeQaEHA4WEADObNmwpRUACsAQ7kVZpqZgAJ4gRhwYeMDllSltsNgOAEYG2K0j6OO-fnn9AK7QThE4-DbkAGwOIgCclCzV6InV52fDhoVrM-hODj5EZAAyTQawAIyK79Cf4l-H1gQiB_1gABYwZ8WBoksMwGlsONgBZ7rAAGZhMDLULo9DlBwANwMDHKAEkALYOQrGS6menJHRLCBOdGGDHWDhCACkVTauTyUS5pAhfOGc2AYERlJsvP5piw7gcTVeEymRDAeGWBnhOgsDDK5Re1RMI063RsGCeBjy-A6CraKNWjzwHVsDkymIc2HKBglpkezxIpAAsjBFAAVHWKADqgSjUWWilouUUnie6dWmguOi0Og6hoqJraZraFp6pCJPpjufQ-YJRVcxpIptOsGgDkplb-nx-AbMXUr2A-jtM5R8_hskalPrHBMpaTAUU12v97ZH_28HUM-NMAHdWcuiNR20zZuUosB954OpSUdNvb717NYmFt7vkO30KBfBBOieAB0lADoqmzFP8-6wAYGAxHE5SAUsnpRBAGCAb2sT2M4rjuAAFNQ7AEbARFfOwxDfqYZazKYwAYhifpcgRFFtFguDFKQeB5OMuFfOIIGwOITBMOwXw7EwACUCTUQyoGlsxNF0QxRCkfJ6CsVsHCcdxpHfAcOniEIOySfJ9KzBo4lnqBBiUiA
 
MTlMWX7SRiwAYMsLakH6uQGJUlntkGDgvF8EJEQZ4gidQ-k7BC7AHERQjBewgnUHCbTnpR7adt2Ni9gJ866EONibgYeUTgs06ztgJWLlKK66GuoFFR-PRUW0h5OMexG-ReV43neD5EBiPp-qBb4OE1e4_iAf4AcRwGyZg4FEJB0GwbEYAIUhtmoehHyYY4LhuGA-GESd3xkfJLXUbR9EGIx80sYtmlccdAniPpQnGdJVwXapsDXUpZ2_ep7FabhIgiCJXwHIlH1SV9pkjOZXUjNZtkOPZLaXegzmue5nnNnDqWgf5gXiCFlBhd8Xz6fFiVk-w8VxV8yUXAGl2ZT2wKgqBFaFaOoGlVOHAzj4lUC9VHVajqDUfONjnUW1HWnrMaVtJe163veOADUNL4jKNctY39U0YP-HRASBFHA0tBhQTBcHrYhjhbWhGF4FhB14UR3siedX3y_7_23Se91gWxNig0JIk7JTgkSYT1Gq9RRttEHXIqf7amPRxz3UzsiX6VDn3wxRSMq1ZNl2Q5Rs425Nj495CffbMJMkEI9PfO3iURQztO6SRQghWTKUyW2swc9lwJQjzBUcEVJWTn45Wi1VS61VLettI1nSfkbiu1crIxJwSPWa_1T7De2Bs781FG_qbM3UHNVuPct9trRtzsoa7u3u_tOFHR9sRX2rZ_YpwUjdO6QNs6gzjqdL4Qh44mVDuAn8ilg6A0zgtcOT1tKIPgUwEQxdpIIzaGXI-Fc0YYwmpiFydcOANx8uXPyTwAokHEB3YKschA6QQdFfuiVB4iWHqzMeIwJ4cByiwGelo5783bILJewsKqrxqquaWG5ZY3xofvE8yM1anz6trC-m9TBjEmI-I26t9zqNMW0EAAx_xQGgDYREIAm6wGPjUUIY1tEBxGPfM2Ft5rWw7LbFaDtP7IW2m7D2ACXpAJ0uRMBv004h2gTgnO3E4G6R0tQYhicUGpPQenUOWdMmwPEPwmO7ARBGQ8alU
 uFlmGzFRlXTGFFa54ybI3fRgZWEvA4XFaglMviUBpvwt6IVYoiSYCzRp9YUCJAANxAA)


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

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



[I] [Bug] echarts import map bug(empty canvas, but hover can see tips) [echarts]

2023-12-18 Thread via GitHub


CHENJIAMIAN opened a new issue, #19414:
URL: https://github.com/apache/echarts/issues/19414

   ### Version
   
   5.4.3
   
   ### Link to Minimal Reproduction
   
   https://codepen.io/571574085/pen/rNPXPZg
   
   ### Steps to Reproduce
   
   Open It, Wait Loaded. Hover Charts.
   
   ### Current Behavior
   
   https://codepen.io/571574085/pen/rNPXPZg
   
   
   
![image](https://github.com/apache/echarts/assets/20126997/2444b9d9-3eba-40f6-9254-a656a8fd45a5)
   
   
   ### Expected Behavior
   
   empty
   
   ### Environment
   
   _No response_
   
   ### 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: 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