小程序
小游戏
企业微信
微信支付
扫描小程序码分享
试图引用过wxcharts.js,让父级旋转90°,但手机预览时,图表不显示;另使用echarts,即便父级旋转90°,图表依然是纵向的,不会随着父级旋转
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
这个问题解决了吗
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
给标签css加一个 transform: rotate(90deg);
canvas用的webgl还是2d?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
这个问题解决了吗
给标签css加一个 transform: rotate(90deg);
this.chart = this.echarts.init(canvas, null, {
width: height,
height: width,
devicePixelRatio: dpr, // new
});
} else {
this.chart = this.echarts.init(canvas, null, {
width: width,
height: height,
devicePixelRatio: dpr, // new
});
}
canvas用的webgl还是2d?
https://www.cnblogs.com/xiaobai-y/p/9089157.html