Skip to content
#

Data visualization

Data visualization is the visual depiction of data through the use of graphs, plots, and informational graphics. Its practitioners use statistics and data science to convey the meaning behind data in ethical and accurate ways.

Here are 7,623 public repositories matching this topic...

incubator-superset
cooley-pe
cooley-pe commented Sep 30, 2020

Is your feature request related to a problem? Please describe.
I have a lot of trouble distinguishing between the shades of green signifying a running vs successful query in sqllab.

Describe the solution you'd like
Ideally these would be two different colors for running vs successful. Maybe yellow and green respectively?

Describe alternatives you've considered
If there isn't

dash
akrolsmir
akrolsmir commented Oct 13, 2020

Summary

Possibly a regression from the recent st.balloons upgrade? Or maybe was always the case.

Steps to reproduce

st.header("Results")
if st.button("Press me!"):
    st.balloons()
st.header("hm")

Click on the button.

Expected behavior:

No space inserted after clicking on the button.
(E.g. st.empty() would not take up space there)
Probably just need to mark

Created by Charles Joseph Minard

Wikipedia
Wikipedia
You can’t perform that action at this time.