dataviz
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 556 public repositories matching this topic...
If the valueField parameter is not set in the config, the documentation specifies that valueField parameter should fall back to 'value'. However, the values are at some point through the plugin. I have created a fix so will make a pull request shortly.
-
Updated
May 14, 2020 - C++
Is your feature request related to a problem? Please describe.
I've been unable to successfully implement curveBasis (or any other d3 curve function) with the curve input for ngx-charts-line-chart. There is a real lack of documentation for proper use. When trying to import d3 or d3-shape, I get typescript errors like this:
-
Updated
May 25, 2020 - Go
What likely needs to happen:
- Docs moved inside of package (OR linked via setuptools)
- Docs read and imported via python
- Docs then parsed and available on a per-widget basis.
The ultimate goal of the above is so that there is never any disconnect between docs and UI. It should always stay in sync.
-
Updated
May 13, 2020
-
Updated
Apr 9, 2020 - Python
Currently, the headless mode uses default parameters from PyChromeDevTools for connecting to a chrome headless instance.
https://github.com/maartenbreddels/ipyvolume/blob/e68b72852b61276f8e6793bc8811f5b2432a155f/ipyvolume/headless.py#L53
However, if you use a chrome headless running as docker instance and want to connect from another docker instance (e.g. when using docker-compose), the headl
-
Updated
Feb 12, 2019 - JavaScript
Please do not submit support requests or "How to" questions here. For that, go to StackOverflow.
What you were expecting:
What happened instead:
Steps to reproduce:
The links to this library just show a page mentioning that the app had been moved to this project already.
-
Updated
Apr 6, 2020
For discussion, see IndrajeetPatil/ggstatsplot#333 (comment)
I stumbled upon this repo https://github.com/dataplayer12/homesecurity/ which uses the jetson for CCTV system.
Idea: use a raspberry pi zero with a pi-camera-module could be a simple solution for uses cases like: Hardware inside and camera module outside.
- more secure since the pi only costs a fraction of the jetson
- no cable connection between board and camera
- option to connect more than
-
Updated
May 22, 2020 - TypeScript
For example instead of only listing the name of the property, why not indicating the full line? Instead of "fill" for example for a tooltip, indicate display series.tooltip.background.fill = am4core.color("white");
since classes are different and are not obvious, I have had to google most of them using previous questions and then trying them blindly. Another example: "shiftRadius" is listed but h
v0.3.1 ->leaflet-dvf.js
_createText: function (layer) {
// var options = layer.options.text || {};
var options = layer.options || {};
......
var textNode = document.createTextNode(options.text);
......
}
-
Updated
Jun 18, 2019
-
Updated
Apr 21, 2020 - JavaScript
Currently TiddlyMap outputs to Png and JSON, but being able to do it in .SVG would be pretty neat as well as an option for some TiddlyWiki projects.
-
Updated
Jul 11, 2019 - Jupyter Notebook
-
Updated
May 15, 2020 - Dart
-
Updated
Apr 5, 2020 - Python
-
Updated
Feb 18, 2020 - Jupyter Notebook
Front-end Frameworks > Vue.js > Most Liked Aspects of Vue.js > Good documentation. On the Russian language when u hover this line u can see "Жокументация" but should be "Документация".
Created by Charles Joseph Minard
- Wikipedia
- Wikipedia

Network component seem to be poorly documented on how to use with Layers, as well as interactivity. My immediate desire is to be able to show some information about a node on hover (or always), such as a label. I can't seem to find anything about this anywhere, and it seems to be a very common use case for this type of data visualization. There isn't much to learn from an unlabeled graph.
Ideal