Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovic Landry committed Oct 26, 2019
2 parents 8728cea + b1d1550 commit 23ac804
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -39,7 +39,7 @@ dependencies: [
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate Alamofire into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'SunburstDiagram', '~> 1.0.0'
pod 'SunburstDiagram', '~> 1.1.0'
```


Expand All @@ -57,8 +57,8 @@ If you prefer not to use the Swift Package Manager, you can integrate SunburstDi
- [x] Infinite number of layers (circles) support
- [x] Option to configure margin, size, sort and initial positions of arcs
- [x] Option to collapse arcs beyond a certain layer (to show more layers with less data)
- [x] Ability to select a node and focus on a node to see more details
- [x] Option for maximum number of rings to display (window moving are you focus on nodes)
- [x] Ability to select a node and focus on a node to see more details or disable selection
- [x] Option for maximum number of rings to display (like a window moving as you focus on nodes)

## Usage

Expand Down

0 comments on commit 23ac804

Please sign in to comment.