Skip to content
#

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 6,201 public repositories matching this topic...

dash
deck.gl
andybak
andybak commented Apr 17, 2020

You must be doing something wrong as almost everything turns up above the actual docs - github, gallery, examples.

Even if I search for a specific string from the docs and add "deck.gl" they don't appear.

Your SPA architecture might be breaking something? How about good old server-rendered pages for docs?

seaborn
jbachh
jbachh commented Mar 24, 2020

As you can see in this example from the documentation docs, there is a linestyles argument, but it doesn't show in the legend. This kind of defies the purpose, printing black/white you still can't tell which is which (except from the markers, but often the markers are hard to read because the line is too wide relativel

fnlearner
fnlearner commented Apr 10, 2020
  • I have searched the issues of this repository and believe that this is not a duplicate.

Reproduction link

Edit on CodeSandbox

Steps to reproduce

view the diagram in mobile or chorme opening devtool and click the icon of toggling

vx
raw
Anaisdg
Anaisdg commented Apr 10, 2020

What would the GeoJSON with timestamps look like? Looking at the playback part of the user guide, it's unclear to be whether your GeoJSON should contain arrays of values and corresponding timestamps for each location? Is the following correct?

var statesData = {
    "type": "Feature",
    "properties": {
react-map-gl
BizCharts
amirs-kov
amirs-kov commented Mar 12, 2020

Version

3.10.1 - latest

Development Environment

Chrome, Mac OSX, GCP environment

Current Behavior

currently there is no option to trim the label to fit the size of the rect it sits in.
Since the component renders a svg with text objects that are not inherited, the width of the text is not related to the width of the rect.
It's also not possible to fix a width to the text obje

SandDance
Timmmm
Timmmm commented Oct 29, 2019

This is really awesome, thanks! One minor feature request - is there a way to change the transition easing curve? You can change the durations, but the easing curve appears to be hard-coded to easeExpInOut which I find a bit "snappy". I think this is the relevant code:

function newCubeLayer(presenter, config, cubeData, highlightColor, lightSettings, lightingMix, interpolator) {
    cons

Created by Charles Joseph Minard

Wikipedia
Wikipedia
You can’t perform that action at this time.