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 9,210 public repositories matching this topic...

grafana
grmat
grmat commented Sep 15, 2020

When using right Y-axis, the first (rightmost) legend label is hard to click. Only a small fraction on the left side of the label is actually clickable. Almost impossible to hit on touch devices.

I assume this is due to the negative margin of the parent item (<div class="view" ...>)

![recording](https://user-images.githubusercontent.com/12658837/93191834-46273480-f745-11ea-8eb8-3c9921a5b

superset
junlincc
junlincc commented Apr 17, 2021

We recently added new Gauge chart(Echarts) to our library, which is great as MVP. Thanks to @krsnik93
Here are some enhancement requests to make the chart more robust. we can either make the improvement in Superset or Echarts.

Request

  1. Add tooltips to 'needles' - p1
  2. Add (dynamic)time range filter, not the entire time section - p1
  3. Percentage on scale p2
  4. Detect the
dash
thiemoToadi
thiemoToadi commented Apr 6, 2021

Summary

When import streamlit and supervisely_lib together in a project there occurs a TypeError.

Steps to reproduce

Code snippet:

import streamlit as st
import supervisely_lib as sly

If applicable, please provide the steps we should take to reproduce the bug:

  1. run the code with streamlit run ...
  2. see error/traceback when you open the streamlit page
wetneb
wetneb commented Apr 15, 2021

The Wikibase extension does not currently let the user upload "negative" dates (in the Julian/Gregorian calendars).

The currently supported formats are documented here: https://www.wikidata.org/wiki/Wikidata:Tools/OpenRefine/Editing/Schema_alignment#Dates

Proposed solution

Introduce a new syntax for those dates. For instance -YYYY or YYYY BCE could be used. Both are supported by Wik

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

Created by Charles Joseph Minard

Wikipedia
Wikipedia