-
Notifications
You must be signed in to change notification settings - Fork 105
Open
Description
When streamlit app is in dark mode, the tooltip of the nivo Pie chart displays white text on white tooltip background instead of black (or any discernible color) on white or white text on dark background.
- How to edit the tooltip?
- How to add a custom tooltip? (I saw How to create a custom tooltip to be used with Nivo charts streamlit-gallery#4 but it's still unanswered)
What I tried
- I tried to add a tooltip by examining the react code but I couldn't implement it.
- I tried using the CSS hack injected through
st.markdown()but it doesn't work in case of aniframe, which is the case for streamlit-elements nivo pie chart, its not possible to reach the element by class or id to affect the text color.
Config
- Streamlit 1.27.2
- Streamlit-elements 0.1.0
- Python 3.10.2
Preview
AlfredPros
Metadata
Metadata
Assignees
Labels
No labels
