Introducing st-radial:
A cool way of displaying percentage metrics in your streamlit apps
pip install st-radial
from st_radial import st_radial
st_radial('Metric 1', value=88)
Introducing st-radial:
A cool way of displaying percentage metrics in your streamlit apps
pip install st-radial
from st_radial import st_radial
st_radial('Metric 1', value=88)
wonderful component
maybe, we can add arguments to control its color, add an arrow or to show percentage.
Thanks, Iโll try to include these changes in the next version๐
Love it! I love small focused components, and this one is pretty neat (I know I could do this in streamlit-echarts but sometimes you just donโt want to download a full package just for one small thing)
Are you able to add it to the Components Tracker Streamlit Components - Community Tracker - Show the Community! - Streamlit so we keep track of it
Have a nice day,
Fanilo
Another wonderful component @akshanshkmr!
As @andfanilo says, sometimes you donโt want to install the whole streamlit-echarts
artillery for that very task of metric gauging.
Thanks for sharing!
Charly