danvk commented on issue #21386:
URL: https://github.com/apache/echarts/issues/21386#issuecomment-3566790882

   @helgasoft My charts have a lot of points, so SVG isn't a good option.
   
   It's interesting that `devicePixelRatio` is a parameter for 
[echarts.init](https://echarts.apache.org/en/api.html#echarts.init), rather 
than an option. That might explain why `resize()` doesn't pick up the change.
   
   What's even more surprising to me, though, is that I'm using vue-echarts and 
changing the `key` on my `VChart` doesn't make the chart pick up the change. I 
would have expected an unmount/remount to do the trick.


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