Skip to main content

streamlit_apexcharts React component for Streamlit

Project description

Streamlit - ApexCharts ReactJS

A Streamlit simple component to display ApexChart.

Usage

from streamlit_apexcharts 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')

st_apexcharts params

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

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.1.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

streamlit_apexjs-0.0.1-py3-none-any.whl (3.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: streamlit_apexjs-0.0.1.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • 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.1.tar.gz
Algorithm Hash digest
SHA256 063d89cce67d7abe57bef3ed4f6ebb241480c498334d07b39008f574c08ffce0
MD5 714f6375ebeaea4439678937b4e4589a
BLAKE2b-256 0fede780b183db24b0c1d43b27e861d3c100313acaba1eb6e3c32f8f6c35c70d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for streamlit_apexjs-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5cf00289700de26cd02a693a651ab25d6073e458ef72b3cdfa4959890ed4ca40
MD5 b0411f89ab5200a48acb8eec95ff1de4
BLAKE2b-256 f8ac16929e0d80cfdae99b2fa8466335d2ca4446425af9df96bae0e4d3b672aa

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