-
Updated
Jul 4, 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,212 public repositories matching this topic...
-
Updated
Jul 23, 2021 - TypeScript
Screenshot
Description
chart 3 dot menu is behind the chart title panel in chart maximize mode
-
Updated
Jul 23, 2021 - TypeScript
-
Updated
Jul 24, 2021 - Clojure
-
Updated
Jul 23, 2021
Summary
date_input widget should throw an exception if value not in (min_value, max_value) range.
An exception should be thrown also in case of range input, when left and right values of a provided interval are less (or great) than min_value or max_value.
Steps to reproduce
Code snippet:
For single value
import datetime as dt
import streamlit as st
x = st.date
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
Jul 23, 2021 - JavaScript
-
Updated
Jul 22, 2021 - TypeScript
-
Updated
Jul 23, 2021 - TypeScript
-
Updated
Jul 22, 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
Jul 23, 2021 - JavaScript
-
Updated
Jul 23, 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
Jun 12, 2021 - HTML
-
Updated
May 10, 2021 - JavaScript
-
Updated
Jul 23, 2021 - Jupyter Notebook
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Jul 20, 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
Jul 20, 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).