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 5,266 public repositories matching this topic...

PatButlerTR
PatButlerTR commented Oct 9, 2019

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

alb-erandelcastillo
alb-erandelcastillo commented Oct 1, 2019

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

JoshOY
JoshOY commented Oct 21, 2019
  • I have searched the issues of this repository and believe that this is not a duplicate.

What problem does this feature solve?

根据v3更新文档 https://www.yuque.com/antv/g2-docs/tutorial-g2-v3-changes ,等高线的旧 API chart.contour() 已经废弃并被 chart.polygon() 替代了,但是新版本的 Demo 中并没有给出相关的例子

What does the proposed API look like?

在 Demo 中给出等高线相关的例子

MatheusAvellar
MatheusAvellar commented Nov 29, 2019

Is your feature request related to a problem? Please describe.
I could not find any documentation on syncing multiple charts, apart from a demo page (and its Vue counterpart). I had to deduce from the demo source code what made charts actually sync, and it's not even that obvious. Searching for 'sync' on the docs jus

doc
vx
raw
nthmost
nthmost commented Dec 9, 2019

Problem

It should be possible to make in-page links so that the app user can click on a title (e.g. within a Table of Contents) to reach the labeled part of the app quickly.

godot63 on the streamlit forum writes:

I would like to write something like:
[Station information](#Station-information)
where in the document there is a ‘# Station information’ title in the same doc. This 
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
Lucifer-Morning-Star
Lucifer-Morning-Star commented Dec 14, 2019

Instructions: replace text surrounded by '*' with your case, please delete this line.

How to reproduce?

Explain how we can get this issue, if you created a repo with the issue, please add the link, blank if you are submitting a suggestion or improvement

Extra notes

Explain what you expect, feedback, images or anything you consider necessary

I am using

Created by Charles Joseph Minard

Wikipedia
Wikipedia

Related Topics

data-science visualization python
You can’t perform that action at this time.