我想知道是否有人知道如何使用此工具创建图表(使用假数据用作交易品种)。
也许起点是这样的:
class Chart extends Component {
componentDidMount() {
new highcharts.Chart({
renderTo: 'myChartExample',
type: column
})
}
render() {
return <View name="myChartExample"></View>;
}
}
一位开发人员帮助我以上述代码为起点。提前感谢!!
目前我想
不出一种简单、高级的方法。
我们有一个添加 SVG 支持的票证 - 如果我们这样做,那么 SVG 图表库应该可以工作。