Fixed a duplicated assignment compared with obj-c code.#3179
Merged
jjatie merged 3 commits intoChartsOrg:masterfrom Jan 23, 2018
Merged
Fixed a duplicated assignment compared with obj-c code.#3179jjatie merged 3 commits intoChartsOrg:masterfrom
jjatie merged 3 commits intoChartsOrg:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3179 +/- ##
=========================================
- Coverage 22.99% 22.9% -0.09%
=========================================
Files 116 116
Lines 15541 15602 +61
Branches 272 272
=========================================
Hits 3573 3573
- Misses 11932 11993 +61
Partials 36 36
Continue to review full report at Codecov.
|
jjatie
reviewed
Jan 15, 2018
Collaborator
jjatie
left a comment
There was a problem hiding this comment.
Why is the .xcscheme changed at all?
Contributor
Author
|
@jjatie thanks for reply. It’s my mistake. I removed the unnecessary changed file. |
liuxuan30
reviewed
Jan 23, 2018
| set1.formLineDashLengths = [5, 2.5] | ||
| set1.formLineWidth = 1 | ||
| set1.formLineWidth = 15 | ||
| set1.formSize = 15 |
Member
There was a problem hiding this comment.
why set formSize here but not just delete it?
Collaborator
There was a problem hiding this comment.
The objective-c version sets formSize
Member
There was a problem hiding this comment.
oh I don't see it's swift controller.
FreddyZeng
added a commit
to FreddyZeng/Charts
that referenced
this pull request
Jan 25, 2018
* 'master' of https://github.com/danielgindi/Charts: Fixed a duplicated assignment compared with obj-c code. (ChartsOrg#3179) Updated README for 3.0.5 (ChartsOrg#3183) Added custom text alignment for noData Fixes the distance issue between the legend and the horizontal bar chart (Fixes ChartsOrg#2138) (ChartsOrg#2214) call setNeedsDisplay() here to trigger render noDataText (ChartsOrg#3198)
kzyryanov
pushed a commit
to fishbrain/Charts
that referenced
this pull request
Feb 20, 2018
* fixed duplicated assignment compared with obj-c code.
kalmurzayev
pushed a commit
to kalmurzayev/Charts
that referenced
this pull request
Feb 26, 2018
* fixed duplicated assignment compared with obj-c code.
FreddyZeng
added a commit
to FreddyZeng/Charts
that referenced
this pull request
Mar 14, 2018
* master: (55 commits) Refactors -[tableView:cellForRowAtIndexPath:] (ChartsOrg#3326) fix ChartsOrg#3311. Need one more key for iOS 11 camera roll saving revert a mistake, fix ChartsOrg#3299 add pie chart unit tests (ChartsOrg#3297) ChartsOrg#3287: align Objc and Swift demos balloon marker update changelog Min and Max reset when clearing ChartDataSet (Fixes ChartsOrg#3260) Restored old performance (ChartsOrg#3216) Support other bundle than main MarkerView.viewFromXib() (ChartsOrg#3215) For ChartsOrg#2840. add dataIndex parameter in `highlightValue()` calls (ChartsOrg#2852) Balloon Marker indicates position of data (ChartsOrg#3181) bump Info.plist version Fixed a duplicated assignment compared with obj-c code. (ChartsOrg#3179) Updated README for 3.0.5 (ChartsOrg#3183) BubbleChart uses correct colour for index now. Added custom text alignment for noData Fixes the distance issue between the legend and the horizontal bar chart (Fixes ChartsOrg#2138) (ChartsOrg#2214) call setNeedsDisplay() here to trigger render noDataText (ChartsOrg#3198) 添加定制TY的Mark 添加修改过的Mark到工程中 ... # Conflicts: # ICXCharts.podspec
This file contains hidden or 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
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.
No description provided.