echarts-wx-uniapp icon indicating copy to clipboard operation
echarts-wx-uniapp copied to clipboard

Results 3 echarts-wx-uniapp issues
Sort by recently updated
recently updated
newest added

问题图片(复制到浏览器地址栏): https://user-images.githubusercontent.com/88240303/143373902-3b3033dc-84b2-486c-b05c-d0fc69fbcb6b.png

我按照常见问题中的第三点的解决方法,去展示两个图表,但是运行起来的时候只显示了第一个图表, html部分 **js部分:** let RadialChart = '' let RadialOption = {} let HorizontalChart = '' let HorizontalOption = {} **js部分____data中的数据:** RadialEc: { //温度的图表配置项 lazyLoad: true, }, HorizontalEc: { //水平的图表配置项 lazyLoad:...

{ type: 'custom', renderItem: renderArrow, encode: { x: dims.time, y: dims.windSpeed }, data: data, z: 10 } 我用出custom类型一直报错series.render is required.