-
Updated
Jun 11, 2021 - 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 9,891 public repositories matching this topic...
-
Updated
Jun 21, 2021 - TypeScript
While loading, cards link to an undefined page causing a 404.
Expected results
There should not be an active link while the cards are in a loading state
Actual results
The cards attempt to link to their relevant resource, but instead link to e.g. /chart/list/undefined
. If you click a card while it's loading you get a 404 page.
How to reproduce the bug
- Go to the
-
Updated
Jun 20, 2021 - TypeScript
-
Updated
Jun 21, 2021 - Clojure
-
Updated
Jun 16, 2021
Summary
The grayish background oval indicating a selected st.radio
label has too much padding on the right hand side by a few pixels. Here's an example:
(Notice how the background rounded rectangle extends further to the right past "Notion" than it does to the left of the sel
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
When plotting plt.plot(np.ones(10), np.ones((10,0)) it raises a ZeroDivisionError, which confused me much.
Code for reproduction
import matplotlib.pyplot as plt
import numpy as np
plt.plot(np.ones(10), np.ones((10,0)))
This raises the error:
ZeroDivisionError: integer division or modulo by zero
Expected outcome
I think however, it should either r
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
Jun 21, 2021 - TypeScript
-
Updated
Jun 21, 2021 - TypeScript
-
Updated
Jun 20, 2021 - JavaScript
-
Updated
Jun 16, 2021
The y-axis ticks supports the rotated
option, but the doc is missing.
I haven't checked whether other options are missing.
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
Jun 19, 2021 - Python
OpenRefine 3.4.1 on Windows (with or without integrated JRE) does not use the proxy set in openrefine.l4j.ini to connect to reconciliation service (https://lobid.org/gnd/reconcile)
To Reproduce
Steps to reproduce the behavior:
- First, set proxy in openrefine.l4j.ini using the following parameters:
-Dhttps.proxyHost=proxy-name.domain.ch
-Dhttps.proxyPort=8080
`-Dhttp.proxyHo
-
Updated
Jun 12, 2021 - HTML
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jun 19, 2021 - Jupyter Notebook
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Jun 9, 2021 - JavaScript
-
Updated
May 6, 2021 - Jupyter Notebook
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
Tests
it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.
now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.
a lot of code can already be regression-tested by simply running all the demos and val
-
Updated
Jun 21, 2021 - JavaScript
-
Updated
May 21, 2021 - JavaScript
Created by Charles Joseph Minard
- Wikipedia
- Wikipedia
This is kind of a follow up to #32677 and the PR #34762.
In #34762 we improved the test data source implementation by checking the body of the response from Tempo. The Tempo team is not comfortable making the body of a 404 response part of our stable API, so instead we are currently adding a separate endpoint specifically for testing:
/api/echo
(grafana/tempo#714).