-
Updated
Aug 16, 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 10,424 public repositories matching this topic...
-
Updated
Aug 16, 2021 - TypeScript
For a sqllab query that returns a large number of columns (I observed this in a query with ~70 columns), the sorting functionality is broken. Columns do not sort at all.
I'm not sure how easy this is to fix. Do we want to consider this a limitation of sqllab or is this fixable?
Expected results
Columns have the ability to sort
Actual results
When you click on the column head
-
Updated
Aug 18, 2021 - TypeScript
-
Updated
Aug 18, 2021 - Clojure
-
Updated
Aug 14, 2021
We currently print a warning as shown below when a user sets both a widget default value in the function defining the widget as well as a widget value via the widget's key in st.session_state
While we certainly want to do this by default since doing both is not recommended, we should provide a
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
Bug summary
Figures saved via the savefig
method are not saved relative to the rcParams['savefig.directory']
path. Looking at the source code, it seems that this path is only prepended to the filename if the save request came via the interactive toolbar. Not sure if this is done intentionally, but it seems to me that the savefig.directory
should always be respected.
In the exampl
-
Updated
Aug 17, 2021 - TypeScript
-
Updated
Aug 17, 2021 - JavaScript
-
Updated
Aug 14, 2021 - TypeScript
-
Updated
Aug 18, 2021 - JavaScript
-
Updated
Aug 7, 2021
The y-axis ticks supports the rotated
option, but the doc is missing.
I haven't checked whether other options are missing.
Bugs and Questions
The Problem
While I was debugging another issue, I noticed that the example included two bars with the same x and y values, and when you mouse over one of these bars both tooltips show up. It seems like Victory uses the x/y value to determine whether the tooltip is active when there is not another identifier.
Reproduction
-
Updated
Aug 17, 2021 - JavaScript
-
Updated
Aug 16, 2021 - Python
I would like to import a .zst
or .zstd
file but currently that file type is not recognized to be imported by OpenRefine.
Proposed solution
Perhaps using Apache Commons Compress (we already have usage in ImportingUtilities.java
)
https://commons.apache.org/proper/commons-compress/examples.html#Zstandard
Allow importing the .zst
or .zstd
file from my local computer, as well as fr
-
Updated
Aug 8, 2021 - HTML
-
Updated
Aug 15, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
I there a way to use deck.gl PathStyleExtension within keplel.gl? I need to draw line that represents road and have to have ability to offset the line right and left and render dashed lines. All this is handled by PathStyleExtension.
Describe the solution you'd like
I would like to programmatically configure kepler.gl to
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Aug 3, 2021 - JavaScript
-
Updated
Aug 16, 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
Aug 10, 2021 - JavaScript
-
Updated
Aug 11, 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).