Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/react-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,20 @@ This package provides PatternFly charting components for [PatternFly][patternfly

```sh
yarn add @patternfly/react-charts
yarn add victory
```

or

```sh
npm install @patternfly/react-charts --save
npm install victory --save
```

Note that Victory is now an optional peer dependency, allowing future chart libraries to be installed without including Victory dependencies and vice versa
- You may choose to install the single "victory" package to cover all features
- Or, install packages based on the features used in your app (e.g., "victory-core", "victory-tooltip", etc.).

# Usage

#### Pre-requisites
Expand Down
Loading