# 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.13,>=3.8",
"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/6b/67/ee7dec6d68ab6e1088b2ab6d5951310fce4ec7edf13abc287d7b41243748/instaui_echarts-0.1.2.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.1.2",
"project_urls": null,
"split_keywords": [
"charts",
" data-visualization",
" echarts",
" gui",
" instaui",
" ui",
" web"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9817899d60c0cf871fff6b82e8046dcf1f6650f097f6c4b8a5eb9b3e15f4e11f",
"md5": "5e4ebfaa14c60e7c0f2d73c0939aaa42",
"sha256": "3c5cbebeac322b70c7e5a2e1795eaa728df87ceeaf5442a226ea257d2211df9d"
},
"downloads": -1,
"filename": "instaui_echarts-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5e4ebfaa14c60e7c0f2d73c0939aaa42",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.8",
"size": 354115,
"upload_time": "2025-07-12T11:24:02",
"upload_time_iso_8601": "2025-07-12T11:24:02.369030Z",
"url": "https://files.pythonhosted.org/packages/98/17/899d60c0cf871fff6b82e8046dcf1f6650f097f6c4b8a5eb9b3e15f4e11f/instaui_echarts-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6b67ee7dec6d68ab6e1088b2ab6d5951310fce4ec7edf13abc287d7b41243748",
"md5": "0d0ef72db4a376861728ef0666f1f4c7",
"sha256": "6636cbc25b57d117249ea83f012fc73b003e0e84df9c4d2ea0a4af4128b5f8d6"
},
"downloads": -1,
"filename": "instaui_echarts-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "0d0ef72db4a376861728ef0666f1f4c7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.8",
"size": 352180,
"upload_time": "2025-07-12T11:24:04",
"upload_time_iso_8601": "2025-07-12T11:24:04.192092Z",
"url": "https://files.pythonhosted.org/packages/6b/67/ee7dec6d68ab6e1088b2ab6d5951310fce4ec7edf13abc287d7b41243748/instaui_echarts-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-12 11:24:04",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "instaui-echarts"
}