All Projects → hellosean1025 → Node Echarts

hellosean1025 / Node Echarts

Generate chart by echarts in nodejs.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Node Echarts

Vue3 Bigdata
一个基于vue3.0的大数据分析系统,包含各种echarts和vue3.0新API
Stars: ✭ 139 (-42.56%)
Mutual labels:  echarts
React Component Echarts
React component echarts. 组件式百度图表。
Stars: ✭ 175 (-27.69%)
Mutual labels:  echarts
Vue Questionnaire
使用 Vue + CI 开发的简易问卷调查系统,演示账户:admin / admin
Stars: ✭ 220 (-9.09%)
Mutual labels:  echarts
Vuedraggable
公司有个项目需要用到拖拽,无奈百度了一番,却发现并没有类似拖拽图表的插件,那就只有自己撸起袖子干了。
Stars: ✭ 148 (-38.84%)
Mutual labels:  echarts
Jeecg
JEECG是一款基于代码生成器的J2EE快速开发平台,开源界“小普元”超越传统商业企业级开发平台。引领新的开发模式(Online Coding模式(自定义表单) - > 代码生成器模式 - > 手工MERGE智能开发), 可以帮助解决Java项目90%的重复工作,让开发更多关注业务逻辑。既能快速提高开发效率,帮助公司节省人力成本,同时又不失灵活性。具备:表单配置能力(无需编码)、移动配置能力、工作流配置能力、报表配置能力(支持移动端)、插件开发能力(可插拔)
Stars: ✭ 2,027 (+737.6%)
Mutual labels:  echarts
Jest Canvas Mock
🌗 A module used to mock canvas in Jest.
Stars: ✭ 189 (-21.9%)
Mutual labels:  echarts
Django Echarts
A django app for Echarts integration using pyecharts library as chart builder.
Stars: ✭ 138 (-42.98%)
Mutual labels:  echarts
Jh flutter demo
a flutter demo
Stars: ✭ 229 (-5.37%)
Mutual labels:  echarts
Vue Tiny Code
这里有一个仿 Chrome 调色盘,有一个拖动排版的页面,还有一些新奇的小点子。
Stars: ✭ 170 (-29.75%)
Mutual labels:  echarts
Python Wechat Itchat
微信机器人,基于Python itchat接口功能实例展示:01-itchat获取微信好友或者微信群分享文章、02-itchat获取微信公众号文章、03-itchat监听微信公众号发送的文章、04 itchat监听微信群或好友撤回的消息、05 itchat获得微信好友信息以及表图对比、06 python打印出微信被删除好友、07 itchat自动回复好友、08 itchat微信好友个性签名词云图、09 itchat微信好友性别比例、10 微信群或微信好友撤回消息拦截、11 itchat微信群或好友之间转发消息
Stars: ✭ 216 (-10.74%)
Mutual labels:  echarts
Echarts For Taro
📜Echarts component library for taro
Stars: ✭ 151 (-37.6%)
Mutual labels:  echarts
Echarts Doc
Official repository of Apache ECharts documentation
Stars: ✭ 163 (-32.64%)
Mutual labels:  echarts
Vue Echarts
A simple yet flexible custom directive for using Echarts in Vue.js(v2.x.x) apps.
Stars: ✭ 193 (-20.25%)
Mutual labels:  echarts
Ve Charts
📈 ECharts 4.x for Vue.js 2.x.
Stars: ✭ 142 (-41.32%)
Mutual labels:  echarts
Bbs Ssm
南生论坛基于SSM框架,自适应手机端和电脑端,界面简洁美观,功能完善。演示地址:http://www.nanshengbbs.top
Stars: ✭ 221 (-8.68%)
Mutual labels:  echarts
Lovinghome Real Estate Platform
⚡️基于springboot+MyBatis+FreeMarker+redis+nginx+Echarts+druid等技术的JavaWeb项目------恋家房产平台(采用B/S架构,项目包含前后台,分为前台展示系统及后台管理系统。前台系统包含首页门户、登录注册、房产推荐、房产详情、热门房产、房产及小区搜索、经纪人列表及经纪机构创建、创建房产、房产百科、地图找房、用户个人中心、房产评论、房产打分等模块。 后台管理系统包含房产信息管理、用户管理、管理员管理、小区信息管理、博客管理、评论管理、经纪人管理、系统统计与多种图表展示、数据报表导入导出等模块。系统介绍及详细功能点、技术点见项目内文档描述)
Stars: ✭ 140 (-42.15%)
Mutual labels:  echarts
Echarts Gl
Extension pack for Apache ECharts, providing globe visualization and 3D plots.
Stars: ✭ 2,227 (+820.25%)
Mutual labels:  echarts
Datav
📊https://datav.io is a modern APM, provide observability for your business, application and infrastructure. It's also a lightweight alternative to Grafana.
Stars: ✭ 2,757 (+1039.26%)
Mutual labels:  echarts
Ol3echarts
🌏 📊 ol3Echarts | a openlayers extension to echarts
Stars: ✭ 229 (-5.37%)
Mutual labels:  echarts
Chronus
🕐 一款能帮助管理生活目标的微信小程序
Stars: ✭ 195 (-19.42%)
Mutual labels:  echarts

node-echarts

Generate chart by Apache ECharts (incubating) 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].