-
Updated
Oct 29, 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,767 public repositories matching this topic...
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Oct 30, 2020 - Clojure
-
Updated
Oct 29, 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 29, 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 29, 2020 - TypeScript
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Oct 29, 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 29, 2020 - JavaScript
-
Updated
Oct 29, 2020 - Python
In #2095 we updated the find function to support two types of arguments: regex (/[a-z]/) and simple string ("[a-z]").
There are two things we need to clean up there:
- The embedded description of the function does not reflect that:
https://github.com/OpenRefine/OpenRefine/blob/ac7b5a0a19c1ecaefa1ac1d9d0d26ea9baceacee/main/src/com/google/refine/expr/functions/strings/Find.java#L75 - The
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 29, 2020 - Jupyter Notebook
-
Updated
Oct 13, 2020 - HTML
-
Updated
May 8, 2020 - JavaScript
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
-
Updated
Oct 27, 2020 - Jupyter Notebook
-
Updated
Oct 17, 2020 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Oct 29, 2020 - TypeScript
-
Updated
Apr 10, 2020 - JavaScript
-
Updated
Jun 11, 2020 - C++
Created by Charles Joseph Minard
- Wikipedia
- Wikipedia
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