-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dataset logic cleanup #3001
Merged
Merged
Dataset logic cleanup #3001
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
5fbf9b4
Cleaned up `ChartDataSet` logic
jjatie 1feda88
Tidied up logic for `ChartDataSet` subclasses
jjatie 6e80eb0
Added Collection conformances
jjatie d36d11b
[#3018]
jjatie 36ca566
Fixed required initializers
jjatie cb32b08
ChartData adopts ExressibleByArrayLiteral
jjatie ad0d148
Merge remote-tracking branch 'origin/chartdata-collection-conformance…
jjatie fcd9fa2
Modified demos
jjatie 5d7a1a1
Merge remote-tracking branch 'upstream/master' into dataset-logic-cle…
jjatie 01d0753
Pulled latest master
jjatie ea240a1
Merge remote-tracking branch 'upstream/master' into dataset-logic-cle…
jjatie 1d819d7
Pulled latest master
jjatie 716f182
Pulled latest 4.0.0 and code style fixes
jjatie ca5afad
Updates for PR
jjatie 0d41175
Pulled latest base
jjatie fdae403
Refactored ChartData
jjatie 8976b95
PR review fixes
jjatie f28d3d5
Removed unnecessary `get` from subscripts.
jjatie 793e437
Merge remote-tracking branch 'origin/chartdata-collection-conformance…
jjatie 583dab6
Disabled `remove(at:)` for CombinedChartView
jjatie 0cce64d
Merge remote-tracking branch 'origin/chartdata-collection-conformance…
jjatie 47b6a1c
Removed redundant methods
jjatie c0b7d65
Relocated `appendEntry(_:todataSet:)`
jjatie 1d1e380
Merge remote-tracking branch 'origin/chartdata-collection-conformance…
jjatie 79cae83
Merge remote-tracking branch 'origin/chartdata-collection-refactor' i…
jjatie c76ed46
pulled latest 4.0.0
jjatie 09d27a7
Disabled Collection support for CombinedChartData
jjatie a71f87c
Removed methods from CombinedChartData
jjatie efc5a72
Merge remote-tracking branch 'origin/chartdata-collection-conformance…
jjatie bfb750b
Merge branch '4.0.0' into chartdata-collection-refactor
jjatie 6adde98
Merge branch '4.0.0' into chartdata-collection-refactor
jjatie 023ff19
Merge remote-tracking branch 'origin/chartdata-collection-refactor' i…
jjatie e6eb970
Pulled latest 4.0
jjatie 29d3e91
Fixes after merge
jjatie a388f8a
Removed used of dataSet(forIndex:)
jjatie ae8279a
Merge branch '4.0.0' into chartdata-collection-refactor
jjatie 6de1114
Merge branch '4.0.0' into chartdata-collection-refactor
jjatie 37b29ad
Merge branch '4.0.0' of https://github.com/danielgindi/Charts into ch…
jjatie 329e00c
Fixed merge conflicts
jjatie 2572f04
Merge remote-tracking branch 'upstream/4.0.0' into chartdata-collecti…
jjatie 31a76eb
Fixed merge conflicts
jjatie 5cbafb4
Merge remote-tracking branch 'origin/chartdata-collection-refactor' i…
jjatie b7e6f93
updated demos
jjatie 5f3b528
Merge remote-tracking branch 'origin/chartdata-collection-refactor' i…
jjatie 5816632
Merge remote-tracking branch 'upstream/4.0.0' into chartdata-cleanup
jjatie 9f5a7f9
Pulled latest 4.0.0
jjatie b73ac7e
Fixed demos
jjatie 33ed6b5
Fixed objective c demos
jjatie 8bcccd3
Merged latest 4.0.0
jjatie 585e605
Merge remote-tracking branch 'origin/4.0.0' into chartdata-cleanup
jjatie b1ca0c5
Moved travis to Xcode 9.3 beta temporarily
jjatie 08a8ac0
Pulled latest 4.0.0
jjatie 5faad7b
Merge remote-tracking branch 'origin/4.0.0' into chartdata-cleanup
jjatie a049cd3
Merge remote-tracking branch 'origin/4.0.0' into chartdata-cleanup
jjatie 251f501
Fixed macOS demo info.plist and tv demo device name
jjatie 8031da7
PR Fixes
jjatie d371fa8
Fixed objective-c naming
jjatie 728fa0e
Merge branch 'chartdata-cleanup' of https://github.com/jjatie/Charts …
jjatie 7d64273
PR Fixes
jjatie bf7c325
Pulled latest 4.0.0
jjatie 0d4ab69
Merge remote-tracking branch 'origin/4.0.0' into dataset-logic-cleanup
jjatie 8f74fe0
PR Fixes
jjatie File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok to remove, but what's the reason removing all values and labels optional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why would they be optional? We already have an initializer that doesn't take a
label
, and backing stores shouldn't be optional.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok.