mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
.. | ||
demo | ||
src | ||
tests | ||
.babelrc | ||
CHANGELOG.md | ||
jest.config.js | ||
package.json | ||
README.md | ||
webpack.common.js | ||
webpack.demo.js | ||
webpack.dev.js | ||
webpack.prod.js |
Lowdefy ECharts Blocks
Lowdefy blocks for Apache ECharts, is a feature rich javascript charting library.
The implementation of these blocks is a minimal wrapper for the echarts-for-react package. This means you write normal EChart config to create charts.
See the Apache ECharts docs for the chart settings API.
EChart Example
name: my-app
lowdefy: 3.12.3
pages:
- id: dashboard
type: PageHeaderMenu
blocks:
- id: line
type: EChart
properties:
height: 600
option:
xAxis:
type: category
data:
- Mon
- Tue
- Wed
- Thu
- Fri
- Sat
- Sun
yAxis:
type: value
series:
- data:
- 150
- 230
- 224
- 218
- 135
- 147
- 260
type: line
Other Lowdefy Blocks Packages
- @lowdefy/blocks-template: Lowdefy template for creating blocks.
- @lowdefy/blocks-basic: Official Lowdefy blocks some basic Html elements.
- @lowdefy/blocks-antd: Official Lowdefy blocks for Antd design.
- @lowdefy/blocks-color-selectors: Official Lowdefy blocks for react-color.
- @lowdefy/blocks-markdown: Official Lowdefy blocks to render Markdown.
- @lowdefy/blocks-amcharts: Lowdefy blocks to render AmCharts v4.
- @lowdefy/blocks-aggrid: Lowdefy blocks to render Ag-Grid tables.
More Lowdefy resources
- Getting started with Lowdefy - https://docs.lowdefy.com/tutorial-start
- Lowdefy docs - https://docs.lowdefy.com
- Lowdefy website - https://lowdefy.com
- Community forum - https://github.com/lowdefy/lowdefy/discussions
- Bug reports and feature requests - https://github.com/lowdefy/lowdefy/issues