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 4,935 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

ostephens
ostephens commented Sep 20, 2019

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

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

hijiangtao
hijiangtao commented Jan 22, 2017

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

miglesiasEB
miglesiasEB commented Oct 1, 2018

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

tvst
tvst commented Oct 3, 2019

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
theoryfate
theoryfate commented Feb 12, 2019

能否在config.js内添加更强大的自定义功能?

例如控制数据条宽度、数据条左侧文字大小、数据条右侧文字大小、数据条内部文字大小、数据条与数据条之间上下间隔大小等功能,这些功能在数据条目少,或者一屏多个并行动态排名下会非常有用

虽然我可以通过修改stylesheet.css和visual.js实现上述功能,但是我觉得其他人也可能会有这样的需求

You can’t perform that action at this time.