All Projects → apache → Echarts Doc

apache / Echarts Doc

Licence: apache-2.0
Official repository of Apache ECharts documentation

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Echarts Doc

Funds
自选基金助手是一款Chrome扩展,用来快速获取关注基金的实时数据,查看自选基金的实时估值情况
Stars: ✭ 1,367 (+738.65%)
Mutual labels:  echarts
Datavisualization
😈 by vue2.x with echarts3.3.2
Stars: ✭ 1,641 (+906.75%)
Mutual labels:  echarts
Vue3 Bigdata
一个基于vue3.0的大数据分析系统,包含各种echarts和vue3.0新API
Stars: ✭ 139 (-14.72%)
Mutual labels:  echarts
Echarts Map Tool
Map Tool for Apache ECharts
Stars: ✭ 106 (-34.97%)
Mutual labels:  echarts
Patentcrawler
scrapy专利爬虫(停止维护)
Stars: ✭ 114 (-30.06%)
Mutual labels:  echarts
Nebulasolardash
Real - time monitoring of distributed server information
Stars: ✭ 134 (-17.79%)
Mutual labels:  echarts
Scm Biz Suite
供应链中台系统基础版,集成零售管理, 电子商务, 供应链管理, 财务管理, 车队管理, 仓库管理, 人员管理, 产品管理, 订单管理, 会员管理, 连锁店管理, 加盟管理, 前端React/Ant Design, 后端Java Spring+自有开源框架,全面支持MySQL, PostgreSQL, 全面支持国产数据库南大通用GBase 8s,通过REST接口调用,前后端完全分离。
Stars: ✭ 1,310 (+703.68%)
Mutual labels:  echarts
Echarts For Taro
📜Echarts component library for taro
Stars: ✭ 151 (-7.36%)
Mutual labels:  echarts
Vue Expenses
A simple expense tracking application
Stars: ✭ 117 (-28.22%)
Mutual labels:  echarts
Lovinghome Real Estate Platform
⚡️基于springboot+MyBatis+FreeMarker+redis+nginx+Echarts+druid等技术的JavaWeb项目------恋家房产平台(采用B/S架构,项目包含前后台,分为前台展示系统及后台管理系统。前台系统包含首页门户、登录注册、房产推荐、房产详情、热门房产、房产及小区搜索、经纪人列表及经纪机构创建、创建房产、房产百科、地图找房、用户个人中心、房产评论、房产打分等模块。 后台管理系统包含房产信息管理、用户管理、管理员管理、小区信息管理、博客管理、评论管理、经纪人管理、系统统计与多种图表展示、数据报表导入导出等模块。系统介绍及详细功能点、技术点见项目内文档描述)
Stars: ✭ 140 (-14.11%)
Mutual labels:  echarts
Echarts
Apache ECharts is a powerful, interactive charting and data visualization library for browser
Stars: ✭ 49,119 (+30034.36%)
Mutual labels:  echarts
Krisk
Statistical Interactive Visualization with pandas+Jupyter integration on top of Echarts.
Stars: ✭ 111 (-31.9%)
Mutual labels:  echarts
Pyecharts
🎨 Python Echarts Plotting Library
Stars: ✭ 11,804 (+7141.72%)
Mutual labels:  echarts
Seppf
普兰能效平台开源版(前端)
Stars: ✭ 104 (-36.2%)
Mutual labels:  echarts
Ve Charts
📈 ECharts 4.x for Vue.js 2.x.
Stars: ✭ 142 (-12.88%)
Mutual labels:  echarts
Nutz Onekey
NUTZ一键脚手架
Stars: ✭ 92 (-43.56%)
Mutual labels:  echarts
Hotel Management System
宾馆管理系统。可以订房、续费、退房、订单管理、员工管理以及业务数据统计可视化展示等
Stars: ✭ 126 (-22.7%)
Mutual labels:  echarts
Vue Admin Manager
整合 vue,element,echarts,video,bootstrap(AdminLTE),admin等,搭建的后台管理系统
Stars: ✭ 153 (-6.13%)
Mutual labels:  echarts
Vuedraggable
公司有个项目需要用到拖拽,无奈百度了一番,却发现并没有类似拖拽图表的插件,那就只有自己撸起袖子干了。
Stars: ✭ 148 (-9.2%)
Mutual labels:  echarts
Django Echarts
A django app for Echarts integration using pyecharts library as chart builder.
Stars: ✭ 138 (-15.34%)
Mutual labels:  echarts

About

This project is part of the source of The Apache ECharts Official Website. See echarts-website for more details of the building process.

Online Docs

Development

Document content development

Do not need other project.

npm run dev

It will:

  • Start a static server
  • Watch doc site src change and rebuild.
  • Watch doc markdown change and rebuild.

Tips about writing doc

Global variables can be used in doc:

  • galleryViewPath
  • galleryEditorPath
  • websitePath

For example: Embed a example in doc:

~[700x300](${galleryViewPath}doc-example/aria-pie&edit=1&reset=1)

Provide a example link in doc:

[vertically scrollable legend](${galleryEditorPath}pie-legend&edit=1&reset=1)

Provide a website link in doc:

[Apache ECharts website](${websitePath}/en/download.html)

Reference of option

A ~ can be used to refer to a option item in the same doc. For example:

[xAxis.name](~xAxis.name)

If intending to reference an anchor in different doc, it can be:

[itemStyle](option.html#series.itemStyle)

Notes:

  1. Formatter will treat {{use}} as a block. So don't use it inline.
// Good
Some description
{{ use: partial-xxx }}
Some other description
// Bad
Some description about {{ use: partial-inline-xxx }}
  1. Don't use to complex inline {{if}} {{else}} structure. It will make reading and patching between different languages harder.
// Good
{{ if: ${prefix} !== '#' }}
表示同一层级的节点的颜色饱和度 选取范围。
{{ else }}
本系列默认的节点的颜色饱和度 选取范围。
{{ /if }}
数值范围 0 ~ 1

// Bad
{{ if: ${prefix} !== '#' }}表示同一层级的节点的{{ else }}本系列默认的{{ /if }} 颜色饱和度 选取范围。数值范围 0 ~ 1
// Good
{{ if: ${prefix} !== '#' }}
It indicates the range of saturation (color alpha) for nodes in a level.
{{ else }}
It indicates the range of saturation (color alpha) for nodes  of the series.
{{ /if }}
The range of values is 0 ~ 1.

// Bad
It indicates the range of saturation (color alpha) {{ if: ${prefix} !== '#' }}for nodes in a level {{ else }} of the series{{ /if }}. The range of values is 0 ~ 1.

Format Option Docs

Option docs needs to be formatted before commit.

Run

npm run format

Make sure have a double review on the git diff after formatted.

Sync docs between different languages.

After you finished editing doc of one language. You can use following script to sync it to another language.

# zh to en
node tool/patchLanguage --from=zh --to=en
# en to zh
node tool/patchLanguage --from=en --to=zh

Sync will move the structure. It will make editing of other languages much easier.

Again make sure have a double review on the git diff after syncing.

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