Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 387 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 387 Bytes

streamlit-highcharts-python

Streamlit component that allows you to embed Highcharts for Python data visualizations in your Streamlit apps.

Installation instructions

pip install streamlit-highcharts-python

Usage instructions

import streamlit as st

from streamlit_highcharts import streamlit_highcharts

value = streamlit_highcharts()

st.write(value)