Skip to content

Fix path to images #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 18, 2017
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Using the provided Delegate Callbacks, you can set your `graphCell` properties f

This is great for setting images or labels that change depending on the data.

[Gif of Miles Ran](https://github.com/collectiveidea/CollectionGraph/ReadmeImages/MilesRanGraph.gif)
![Gif of Miles Ran](/ReadmeImages/MilesRanGraph.gif)

#### Cell Delegate Callbacks

Expand Down Expand Up @@ -185,7 +185,7 @@ func collectionGraph(barView: UICollectionReusableView, withData data: GraphDatu
Used for line graphs. These are the lines that connect the `graphCells`. Can be used with bar graphs as well.


[Gif of line Graph](https://github.com/collectiveidea/CollectionGraph/ReadmeImages/LotsOfDataGraph.gif)
![Gif of line Graph](/ReadmeImages/LotsOfDataGraph.gif)

#### Customizing a Connector Line with Delegate Callbacks
To display connector lines, you need to use the delegate callback and set the line's properties.
Expand Down