Skip to main content

streamlit_apexcharts React component for Streamlit

Project description

Streamlit - ApexCharts ReactJS

A Streamlit simple component to display ApexChart.

Install

pip install streamlit_apexjs

Usage

from streamlit_apexjs import st_apexcharts
options = {
    "chart": {
        "toolbar": {
            "show": False
        }
    },

    "labels": [1991, 1992, 1993, 1994, 1995]
    ,
    "legend": {
        "show": True,
        "position": "bottom",
    }
}

series = [44, 55, 41, 17, 15]

st_apexcharts(options, series, 'donut', '600', 'title')

st_apexcharts params

st_apexcharts(
    options: Dict
    series: List
    type: str
    width: str, number
    title: str
)

Credit

Thank you for inspiration :) andfanilo.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

streamlit_apexjs-0.0.3.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

streamlit_apexjs-0.0.3-py3-none-any.whl (1.1 MB view details)

Uploaded Python 3

File details

Details for the file streamlit_apexjs-0.0.3.tar.gz.

File metadata

  • Download URL: streamlit_apexjs-0.0.3.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for streamlit_apexjs-0.0.3.tar.gz
Algorithm Hash digest
SHA256 7e6e19eba06ea4cb64ac72559c3db0c729fc3fab6b38d129eb22028529aff531
MD5 b3bf76cc9e343b29cd8c8e9390077713
BLAKE2b-256 eff2fb7fbd1d3e4aee8127e5edd34d368fe2358c6de1fad49d74e0163f290cae

See more details on using hashes here.

File details

Details for the file streamlit_apexjs-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_apexjs-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a3428a25b0c9f52816faadee017b179bca86282387a1722f3418458e880a242c
MD5 7c69fe3f3acf30339e73bb3d5d5eee73
BLAKE2b-256 d629522c9bae3e0a91a29b64f893bbe967679423632e9da48a5d1ebbc403f026

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page