-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Sankey text font{color} property not changing font color. #2845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think I can work on this. |
Hi, were able to reproduce the error? Is this a bug? |
Having the same problem! |
For now, as a an alternative, you can override the text class attributes in HTML/CSS in order to style your text. For example, in my styles.css file, I have added the following :
Works well for me ! Btw issue is duplicate of #2741 |
The issue is open, but it is working in plotly 5.3.1 |
Just curious, is this still an issue or am I just bad at setting the font? Below is my code which sets the font properly if I use show() but not when I convert it to JSON and add it to my Flask dashboard.
|
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for a while, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Alternatively, if it's a request for tech support, please post in our community forum. Thank you - @gvwilson |
Hi. Issue is still present. Cannot change the color of the text of the Sankey node labels. Streamlit version: 1.42.2 Workaround as mentioned above can be to link a css file and use the below css snipet:
|
Hello, I am not sure if this is a bug, but the textfont property is not allowing me to change the text color of the Sankey diagram. The size and family arguments work as expected.
The text was updated successfully, but these errors were encountered: