The Wayback Machine - https://web.archive.org/web/20220112053247/https://github.com/topics/charts
Skip to content
#

charts

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

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

ntrous
ntrous commented Jan 11, 2022

I use these charts on a webpage with other content. As people scroll down the page, if the mouse goes over the chart, the chart stops the page from scrolling and instead starts zooming the chart.

I know I can disable the zooming on the chart, but instead I'd like to change the key binding for zooming to 'cmd + mousewheel'.

That way a user has to explicitly hold down the cmd key when they wan

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