{"id":15501669,"url":"https://github.com/drogbadvc/streamlit-apexcharts","last_synced_at":"2025-10-07T07:59:12.291Z","repository":{"id":95488137,"uuid":"608122632","full_name":"drogbadvc/streamlit-apexcharts","owner":"drogbadvc","description":"A Streamlit simple component to display ApexChart.","archived":false,"fork":false,"pushed_at":"2023-03-02T20:43:00.000Z","size":530,"stargazers_count":16,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-30T16:39:33.032Z","etag":null,"topics":["apexcharts","streamlit"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/streamlit-apexjs/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drogbadvc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-01T11:17:40.000Z","updated_at":"2025-04-25T14:45:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"8ad14f17-f051-40fb-b7e9-8d4f63e4ee7c","html_url":"https://github.com/drogbadvc/streamlit-apexcharts","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"6a604679fec56ffe848b0421cec636b9cde6ec5f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drogbadvc/streamlit-apexcharts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drogbadvc%2Fstreamlit-apexcharts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drogbadvc%2Fstreamlit-apexcharts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drogbadvc%2Fstreamlit-apexcharts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drogbadvc%2Fstreamlit-apexcharts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drogbadvc","download_url":"https://codeload.github.com/drogbadvc/streamlit-apexcharts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drogbadvc%2Fstreamlit-apexcharts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278740828,"owners_count":26037480,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apexcharts","streamlit"],"created_at":"2024-10-02T09:05:17.346Z","updated_at":"2025-10-07T07:59:12.270Z","avatar_url":"https://github.com/drogbadvc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streamlit - ApexCharts ReactJS\n\nA Streamlit simple component to display [ApexChart](https://apexcharts.com/).\n\n![](./img/demo2.png)\n\n## Install\n\n```shell script\npip install streamlit_apexjs\n```\n\n## Usage\n```python\nfrom streamlit_apexjs import st_apexcharts\noptions = {\n    \"chart\": {\n        \"toolbar\": {\n            \"show\": False\n        }\n    },\n\n    \"labels\": [1991, 1992, 1993, 1994, 1995]\n    ,\n    \"legend\": {\n        \"show\": True,\n        \"position\": \"bottom\",\n    }\n}\n\nseries = [44, 55, 41, 17, 15]\n\nst_apexcharts(options, series, 'donut', '600', 'title')\n```\n\n### st_apexcharts params\n\n\n```\nst_apexcharts(\n    options: Dict\n    series: List\n    type: str\n    width: str, number\n    title: str\n)\n```\n\n## Credit\nThank you for inspiration :) [andfanilo](https://github.com/andfanilo).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrogbadvc%2Fstreamlit-apexcharts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrogbadvc%2Fstreamlit-apexcharts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrogbadvc%2Fstreamlit-apexcharts/lists"}