Skip to content
#

charts

Here are 1,800 public repositories matching this topic...

shal
shal commented Jun 23, 2018

Output of helm version:

Client: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.9.1", GitCommit:"20adb27c7c5868466912eebdf6664e7390ebe710", GitTreeState:"clean"}

Output of kubectl version:

Client Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.7", GitCommit:"d
RobelTekle
RobelTekle commented Dec 20, 2021
  • Victory version 36.1.0
  • React version 17.0.2

I'm trying to add some data-testid to Victory components in order to do some tests with Cypress. I have tried with several components: VictoryChart, VictoryBar, VictoryContainer. They never pass down the data-testid even if this prop is accepted by TypeScript.

Could be very useful to have this feature, or at list to be able to passe down

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

maxbethke
maxbethke commented Dec 20, 2021

Lightweight Charts Version: 3.7.0

Steps/code to reproduce: refer to this codesandbox https://codesandbox.io/s/unruffled-benz-z9f5p

Actual behavior: The last label on the time axis will be hidden behind a non-transparent canvas, if it happens to overflow the canvas for the time scale

Expected behavior: The time scale labels would be overflowing their canvas, so they would d

Improve this page

Add a description, image, and links to the charts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the charts topic, visit your repo's landing page and select "manage topics."

Learn more