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 14,491 public repositories matching this topic...

grafana
superset
ktmud
ktmud commented Jul 26, 2022

Time-series Bar Chart v2 does not update total values for stacked bar chart when toggling legends.

How to reproduce the bug

  1. Create a "Time-series Bar Chart v2"
  2. Go to "Customize" and select "Show value", "Stack series" and "Only total"
  3. Toggle series in legends
  4. The total value should update but it doesn't

The legacy Time-series Bar Chart does not have this issue.

good first issue Good first issues for new contributors viz:charts:echarts Related to Echarts viz:charts:bar Related to the Bar chart #bug Bug report
asaini
asaini commented Oct 1, 2021

Problem

See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces

Solution

Create a config option

showDeveloperMenu: true | false | auto

where

  • true: always shows the developer menu locally and while deployed
  • false: always sho
enhancement New feature or request good first issue Good for newcomers
directus
giovanni-ciccia
giovanni-ciccia commented Aug 4, 2022

Describe the Bug

I have a Test collection with a Many to One relation with a collection called Related Collection. The Test collection also has 20 other "dummy" input fields. The Related Collection has three input fields. I am trying to filter the Test collection by the value of "field 1" in its related collection. However, when I search for Related Collection in the filter search bar, I don'

App Related to the App dashboard Bug Something isn't working Good First Issue Good for newcomers
dash
tacaswell
tacaswell commented Aug 3, 2022

I spent some time yesterday and today trying to get tests to run on old versions of Matplotlib which....was harder than I wished it would be. We may want to have one very pinned requirements file (possible managed by one of the auto-bump services 😞 or tools) that we rename to fully-pinned-v3.6.x.txt on branching. We can then use that (exclusively) for tests on the backport branch which should

Difficulty: Medium Good first issue Open a pull request against these issues if there are no active ones!
Data-Science-For-Beginners
soubhikmandal2000
soubhikmandal2000 commented Oct 31, 2021
  • Base README.md
  • Quizzes
  • Introduction base README
    • Defining Data Science README
    • Defining Data Science assignment
    • Ethics README
    • Ethics assignment
    • Defining Data README
    • Defining Data assignment
    • Stats and Probability README
    • Stats and Probability assignment
  • Working with Data base README
    • Rel
good first issue Good for newcomers help wanted Extra attention is needed translations
mxz96102
mxz96102 commented Mar 1, 2021

缘由 Cause

G6 现在已经正式迈入了4.0+时代,我们很欣慰的看到有越来越多的人使用G6,承蒙各位厚爱,G6目前也在越来越多的场景被使用。与此同时,G6原来的图表案例就相形见绌了,还停留在一个比较基本的案例阶段,他只是展示了一些基本的原子功能案例。所以在这里,我们向社区的各位发出请求,为了让对G6的使用方案有更好的沉淀,希望大家提供自己实际的使用案例,我们将会修改为G6官网的案例,并且附上你的署名,让你的案例在G6官网可以帮助更多的人。

G6 has now officially entered the 4.0+ era and we are pleased to see that more and more people are using G6, and thanks to your love, G6 is now being used in more and

Jeernej
Jeernej commented Aug 22, 2021

Hi!

My suggestion/request is simple. When filtering the data, sometimes one needs to use the edge values of the data distribution in the filter histogram.

For example, one wants to choose the data of an hourly distribution (from 0:00 to 24:00) for the time between 22:00 and 6:00 in the nighttime and discard the data from 6:00 till 22:00 during the daytime.

So, when filtering the data with

good first issue Good for newcomers to tackle frequent ask backlog Feature request that's currently outside of our roadmap
Mittag-tech
Mittag-tech commented Aug 5, 2022

Overview

  • I want to update gradio.Radio with unselected status.
  • But, once selected, this status is not released even if gradio.Radio.update(value=None) is set.
  • To avoid this issue, I wrote like folowing code. If there is another way, let me know.

Code

#!/usr/bin/env python
# -*- coding: utf-8 -*-

import gradio

def main():
    with gradio.Blocks() as front_p
bug Something isn't working good first issue Good for newcomers
Open

Tests

leeoniya
leeoniya commented Dec 14, 2019

it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.

now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.

a lot of code can already be regression-tested by simply running all the demos and val

good first issue Good for newcomers

Created by Charles Joseph Minard

Wikipedia
Wikipedia