-
-
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
Platform separation #4178
Merged
Merged
Platform separation #4178
Conversation
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
Codecov Report
@@ Coverage Diff @@
## master #4178 +/- ##
=======================================
Coverage 41.48% 41.48%
=======================================
Files 119 123 +4
Lines 14042 14042
=======================================
Hits 5826 5826
Misses 8216 8216
Continue to review full report at Codecov.
|
liuxuan30
requested changes
Nov 5, 2019
water-su
added a commit
to water-su/Charts
that referenced
this pull request
Feb 7, 2020
* origin/master: (256 commits) Add our first super sponsor! Updated test screenshots Add option to draw grid lines in front of data Removed double spacing for labelRotatedHeight Fixes an issue with string comparison in ChartData for finding a dataset by its label (Fixes ChartsOrg#4274) Simplify code Use faster check for line whether it's inside drawing rect Corrected pie `isHighlightEnabled` - render normally when disabled Restored correct velocity sampler Deduplicate BalloonMarker code Unified styling Call chartViewDidEndPanning on when *panning* is ended Propagate file header to newer files Removed redundant minEntries > 0 labelXOffset = 10 is default for radar chart only Update README.md, added link to tutorial about Radar Charts. Changes to fix Catalyst compatibility Allowing overrides for YAxisRenderer.drawYLabels (ChartsOrg#4089) move isDrawCirclesEnabled check further up in code to avoid creating … (ChartsOrg#4050) Platform separation (ChartsOrg#4178) ... # Conflicts: # Source/Charts/Components/AxisBase.swift # Source/Charts/Data/Implementations/Standard/LineRadarChartDataSet.swift # Source/Charts/Highlight/Highlight.swift
SwiftPolar
pushed a commit
to SwiftPolar/Charts
that referenced
this pull request
Mar 20, 2023
* Added system dark mode support for primary label colors in the framework Moved Color to its own Platform file * Relocated color file * Reverted demo change * Separated `Platform` into multiple files for better organization * Updated from master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 are no code changes here. I only split out the different pieces of platform to make it more easily maintainable.
Must be merged after #4175