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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Charles Joseph Minard
Here are 4,935 public repositories matching this topic...
Describe the bug
POST to /api/database will overwrite an existing database instead of erroring
To Reproduce
Create a database with a POST to /api/database.
Run the same call again.
Expected behavior
Expect Metabase to error and say, "Database with name 'foo' already exists"
Actual behavior
Metabase gives another 200 and will overwrite any previous database config with
I'm trying to set a customdata attribute to the nodes of a sankey diagram (i.e. percentage of node value of total value) and display that calculation when hovering over the node. I can't access the parent data customdata attribute in the node hovertemplate.
Could there be documentation for the event data available for node hovertemplates? Also, it'd be helpful to access the x0, x1, y0, y1 of t
:memo: An awesome Data Science repository to learn and apply for real world problems.
-
Updated
Oct 16, 2019 - 399 commits
latex support
I tried to use latex in dash, but it is not working.
It seems that the mathjax javacript library is not loaded.
Blueprint
The y-axis ticks supports the rotated
option, but the doc is missing.
I haven't checked whether other options are missing.
The Grammar of Graphics in JavaScript
-
Updated
Oct 16, 2019 - 1 commits
- JavaScript
A curated list of awesome big data frameworks, ressources and other awesomeness.
-
Updated
Oct 16, 2019 - 469 commits
📱📈An elegant, interactive and flexible charting library for mobile.
-
Updated
Oct 16, 2019 - 823 commits
- JavaScript
WebGL2 powered geospatial visualization layers
-
Updated
Oct 16, 2019 - 2 commits
- JavaScript
Describe the bug
If you enter a string into a cell such as "3" and then use "toNumber()" to convert it to a number, toNumber() first tries to parse as a Long, and then tries parsing as a Double. So "3" will be stored as a Long, while "3.0" will be stored as a Double
However, if you edit a cell by using the single cell "edit" option and enter a number, and change the 'type' to Number, OR on
We launched a crowdfunding campaign to develop a brand new version of RAWGraphs
-
Updated
Oct 16, 2019 - 420 commits
- JavaScript
When looking at documentation there is dontCheckIfEmpty (optional) parameter description in XYPlot section. Presented example of empty chart has link to source file. This link is giving 404.
Invalid link https://github.com/uber/react-vis/blob/master/showcase/plot/empty-chart.js
.
This is insufficient. The distinction between atlasUrl
and atlas-url
should be made more clear by example. The `R
Creative Coding: Generative Art, Data visualization, Interaction Design, Resources.
-
Updated
Oct 16, 2019 - 343 commits
- HTML
I found the installation guidance of heatmap.js in different context, it's very useful because I am currently using Node.js as my developing back-end context, but the usage in how to include them into these kinds of context is rare. Because CommonJS/Node.js need to load variable from package, and heatmap.js' plugin has specific instance creation approach, I think it's good to include these content
Create high-quality charts from the command line
-
Updated
Oct 15, 2019 - 4 commits
- C++
I like to write multithreaded programs.
RFC: DrawControl
Powerful data visualization library based on G2 and React.
-
Updated
Oct 16, 2019 - 626 commits
- JavaScript
🍞📊 Beautiful chart for data visualization.
-
Updated
Oct 16, 2019 - 2 commits
- JavaScript
Simple, flexible, interactive & powerful charts, maps and gauges for .Net
-
Updated
Oct 15, 2019 - 1 commits
- C#
Expected Behavior
We should make it easy for contributors to install all dependencies (yarn and our specific node version)
Current Behavior
We don't have anything
Possible Solution
Make the docker file work and integrate the Makefile command into the package.json scripts.
Context
the file lives in `b
streamlit run
already supports "raw" Github and Gist URLs today. But we'd also like to support the "non-raw" version.
For example, this:
streamlit run https://gist.github.com/tvst/faf057abbedaccaa70b48216a1866cdd
doesn't work, but if you go to that Gist and copy the "raw" URL, that does work:
https://gist
增强config.js
能否在config.js内添加更强大的自定义功能?
例如控制数据条宽度、数据条左侧文字大小、数据条右侧文字大小、数据条内部文字大小、数据条与数据条之间上下间隔大小等功能,这些功能在数据条目少,或者一屏多个并行动态排名下会非常有用
虽然我可以通过修改stylesheet.css和visual.js实现上述功能,但是我觉得其他人也可能会有这样的需求
Learn about data-visualization
- Wikipedia
- Wikipedia
Why need this
Right now we add
context
to all targets in Explore for Prometheus querieshttps://github.com/grafana/grafana/blob/dafc955338aef05af259ec361bbf1ac29454ec3a/public/app/plugins/datasource/prometheus/components/PromQueryField.tsx#L232
so that the Prometheus datasource can determine if the target is called from Explore or a Panel.
https://github.com/grafana/grafana/blob/dafc955