Create multiple K-line charts on a single page with TradingView

The simplest way is to

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

render(){

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

}

评论

暂无评论。

登录后可发表评论。