Commit af4e20c
Romano Bayol
Merge commit 'f2795b9813e7e8c2bcdac3f4c3cc74790116999e' into refactoring/swift-4.2
* commit 'f2795b9813e7e8c2bcdac3f4c3cc74790116999e': (108 commits)
Remove delegate method call for translation when no translation really occured
add call chartScaled() after double tap (ChartsOrg#3770)
fix ChartsOrg#3719
Update README.md (ChartsOrg#3737)
Fix applying lineCap value for line chart data sets (Fixes ChartsOrg#3739)
Fix legend offset bug for horizontal bar chart (Fixes ChartsOrg#3301)
Add missing properties to copy(with:) methods (ChartsOrg#3715)
improvements in barRect height calculation (ChartsOrg#3650)
Remove meaningless comment
fix wrong assignment to axisMaxLabels property
Add missing empty line between Summary and other section manually
fix casting warnings
Fix guard statement format.
Fix memory leak for macOS.
Update ChartViewBase.swift
bump version to 3.2.1
close ChartsOrg#3659: fix index out of bounds issue when using stacked bar chart
Fix memory leak after rendering
close ChartsOrg#3661: update podspec to include swift verison
fix issue ChartsOrg#3662
...
# Conflicts:
# Charts.xcodeproj/project.pbxproj
# ChartsDemo-iOS/ChartsDemo-iOS.xcodeproj/project.pbxproj
# ChartsDemo-iOS/Objective-C/Demos/LineChartFilledViewController.m
# ChartsDemo-iOS/Objective-C/Demos/RadarChartViewController.m
# ChartsDemo-iOS/Swift/Demos/CandleStickChartViewController.swift
# Rakefile
# Source/Charts/Charts/BarLineChartViewBase.swift
# Source/Charts/Charts/ChartViewBase.swift
# Source/Charts/Charts/HorizontalBarChartView.swift
# Source/Charts/Charts/PieChartView.swift
# Source/Charts/Charts/RadarChartView.swift
# Source/Charts/Components/Legend.swift
# Source/Charts/Components/Marker.swift
# Source/Charts/Components/YAxis.swift
# Source/Charts/Data/Implementations/ChartBaseDataSet.swift
# Source/Charts/Data/Implementations/Standard/ChartData.swift
# Source/Charts/Data/Implementations/Standard/PieChartData.swift
# Source/Charts/Data/Interfaces/ChartDataSetProtocol.swift
# Source/Charts/Data/Interfaces/ScatterChartDataSetProtocol.swift
# Source/Charts/Filters/DataApproximator+N.swift
# Source/Charts/Formatters/FillFormatter.swift
# Source/Charts/Formatters/ValueFormatter.swift
# Source/Charts/Highlight/BarHighlighter.swift
# Source/Charts/Highlight/ChartHighlighter.swift
# Source/Charts/Highlight/HorizontalBarHighlighter.swift
# Source/Charts/Renderers/AxisRendererBase.swift
# Source/Charts/Renderers/BarChartRenderer.swift
# Source/Charts/Renderers/BarLineScatterCandleBubbleRenderer.swift
# Source/Charts/Renderers/BubbleChartRenderer.swift
# Source/Charts/Renderers/CandleStickChartRenderer.swift
# Source/Charts/Renderers/ChartDataRendererBase.swift
# Source/Charts/Renderers/CombinedChartRenderer.swift
# Source/Charts/Renderers/HorizontalBarChartRenderer.swift
# Source/Charts/Renderers/LegendRenderer.swift
# Source/Charts/Renderers/LineChartRenderer.swift
# Source/Charts/Renderers/PieChartRenderer.swift
# Source/Charts/Renderers/RadarChartRenderer.swift
# Source/Charts/Renderers/Renderer.swift
# Source/Charts/Renderers/ScatterChartRenderer.swift
# Source/Charts/Renderers/XAxisRenderer.swift
# Source/Charts/Renderers/XAxisRendererHorizontalBarChart.swift
# Source/Charts/Renderers/XAxisRendererRadarChart.swift
# Source/Charts/Renderers/YAxisRenderer.swift
# Source/Charts/Renderers/YAxisRendererHorizontalBarChart.swift
# Source/Charts/Renderers/YAxisRendererRadarChart.swift
# Source/Charts/Utils/ChartUtils.swift
# Source/Charts/Utils/ViewPortHandler.swift
# Tests/ReferenceImages_64/ChartsTests.CombinedChartTests/testAllRightAxisDependency_iOS_375.0_667.0@2x.png
# Tests/ReferenceImages_64/ChartsTests.CombinedChartTests/testAllRightAxisDependency_tvOS_1920.0_1080.0.png
# Tests/ReferenceImages_64/ChartsTests.CombinedChartTests/testDefaultAxisDependency_iOS_375.0_667.0@2x.png
# Tests/ReferenceImages_64/ChartsTests.CombinedChartTests/testDefaultAxisDependency_tvOS_1920.0_1080.0.png
# Tests/ReferenceImages_64/ChartsTests.CombinedChartTests/testLeftRightAxisDependency_iOS_375.0_667.0@2x.png
# Tests/ReferenceImages_64/ChartsTests.CombinedChartTests/testLeftRightAxisDependency_tvOS_1920.0_1080.0.pngFile tree
445 files changed
+7691
-4471
lines changed- .github
- Charts.xcodeproj
- Charts.xcworkspace
- ChartsDemo-iOS
- ChartsDemo-iOS.xcodeproj
- Objective-C
- Components
- Demos
- Formatters
- Resources
- Images.xcassets
- AppIcon.appiconset
- icon.imageset
- markers
- Supporting Files
- Swift
- Components
- Demos
- Formatters
- XIBs
- Demos
- ChartsDemo-macOS
- ChartsDemo-macOS.xcodeproj
- ChartsDemo-macOS
- Assets.xcassets/AppIcon.appiconset
- Base.lproj
- Demos
- PlaygroundChart.playground
- Pages
- BarChart.xcplaygroundpage
- BubbleChart.xcplaygroundpage
- CandleChart.xcplaygroundpage
- CombinedChart.xcplaygroundpage
- HorizontalBarChart.xcplaygroundpage
- LineChart.xcplaygroundpage
- Menu.xcplaygroundpage
- Resources
- PieChart.xcplaygroundpage
- RadarChart.xcplaygroundpage
- ScatterChart.xcplaygroundpage
- StackedBarChart.xcplaygroundpage
- ChartsDemo
- ChartsDemo.xcodeproj
- Swift/Components
- Source
- Charts
- Animation
- Charts
- Components
- Data
- Implementations
- Standard
- Interfaces
- Filters
- Formatters
- Highlight
- Interfaces
- Jobs
- Renderers
- Scatter
- Utils
- Supporting Files
- Tests
- Charts
- ReferenceImages_64
- ChartsTests.BarChartTests
- ChartsTests.CombinedChartTests
- ChartsTests.LineChartTests
- ChartsTests.PieChartTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
445 files changed
+7691
-4471
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| 42 | + | |
| 43 | + | |
45 | 44 | | |
46 | 45 | | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | 54 | | |
56 | | - | |
57 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
58 | 64 | | |
59 | 65 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 | | |
64 | 70 | | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
| 75 | + | |
| 76 | + | |
67 | 77 | | |
68 | 78 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 79 | + | |
72 | 80 | | |
73 | 81 | | |
74 | 82 | | |
| |||
Lines changed: 36 additions & 27 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
55 | 55 | | |
56 | | - | |
57 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
63 | 70 | | |
64 | 71 | | |
| 72 | + | |
| 73 | + | |
65 | 74 | | |
66 | 75 | | |
| 76 | + | |
| 77 | + | |
67 | 78 | | |
68 | 79 | | |
69 | | - | |
70 | | - | |
71 | | - | |
| 80 | + | |
72 | 81 | | |
73 | 82 | | |
74 | 83 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments