-
Updated
Oct 21, 2020 - JavaScript
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,693 public repositories matching this topic...
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Oct 19, 2020 - TypeScript
-
Updated
Oct 21, 2020 - Clojure
-
Updated
Oct 21, 2020
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
-
Updated
Oct 21, 2020 - JavaScript
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
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Oct 21, 2020 - TypeScript
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Oct 14, 2020
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Oct 20, 2020 - Python
The UI of the scatterplot has got more ugly between 3.4 and the current development version.
To Reproduce
Steps to reproduce the behavior: create any scatterplot facet.
Current Results (master)
Expected Behavior (3.4)



Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami