victory icon indicating copy to clipboard operation
victory copied to clipboard

A collection of composable React components for building interactive data visualizations

Results 247 victory issues
Sort by recently updated
recently updated
newest added

# What Replaced Template Literal Types since they're a newer TS feature (starting in 4.1). Replaced with simply `string` types. These types were nice to have, but weren't extremely useful,...

# Prerequisites - [x] Support TypeScript in builds, tools, etc - [x] Migrate `victory-core` and `victory-vendor` to TS # Motivation Migrating all other packages to TypeScript will have the following...

good first issue :star_struck:
typescript

# Description This PR migrates `victory-group` to TypeScript.

typescript

**Describe the bug** A clear and concise description of what the bug is. /Users/bafan/tuya/doberman-front/node_modules/victory-core/lib/victory-util/events.d.ts(9,42) TS1110: Type expected. the code is ``` export declare type ComponentEventName = `on${Capitalize}`; ```` **Victory version**...

bug :bug:

**Describe the bug** `CoordinatesPropType`, as passed to the method used in `cursorLabel`, contains a `datum` member; however it seems to be missing in the type definition, and this causes Typescript...

bug :bug:

# Questions ### Checklist - [x] I have read through the [FAQ](https://formidable.com/open-source/victory/docs/faq) and [Guides](https://formidable.com/open-source/victory/guides/) - [x] I am using the latest version of Victory - [x] I've searched open issues...

onPressIn ,onClick, onPress Any props is not working with VictoryPie in react native mobile Application i am using "victory-native": "^36.5.3" "react": "17.0.2", "react-native": "0.66.4", "react-native-svg": "^12.1.1", Please Help me ![Uploading...

Note: Victory native :iphone:

Remove cyclic dependency in victory-core / victory-util of `index.ts` -> `selection.ts` -> `index.ts`

We now only have single tags for releases with our custom git tagging strategy. It would be nice to have real GH releases again. Options: - [ ] See if...

infrastructure :house:

### Discussed in https://github.com/FormidableLabs/victory/discussions/2405 Originally posted by **saniemehmet** August 3, 2022 I would like to present data which contains 0 values using pie chart. When all the values are null,...