Skip to content
#

visualization

Here are 5,877 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

bokeh
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 中给出等高线相关的例子

vega
gordonwoodhull
gordonwoodhull commented Sep 15, 2019

We don't seem to mention anywhere that .group() takes three parameters like .stack(), for any stacked charts.

  • document stack.group(...)
  • add a note to baseMixin.group()
  • check if the second parameter to baseMixin.group() is used by anything not stacked
goszczynskip
goszczynskip commented Dec 27, 2018

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
![obraz](https://user-images.githubusercontent.com/22256011/50480536-c2f80500-09dc-11e9-8d0a-471cb1f29660.pn

Loading…
You can’t perform that action at this time.