Bring data to life with SVG, Canvas and HTML.
-
Updated
Jul 30, 2021 - JavaScript
{{ message }}
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.
Bring data to life with SVG, Canvas and HTML.
Apache ECharts is a powerful, interactive charting and data visualization library for browser
When the View Query Option is selected, the screen pops up in the middle of the web page and obscures the chart I'm working on. I'd like to be able to move it around so I can see the chart results and the query at the same time. It would be nice to also be able to resize the view query screen to minimize its' presence on the web page. There's a lot of blank space on the right side of the view quer
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
The simplest, fastest way to get business intelligence and analytics to everyone in your company
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
Hello.
Could you please release CPython 3.10 manylinux wheels on PyPI?
Python 3.10.0 release candidate 1 was released this week: https://www.python.org/downloads/release/python-3100rc1/
It should be quite safe to release wheels for release candidate. ABI for Python 3.10 should be frozen from now on, even for bugfixes. From release notes:
There will be no ABI changes from this point
Open-source JavaScript charting library behind Plotly and Dash
A curated list of awesome big data frameworks, ressources and other awesomeness.
The y-axis ticks supports the rotated option, but the doc is missing.
I haven't checked whether other options are missing.
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.
WebGL2 powered geospatial visualization layers
Statistical data visualization in Python
I would like to import a .zst or .zstd file but currently that file type is not recognized to be imported by OpenRefine.
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 .zstor .zstd file from my local computer, as well as fr
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
Data Visualization Components
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
A web interface to create custom vector-based visualizations on top of RAWGraphs core
Visualizations for machine learning datasets
When entering a repository path, users should be able to hit TAB for autocomplete, like in bash.
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
React friendly API wrapper around MapboxGL JS
Reusable JavaScript library for creating sketchy/hand-drawn styled charts in the browser.
Created by Charles Joseph Minard
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).