Commit 85573ee
Chartviewbase redundant ivar (#3045)
* Fixed using wrong axis (Issue #2257)
* fix #1830. credit from #2049 (#2874)
* fix #1830. credit from #2049
* add combined chart unit tests for iOS, tvOS (macOS only have build process)
* use iterater rather than index
* Removed redundant ivars in BarLineChartViewBase (#3043)
* Removed redundant ivars in favour of proper access control
* Moved initialization of axes to their declaration to keep the same optionality exposed.
* Update 4.0.0 with master (#3135)
* Replaced relevant `ChartUtils` methods with `Double` extensions (#2994)
* Replaced relevant `ChartUtils` methods with `Double` extensions
Improves readability.
`nextUp` is built in and provides the same functionality.
* Updated `ChartUtilsTests` to match changes
* add option to build demo projects unit tests on iOS (#3121)
* add option to build demo projects unit tests on iOS
* add ChartsDemo-OSX build test.
* Update ViewPortHandler.swift (#3143)
fix a small bug
* Refactored ChartUtils method into CGPoint extension (#3087)
* Refactored ChartUtils method into CGPoint extension
* Replaced ChartUtils.defaultValueFormatter()
* Codestyle fixes
* ChartViewBase cleanup
For the most part, condensing logic and using `guard` where appropriate
Removed optionality of many internal variables as they were only optional to allow for deferred initialization. This is now replaced with lazy vars.
Removed empty initializer overrides.
`fileprivate` is now `private`
* Removed redundant ivars
In favour of proper access control
* Fixes after merge
* Renamed `animator` to `chartAnimator`
on `ChartViewBase` to no conflict with `NSView`'s `animator()` method.
* pulled latest master
* Code style fix
* Removed AxisRendererBase.swift
* Fixed demos1 parent e126844 commit 85573ee
File tree
56 files changed
+723
-736
lines changed- Charts.xcodeproj
- ChartsDemo-OSX/ChartsDemo-OSX/Demos
- ChartsDemo
- Objective-C/Demos
- Swift
- Demos
- Source/Charts
- Charts
- Data/Implementations
- Standard
- Highlight
- Renderers
- Utils
- Tests
- Charts
- ReferenceImages_64/ChartsTests.CombinedChartTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+723
-736
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
267 | 268 | | |
268 | 269 | | |
269 | 270 | | |
| 271 | + | |
270 | 272 | | |
271 | 273 | | |
272 | 274 | | |
| |||
549 | 551 | | |
550 | 552 | | |
551 | 553 | | |
| 554 | + | |
552 | 555 | | |
553 | 556 | | |
554 | 557 | | |
| |||
964 | 967 | | |
965 | 968 | | |
966 | 969 | | |
| 970 | + | |
967 | 971 | | |
968 | 972 | | |
969 | 973 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | | - | |
| 237 | + | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
| 276 | + | |
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments