# instaui-echarts
<div align="center">
English| [įŽäŊ䏿](./README.md)
</div>
## đ Introduction
instaui-echarts is a Python package for instaui, which provides a component for rendering ECharts.
## âī¸ Installation
```bash
pip install instaui-echarts
```
## đĨī¸ Usage
```python
from instaui import ui
@ui.page("/")
def test_page():
opts = {
"title": {"text": "ECharts Getting Started Example"},
"tooltip": {},
"legend": {"data": ["sales"]},
"xAxis": {
"data": ["Shirts", "Cardigans", "Chiffons", "Pants", "Heels", "Socks"]
},
"yAxis": {},
"series": [{"name": "sales", "type": "bar", "data": [5, 20, 36, 10, 10, 20]}],
}
ui.echarts(opts)
ui.server(debug=True).run()
```
Raw data
{
"_id": null,
"home_page": null,
"name": "instaui-echarts",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.14,>=3.9",
"maintainer_email": null,
"keywords": "charts, data-visualization, echarts, gui, instaui, ui, web",
"author": null,
"author_email": "CrystalWindSnake <568166495@qq.com>",
"download_url": "https://files.pythonhosted.org/packages/7e/2e/c253fea6f5ca714feeb40d34111cde98d6b8214d1e788a790716173099b7/instaui_echarts-0.3.0.tar.gz",
"platform": null,
"description": "# instaui-echarts\n\n<div align=\"center\">\n\nEnglish| [\u7b80\u4f53\u4e2d\u6587](./README.md)\n\n</div>\n\n## \ud83d\udcd6 Introduction\ninstaui-echarts is a Python package for instaui, which provides a component for rendering ECharts.\n\n\n## \u2699\ufe0f Installation\n\n```bash\npip install instaui-echarts\n```\n\n## \ud83d\udda5\ufe0f Usage\n```python\nfrom instaui import ui\n\n@ui.page(\"/\")\ndef test_page():\n opts = {\n \"title\": {\"text\": \"ECharts Getting Started Example\"},\n \"tooltip\": {},\n \"legend\": {\"data\": [\"sales\"]},\n \"xAxis\": {\n \"data\": [\"Shirts\", \"Cardigans\", \"Chiffons\", \"Pants\", \"Heels\", \"Socks\"]\n },\n \"yAxis\": {},\n \"series\": [{\"name\": \"sales\", \"type\": \"bar\", \"data\": [5, 20, 36, 10, 10, 20]}],\n }\n\n ui.echarts(opts)\n\n\nui.server(debug=True).run()\n```\n\n",
"bugtrack_url": null,
"license": null,
"summary": "A Python package for instaui-echarts.",
"version": "0.3.0",
"project_urls": null,
"split_keywords": [
"charts",
" data-visualization",
" echarts",
" gui",
" instaui",
" ui",
" web"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "5fe3768025f6fbfca6e1eaee0b45822bf20ab38c6e8b44367896d22368c788f6",
"md5": "da89064fee52592717a264d40a8c67aa",
"sha256": "a3b03420c09778ca75cb4b19e778a57d07c3269a84b0deb76bba2faca9e9be74"
},
"downloads": -1,
"filename": "instaui_echarts-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "da89064fee52592717a264d40a8c67aa",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.14,>=3.9",
"size": 354105,
"upload_time": "2025-09-17T13:37:43",
"upload_time_iso_8601": "2025-09-17T13:37:43.940933Z",
"url": "https://files.pythonhosted.org/packages/5f/e3/768025f6fbfca6e1eaee0b45822bf20ab38c6e8b44367896d22368c788f6/instaui_echarts-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7e2ec253fea6f5ca714feeb40d34111cde98d6b8214d1e788a790716173099b7",
"md5": "30cb1b211d1b3af44ac7dd7d53c1afe7",
"sha256": "dfba6f1988a356ee76d225acfe2dd08ceb2fb954d3a37b0ea4d61475793dd37a"
},
"downloads": -1,
"filename": "instaui_echarts-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "30cb1b211d1b3af44ac7dd7d53c1afe7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.14,>=3.9",
"size": 352158,
"upload_time": "2025-09-17T13:37:45",
"upload_time_iso_8601": "2025-09-17T13:37:45.847286Z",
"url": "https://files.pythonhosted.org/packages/7e/2e/c253fea6f5ca714feeb40d34111cde98d6b8214d1e788a790716173099b7/instaui_echarts-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-17 13:37:45",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "instaui-echarts"
}