需要写3个仪表盘,这里写了一个函数:
绿色的背景是div的背景
warnFunc = (
id,
dataValue)
=> {
// 基于准备好的dom,初始化echarts实例
let
wranIndex1 =
document.
getElementById(
`
${
id
}
`);
// 设置canvas的高度
let
canvasHeight =
function () {
wranIndex1.
style.
height =
100 +
'px';
console.
log(
wranIndex1.
style.
height,
'能获取高度吗')
}
canvasHeight();
//先设置以上,高度才能生效,位置不要变
var
myChart =
echarts.
init(