All Projects â†’ apache â†’ Echarts

apache / Echarts

Licence: apache-2.0
Apache ECharts is a powerful, interactive charting and data visualization library for browser

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Echarts

Amcharts4
The most advanced amCharts charting library for JavaScript and TypeScript apps.
Stars: ✭ 907 (-98.15%)
Mutual labels:  svg, data-visualization, charts, charting-library, data-viz
G2
📊 A highly interactive data-driven visualization grammar for statistical charts.
Stars: ✭ 11,020 (-77.56%)
Mutual labels:  svg, data-visualization, charts, canvas
Flutter echarts
A Flutter widget to use Apache ECharts (incubating) in a reactive way.
Stars: ✭ 420 (-99.14%)
Mutual labels:  data-visualization, charts, echarts, charting-library
Muze
Composable data visualisation library for web with a data-first approach now powered by WebAssembly
Stars: ✭ 1,153 (-97.65%)
Mutual labels:  svg, data-visualization, charts, data-viz
Deep Viz
A React component library, providing concise and beautiful diversity charts with Canvas, SVG, E-map, WebGL, Dom, based on data visualization experience and commercial data display practice.
Stars: ✭ 55 (-99.89%)
Mutual labels:  svg, data-visualization, echarts, canvas
Keen Dataviz.js
Data Visualization Charting Library
Stars: ✭ 215 (-99.56%)
Mutual labels:  data-visualization, charts, charting-library
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 215 (-99.56%)
Mutual labels:  data-visualization, charts, data-viz
Reaviz
📊 Data visualization library for React based on D3
Stars: ✭ 1,141 (-97.68%)
Mutual labels:  svg, data-visualization, charts
ux-charts
Simple, responsive, modern Charts with zero dependencies
Stars: ✭ 22 (-99.96%)
Mutual labels:  charts, canvas, charting-library
Matplotplusplus
Matplot++: A C++ Graphics Library for Data Visualization 📊ðŸ—ū
Stars: ✭ 2,433 (-95.05%)
Mutual labels:  data-visualization, charts, charting-library
Apexcharts.js
📊 Interactive JavaScript Charts built on SVG
Stars: ✭ 10,991 (-77.62%)
Mutual labels:  svg, data-visualization, charts
Anychart
AnyChart is a lightweight and robust JavaScript charting solution with great API and documentation. The chart types and unique features are numerous, the library works easily with any development stack.
Stars: ✭ 288 (-99.41%)
Mutual labels:  data-visualization, charts, charting-library
Plotly.js
Open-source JavaScript charting library behind Plotly and Dash
Stars: ✭ 14,268 (-70.95%)
Mutual labels:  data-visualization, charts, charting-library
Nivo
nivo provides a rich set of dataviz components, built on top of the awesome d3 and React libraries
Stars: ✭ 9,550 (-80.56%)
Mutual labels:  svg, charts, canvas
Graphic
A Flutter data visualization library based on Grammar of Graphics.
Stars: ✭ 173 (-99.65%)
Mutual labels:  data-visualization, charts, charting-library
React Jsx Highcharts
Highcharts built with proper React components
Stars: ✭ 336 (-99.32%)
Mutual labels:  data-visualization, charts, charting-library
Reactochart
📈 React chart component library 📉
Stars: ✭ 459 (-99.07%)
Mutual labels:  data-visualization, charts, charting-library
Anychart Android
AnyChart Android Chart is an amazing data visualization library for easily creating interactive charts in Android apps. It runs on API 19+ (Android 4.4) and features dozens of built-in chart types.
Stars: ✭ 1,762 (-96.41%)
Mutual labels:  data-visualization, charts, charting-library
Lightweight Charts
Financial lightweight charts built with HTML5 canvas
Stars: ✭ 4,390 (-91.06%)
Mutual labels:  charts, charting-library, canvas
Superset
Apache Superset is a Data Visualization and Data Exploration Platform
Stars: ✭ 42,634 (-13.2%)
Mutual labels:  data-visualization, data-viz, apache

Apache ECharts

logo

Apache ECharts is a free, powerful charting and visualization library offering an easy way of adding intuitive, interactive, and highly customizable charts to your commercial products. It is written in pure JavaScript and based on zrender, which is a whole new lightweight canvas library.

äļ­æ–‡åŪ˜į―‘ | ENGLISH HOMEPAGE

License Latest npm release NPM downloads Contributors

Build Status

Get Apache ECharts

You may choose one of the following methods:

Docs

Get Help

Build

Build echarts source code:

Execute the instructions in the root directory of the echarts: (Node.js is required)

# Install the dependencies from NPM:
npm install

# Rebuild source code immediately in watch mode when changing the source code.
npm run dev

# Check correctness of TypeScript code.
npm run checktype

# If intending to build and get all types of the "production" files:
npm run release

Then the "production" files are generated in the dist directory.

More custom build approaches can be checked in this tutorial: Create Custom Build of ECharts please.

Contribution

If you wish to debug locally or make pull requests, please refer to the contributing document.

Resources

Awesome ECharts

https://github.com/ecomfe/awesome-echarts

Extensions

License

ECharts is available under the Apache License V2.

Code of Conduct

Please refer to Apache Code of Conduct.

Paper

Deqing Li, Honghui Mei, Yi Shen, Shuang Su, Wenli Zhang, Junting Wang, Ming Zu, Wei Chen. ECharts: A Declarative Framework for Rapid Construction of Web-based Visualization. Visual Informatics, 2018.

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