Skip to content

Commit 00d6c5e

Browse files
committed
Update README.md
1 parent f3be858 commit 00d6c5e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ A simple line and area charting library for iOS.
2525
<!-- TOC -->
2626

2727
- [Getting started](#getting-started)
28-
- [To install SwiftChart via CocoaPods](#to-install-swiftchart-via-cocoapods)
29-
- [To install SwiftChart manually](#to-install-swiftchart-manually)
28+
- [Installing SwiftChart via CocoaPods](#installing-swiftchart-via-cocoapods)
29+
- [Installing SwiftChart manually](#installing-swiftchart-manually)
3030
- [What’s included in SwiftChart](#whats-included-in-swiftchart)
3131
- [How to use SwiftChart](#how-to-use-swiftchart)
3232
- [Initialize a chart from the Interface Builder](#initialize-a-chart-from-the-interface-builder)
@@ -382,12 +382,6 @@ let series = ChartSeries([0, 6, 2, 8, 4, 7, 3, 10, 8])
382382
series.color = ChartColors.blueColor()
383383
```
384384

385-
## `ChartPoint` typealias
386-
387-
`(x: Double, y: Double)`. Represent the x- and the y-axis values for each point in a chart series.
388-
389-
## `ChartLabelOrientation` enum
390-
391385
# Common issues and solutions
392386

393387
If you have issue with this library, please tag your question with `swiftchart` on [Stack Overflow](http://stackoverflow.com/tags/swiftcharts/info).

0 commit comments

Comments
 (0)