Angular 1.x echarts 3.8.5 is used in the old project. The nodes of the curve graph can be dragged and dropped normally. After the item is reconstructed with VUE2.x echarts 3.8.5, the drag event cannot be trigge
vue3项目中通过全部/按需两种方式引入echarts,使用官方的配置数据https://echarts.apache.org/examples/zh/editor.html?c=bar-y-category渲染柱形图,点击图例时会出现相同的报错。 zhangqiangzgz changed the title 点击图例报错后图例点击交互无法正常使用 vue3项目点击图例报错后图例点击交互无法正常使用 Feb 25, 20...
echarts-bot removed waiting-for: community on Feb 25, 2021 LinsRock commentedon Feb 25, 2021 LinsRock echarts-bot added waiting-for: community on Feb 25, 2021 LinsRock closed this ascompletedon Feb 25, 2021 HomyeeKing commentedon Mar 12, 2021 ...
[ECharts] The ticks may be not readable when set min: 0, max: 120 and alignTicks: true 代码: <template> <el-row class="cen-row"> <el-col :span="20" :offset="2"> <v-chart class="chart" :option="option" /> </el-col> </el-row> </template> import { provide, ref } ...