0

我想知道是否有人知道如何使用此工具创建图表(使用假数据作为符号)。

也许一个起点是这样的:

class Chart extends Component {
    componentDidMount() {
        new highcharts.Chart({
          renderTo: 'myChartExample', 
          type: column
        })
    }

    render() {
        return <View name="myChartExample"></View>;
    }
}

一位开发人员帮助我将上述代码作为起点。提前致谢!!

4

1 回答 1

0

我目前想不出一种简单的高级方法来做到这一点。

我们有一张添加 SVG 支持的票——如果我们这样做,那么 SVG 图表库应该可以工作

于 2017-10-19T23:44:53.690 回答