ambit-tsai / echarts-for-vue

📊 📈 ECharts wrapper component for Vue 3, 2 and TypeScript
Apache License 2.0
80 stars 11 forks source link

registerMap为svg类型时,svg显示不正常 #22

Closed hxgqh closed 3 years ago

hxgqh commented 3 years ago

采用官方示例:https://echarts.apache.org/examples/zh/editor.html?c=geo-svg-traffic

svg图只显示宽高的一半内容。

ambit-tsai commented 3 years ago

经测试,当组件设置的宽高比与 SVG 差不多时,未出现只显示一半宽高的情况。

<ECharts style="width: 782px; height: 730px;" />
ambit-tsai commented 3 years ago

若上述回答未能解决你的问题,还请给个复现的 Demo