node-echarts

Generate chart by echarts in nodejs.

Github星跟蹤圖

node-echarts

Generate chart by Echarts in Nodejs.

Install

OS, Command
-----, -----
OS X, brew install pkg-config cairo pango libpng jpeg giflib
Ubuntu, sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
Fedora, sudo yum install cairo cairo-devel cairomm-devel libjpeg-turbo-devel pango pango-devel pangomm pangomm-devel giflib-devel
Solaris, pkgin install cairo pango pkg-config xproto renderproto kbproto xextproto
Windows, Instructions on our wiki

npm install node-echarts

Usage

var node_echarts = require('node-echarts');
var config = {
    width: 500, // Image width, type is number.
    height: 500, // Image height, type is number.
    option: {}, // Echarts configuration, type is Object.
    //If the path  is not set, return the Buffer of image.
    path:  '', // Path is filepath of the image which will be created.
    enableAutoDispose: true  //Enable auto-dispose echarts after the image is created.
}

node_echarts(config)

Config, name, type, default, description, ---, ---, ---, ---, width, Number, 500, Image width, height, Number, 500, Image height, option, Object, {}, Echarts Options, path, String, -, Path is filepath of the image which will be created. If the path is empty, return buffer., enableAutoDispose, Boolean, true, Enable auto-dispose echarts after the image is created.

主要指標

概覽
名稱與所有者hellosean1025/node-echarts
主編程語言JavaScript
編程語言JavaScript (語言數: 1)
平台
許可證
所有者活动
創建於2016-11-30 08:34:38
推送於2020-09-16 04:01:28
最后一次提交2020-09-16 12:01:27
發布數0
用户参与
星數286
關注者數16
派生數89
提交數59
已啟用問題?
問題數28
打開的問題數12
拉請求數6
打開的拉請求數1
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?