tradingView一个页面创建多个k线

最简单的方式就是

<div class="trading-view" :id="id"></div>

render(){

return <div id={this.state.id}></div>

}