Hi, is it possible to fill Streamlit chart cells with color, similar to conditional formatting in Excel, based on their value? Would the method change if my chart has multiple columns id like to color?
Support is limited, but try using a pandas.Styler object in st.dataframe.
For an example, see the second example of the st.dataframe page in the docs.