-
Updated
Nov 2, 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,801 public repositories matching this topic...
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Nov 3, 2020 - Clojure
-
Updated
Nov 1, 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
Nov 2, 2020 - JavaScript
-
Updated
Oct 31, 2020 - TypeScript
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Nov 2, 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
Nov 1, 2020 - JavaScript
-
Updated
Nov 1, 2020 - Python
We are missing a <label>
tag properly associated with radio buttons in the reconciliation dialog. We should check that all labels are correctly marked as such on this dialog.
To Reproduce
Steps to reproduce the behavior:
- First, click "Reconcile" -> "Start reconciling" and choose a service
- Then, click on the text "Reconcile against no particular type" (not the radio button, the te
-
Updated
Oct 15, 2020 - JavaScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Nov 2, 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
Oct 30, 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