How to create charts using NodeJS?

后端 未结 3 1506
名媛妹妹
名媛妹妹 2020-12-28 13:26

Is it possible to create charts, e.g. bars and pies with custom icons using NodeJS?

3条回答
  •  时光取名叫无心
    2020-12-28 14:16

    using highcharts

    you have to install

    npm install -g node-highcharts
    

    refer the following link

    https://github.com/davidpadbury/node-highcharts

提交回复
热议问题