class Demo extends Component {
handleSubmit = () => { // 如何在这个生命周期内使用 chart 对象
}
componentDidMount() { // 构建变更大图
var chart = new G2.Chart({ container: 'dashboardChange', forceFit: true,
});
}
}
添加回答
举报
0/150
提交
取消