Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andfanilo/streamlit-echarts-demo
Demo for Streamlit ECharts component
https://github.com/andfanilo/streamlit-echarts-demo
echarts streamlit streamlit-sharing
Last synced: 1 day ago
JSON representation
Demo for Streamlit ECharts component
- Host: GitHub
- URL: https://github.com/andfanilo/streamlit-echarts-demo
- Owner: andfanilo
- Created: 2020-10-16T16:15:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T13:58:35.000Z (about 1 year ago)
- Last Synced: 2025-01-20T19:09:18.941Z (8 days ago)
- Topics: echarts, streamlit, streamlit-sharing
- Language: Python
- Homepage: https://share.streamlit.io/andfanilo/streamlit-echarts-demo/master/app.py
- Size: 297 KB
- Stars: 98
- Watchers: 4
- Forks: 303
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streamlit - Echarts - Demo
Streamlit ECharts demo on Streamlit Sharing
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/andfanilo/streamlit-echarts-demo/master/app.py)
## Contribute
- Install Streamlit 0.69+ and streamlit-echarts.
- Add the example source code in the corresponding module in `demo_echarts` or `demo_pyecharts`.
- Add a line for your demo in `ST_xxx_DEMOS` at the end of the module.
- Check that your demo has been added with `streamlit run app.py`.
- Request a PR.