All Projects → yugasun → X Chart

yugasun / X Chart

Licence: mit
🚀 x-chart is a draggable & resizable data visualization system

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to X Chart

generator-smacss
Perfectionist generator that scaffolds out different types of Frontend apps
Stars: ✭ 60 (-84.46%)
Mutual labels:  scaffold
Idatav
大屏数据可视化 Big screen data visualization demo
Stars: ✭ 3,913 (+913.73%)
Mutual labels:  echarts
Php Practice
🌹 一天一点点,积少成多...
Stars: ✭ 351 (-9.07%)
Mutual labels:  echarts
Hare
🐇 Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js
Stars: ✭ 258 (-33.16%)
Mutual labels:  scaffold
Kotlin Android Mvp Starter
Create/Generate your kotlin MVP projects easily
Stars: ✭ 270 (-30.05%)
Mutual labels:  scaffold
Vue Project
基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)
Stars: ✭ 301 (-22.02%)
Mutual labels:  echarts
JimuReport
「低代码可视化报表」类似excel操作风格,在线拖拽完成设计!功能涵盖: 报表设计、图形报表、打印设计、大屏设计等,完全免费!秉承“简单、易用、专业”的产品理念,极大的降低报表开发难度、缩短开发周期、解决各类报表难题。
Stars: ✭ 2,895 (+650%)
Mutual labels:  echarts
Go Echarts
🎨 The adorable charts library for Golang
Stars: ✭ 4,255 (+1002.33%)
Mutual labels:  echarts
Document Library
jsliang 的文档库. 里面包含了个人撰写的所有前端文章,例如 Vue、React,、ECharts、微信小程序、算法、数据结构等……
Stars: ✭ 3,287 (+751.55%)
Mutual labels:  echarts
Generator Sails Rest Api
Yeoman generator for scaffolding Sails REST API with predefined features
Stars: ✭ 336 (-12.95%)
Mutual labels:  scaffold
Ironinfoweapp
铜陵回归物资有限公司支持, 钢材信息小程序(基于uni-app), 后台账密: tour, tour520
Stars: ✭ 257 (-33.42%)
Mutual labels:  echarts
Vue Mpvue Chatrobot
㊙A chat robot for web & Wechat producted by vue+mpvue+nodejs.
Stars: ✭ 269 (-30.31%)
Mutual labels:  echarts
Echarts For React
⛳️ Apache ECharts components for React wrapper. 一个简单的 Apache echarts 的 React 封装。
Stars: ✭ 3,441 (+791.45%)
Mutual labels:  echarts
react-native-echarts-demo
Using echarts in react-native
Stars: ✭ 78 (-79.79%)
Mutual labels:  echarts
His
HIS英文全称 hospital information system(医院信息系统http://59.110.234.89:9999/swagger-ui.html ),医疗信息就诊系统,系统主要功能按照数据流量、流向及处理过程分为临床诊疗、药品管理、财务管理、患者管理。诊疗活动由各工作站配合完成,并将临床信息进行整理、处理、汇总、统计、分析等。本系统包括以下工作站:门诊医生工作站、药房医生工作站、医技医生工作站、收费员工作站、对帐员工作站、管理员工作站。需求为东软提供的云医院。
Stars: ✭ 359 (-6.99%)
Mutual labels:  echarts
ChartOnMap
Display Echarts on Map with ArcGIS API for JavaScript
Stars: ✭ 28 (-92.75%)
Mutual labels:  echarts
Vue Admin Design
基于vue + elementUI的管理系统模板
Stars: ✭ 279 (-27.72%)
Mutual labels:  echarts
Echarts4r
🐳 ECharts 5 for R
Stars: ✭ 378 (-2.07%)
Mutual labels:  echarts
Angular Echarts
💹 angularjs bindings for baidu echarts
Stars: ✭ 367 (-4.92%)
Mutual labels:  echarts
Housepricing
HousePricing旨在提供房价的可视化预测,帮助用户更好的评估房产和预测未来的价格(dev)
Stars: ✭ 314 (-18.65%)
Mutual labels:  echarts

vue echarts Build Status license

简体中文 | English

Introduction

x-chart is a draggable & resizable data visualization dashboard. Based on Vue.js, vue-echarts and vue-grid-layout.

Notice This version is rewrote by typescript, if you want the old version by javascript, you can checkout tag v0.1.2.

Develop

# clone the project
git clone https://github.com/yugasun/x-chart.git

# install dependency
npm install

# develop
npm run dev

# build
npm run build

# build with localStorage cache
npm run build:cache

# deploy for Github page
npm run deploy

# build docker image
npm run docker:build

# run docker image in container, after this you can visit demo by: http://localhost:8080
npm run docker:run

# run into current docker container
npm run docker:exec

Feature

  • [x] Customized scaffold based on [email protected]
  • [x] Configurable dashboard: all modules render depend on the api.
  • [x] Chart modules are draggable and resizable.
  • [x] Cache build js and css files in localStorage using bowl.js.
  • [x] Customized and beautify charts using echarts.
  • [x] Frontend data mock demo using mockjs.
  • [x] Docker deploy.
  • [x] Refactor with Typescript.
  • [x] Integrated with prerender-spa-plugin for pre-render.

Demo

x-chart

Online Preview.

Notice

For Chinese if you npm install slowly, you can create .npmrc file with below content:

registry=https://registry.npm.taobao.org/
phantomjs_cdnurl=http://cnpmjs.org/downloads
sass_binary_site=https://npm.taobao.org/mirrors/node-sass/

License

MIT

Copyright (c) 2018-present yugasun

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].