Skip to content

Commit 6b730a0

Browse files
committed
bump to 3.1.1 for Xcode 9.3
1 parent b40aa1b commit 6b730a0

File tree

4 files changed

+68
-6
lines changed

4 files changed

+68
-6
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,67 @@
11
# Change Log
22

3+
## [v3.1.1](https://github.com/danielgindi/Charts/tree/v3.1.1) (2018-04-02)
4+
[Full Changelog](https://github.com/danielgindi/Charts/compare/v3.1.0...v3.1.1)
5+
6+
**Fixed bugs:**
7+
8+
- ChartsDemo-Swift crashes [\#3327](https://github.com/danielgindi/Charts/issues/3327)
9+
10+
**Closed issues:**
11+
12+
- Why does yVals start with a negative number when the data is empty? [\#3374](https://github.com/danielgindi/Charts/issues/3374)
13+
- Compile Error [\#3372](https://github.com/danielgindi/Charts/issues/3372)
14+
- Y Axis need to add Time slots for current day [\#3368](https://github.com/danielgindi/Charts/issues/3368)
15+
- inconsistent include of UIKit vs AppKit [\#3362](https://github.com/danielgindi/Charts/issues/3362)
16+
- Crash Issue in BarChartData [\#3361](https://github.com/danielgindi/Charts/issues/3361)
17+
- How can we format the LABEL used for values? [\#3354](https://github.com/danielgindi/Charts/issues/3354)
18+
- Remove value labels padding [\#3350](https://github.com/danielgindi/Charts/issues/3350)
19+
- Does Charts support real-time drawing [\#3344](https://github.com/danielgindi/Charts/issues/3344)
20+
- Constant for Bar width and space [\#3343](https://github.com/danielgindi/Charts/issues/3343)
21+
- Bar Graph groupBars function issue [\#1966](https://github.com/danielgindi/Charts/issues/1966)
22+
- bar chart from dates [\#1963](https://github.com/danielgindi/Charts/issues/1963)
23+
- A crash of CombinedChartView,when touch on the chart view\(chas\) [\#1957](https://github.com/danielgindi/Charts/issues/1957)
24+
- Graph doesn't display on older iPads [\#1954](https://github.com/danielgindi/Charts/issues/1954)
25+
- Regarding deprecated xValues [\#1947](https://github.com/danielgindi/Charts/issues/1947)
26+
- Charts being overlaid inside UICollectionView using dequeueReusableCell [\#1943](https://github.com/danielgindi/Charts/issues/1943)
27+
- We are unable to split the label in two lines. [\#1941](https://github.com/danielgindi/Charts/issues/1941)
28+
- Make releases so they follow the Semantic Versioning \(SemVer\) [\#1930](https://github.com/danielgindi/Charts/issues/1930)
29+
- Marker Position [\#1876](https://github.com/danielgindi/Charts/issues/1876)
30+
- Charts 3.0 unable to draw discontinuous line chart [\#1866](https://github.com/danielgindi/Charts/issues/1866)
31+
- Radar charts custom labels [\#1840](https://github.com/danielgindi/Charts/issues/1840)
32+
- Unable to subclass [\#1838](https://github.com/danielgindi/Charts/issues/1838)
33+
- offset goes wrong when using mutiple bar chart in combined chart [\#1813](https://github.com/danielgindi/Charts/issues/1813)
34+
- Histogram Example? [\#1792](https://github.com/danielgindi/Charts/issues/1792)
35+
- Sunburst Chart [\#1715](https://github.com/danielgindi/Charts/issues/1715)
36+
- Line chart with preview [\#1520](https://github.com/danielgindi/Charts/issues/1520)
37+
- Get scroll position of dragable line chart [\#1272](https://github.com/danielgindi/Charts/issues/1272)
38+
- Trend line in scatter chart? [\#1263](https://github.com/danielgindi/Charts/issues/1263)
39+
- Can we use custom image instead of Circle in line chart? [\#1206](https://github.com/danielgindi/Charts/issues/1206)
40+
- Legend with NSAttributedString and multiple lines on Vertical [\#1193](https://github.com/danielgindi/Charts/issues/1193)
41+
- Trim the legend view [\#1192](https://github.com/danielgindi/Charts/issues/1192)
42+
- Chart auto min/max does not take into account second line [\#1136](https://github.com/danielgindi/Charts/issues/1136)
43+
- Add different colorHoleColor for different datapoints in a LineChart iOS Charts [\#1104](https://github.com/danielgindi/Charts/issues/1104)
44+
- How to remove marker programatically [\#1097](https://github.com/danielgindi/Charts/issues/1097)
45+
- Overlapping issues in x and y axis values [\#1048](https://github.com/danielgindi/Charts/issues/1048)
46+
- Enhancement: Horizontal Combined Chart [\#1041](https://github.com/danielgindi/Charts/issues/1041)
47+
- Enhancement: Linked x-axis or stacked y-axis. [\#1022](https://github.com/danielgindi/Charts/issues/1022)
48+
- Scale or zoom to particular axis or point in Combined chart view [\#993](https://github.com/danielgindi/Charts/issues/993)
49+
- Max Value Y - Axis = 1 , How to set Y-Axis increment Y- Value ? [\#989](https://github.com/danielgindi/Charts/issues/989)
50+
- Stacked bar chart valueColors [\#945](https://github.com/danielgindi/Charts/issues/945)
51+
- Drawing value for the WholeStack only [\#926](https://github.com/danielgindi/Charts/issues/926)
52+
- Pie chart Y values overlap [\#779](https://github.com/danielgindi/Charts/issues/779)
53+
- Swift Package Manager [\#753](https://github.com/danielgindi/Charts/issues/753)
54+
- Stacked bar chart with different number of rects [\#744](https://github.com/danielgindi/Charts/issues/744)
55+
- The label value position with the same yAxis and different value. [\#724](https://github.com/danielgindi/Charts/issues/724)
56+
- Minimum / maximum scale causes the chart to slide sideways when trying to pinch zoom further [\#437](https://github.com/danielgindi/Charts/issues/437)
57+
- Top and bottom grid line diverging widths [\#411](https://github.com/danielgindi/Charts/issues/411)
58+
59+
**Merged pull requests:**
60+
61+
- Swift 4.1 [\#3370](https://github.com/danielgindi/Charts/pull/3370) ([jjatie](https://github.com/jjatie))
62+
- Update ILineRadarChartDataSet.swift [\#3366](https://github.com/danielgindi/Charts/pull/3366) ([Ewg777](https://github.com/Ewg777))
63+
- Add option to disable clipping data to contentRect [\#3360](https://github.com/danielgindi/Charts/pull/3360) ([wtmoose](https://github.com/wtmoose))
64+
365
## [v3.1.0](https://github.com/danielgindi/Charts/tree/v3.1.0) (2018-03-22)
466
[Full Changelog](https://github.com/danielgindi/Charts/compare/v3.0.5...v3.1.0)
567

Charts.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Charts"
3-
s.version = "3.1.0"
3+
s.version = "3.1.1"
44
s.summary = "Charts is a powerful & easy to use chart library for iOS, tvOS and OSX (and Android)"
55
s.homepage = "https://github.com/danielgindi/Charts"
66
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
**Version 3.1.0**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
1+
**Version 3.1.1**, synced to [MPAndroidChart #f6a398b](https://github.com/PhilJay/MPAndroidChart/commit/f6a398b)
22

33
![alt tag](https://raw.github.com/danielgindi/Charts/master/Assets/feature_graphic.png)
44
![Supported Platforms](https://img.shields.io/cocoapods/p/Charts.svg) [![Releases](https://img.shields.io/github/release/danielgindi/Charts.svg)](https://github.com/danielgindi/Charts/releases) [![Latest pod release](https://img.shields.io/cocoapods/v/Charts.svg)](http://cocoapods.org/pods/charts) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Build Status](https://travis-ci.org/danielgindi/Charts.svg?branch=master)](https://travis-ci.org/danielgindi/Charts) [![codecov](https://codecov.io/gh/danielgindi/Charts/branch/master/graph/badge.svg)](https://codecov.io/gh/danielgindi/Charts)
@@ -7,7 +7,7 @@
77
### Just a heads up: Charts 3.0 has some breaking changes. Please read [the release/migration notes](https://github.com/danielgindi/Charts/releases/tag/v3.0.0).
88
### Another heads up: ChartsRealm is now in a [separate repo](https://github.com/danielgindi/ChartsRealm). Pods is also now `Charts` and `ChartsRealm`, instead of ~`Charts/Core`~ and ~`Charts/Realm`~
99

10-
* Xcode 9.2 / Swift 4.0.3
10+
* Xcode 9.3 / Swift 4.1
1111
* iOS >= 8.0 (Use as an **Embedded** Framework)
1212
* tvOS >= 9.0
1313
* macOS >= 10.11
@@ -78,8 +78,8 @@ For [Realm](https://realm.io/) support, please add `pod 'ChartsRealm'` too.
7878
Charts now include Carthage prebuilt binaries.
7979

8080
```carthage
81-
github "danielgindi/Charts" == 3.1.0
82-
github "danielgindi/Charts" ~> 3.1.0
81+
github "danielgindi/Charts" == 3.1.1
82+
github "danielgindi/Charts" ~> 3.1.1
8383
```
8484

8585
In order to build the binaries for a new release, use `carthage build --no-skip-current && carthage archive Charts`.

Source/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.1.0</string>
18+
<string>3.1.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)