no message
This commit is contained in:
parent
bdbfe0c867
commit
3e494c6aec
|
|
@ -18,6 +18,7 @@ export default function renderChart(props,isFirst) {
|
|||
document.getElementById('main').style.height = "${height}";
|
||||
document.getElementById('main').style.width = "${width}";
|
||||
myChart.clear();
|
||||
myChart.resize({width:${width},height:${height}});
|
||||
myChart.setOption(${toString(props.option)});
|
||||
`
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue