-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update from original repo #2
Commits on Jun 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3aa542a - Browse repository at this point
Copy the full SHA 3aa542aView commit details
Commits on Aug 26, 2018
-
Added delegate callback to detect when panning is finished, to potentβ¦
β¦ially allow users to manually reset the hightlight values once panning is complete
Configuration menu - View commit details
-
Copy full SHA for 767d03d - Browse repository at this point
Copy the full SHA 767d03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d3ed7 - Browse repository at this point
Copy the full SHA c3d3ed7View commit details
Commits on Sep 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3d40b00 - Browse repository at this point
Copy the full SHA 3d40b00View commit details
Commits on Sep 22, 2018
-
``` (\n[ ]+)(((/// - parameter \w+:.*\s+)(///((\s+)|( \s+.+\s+)))?)*/// - parameter \w+:.*) ``` ``` $1/// - Parameters:$1$2 ```
Configuration menu - View commit details
-
Copy full SHA for 08820aa - Browse repository at this point
Copy the full SHA 08820aaView commit details -
``` /// - parameter (\w+):(.*)(\s+///(\n))*(\s+) ``` ``` /// - $1:$2$4$5 ```
Configuration menu - View commit details
-
Copy full SHA for 576d7af - Browse repository at this point
Copy the full SHA 576d7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 849acbe - Browse repository at this point
Copy the full SHA 849acbeView commit details -
``` /// (note|return|parameters|throws): ``` ``` /// - $1: ```
Configuration menu - View commit details
-
Copy full SHA for bad3eef - Browse repository at this point
Copy the full SHA bad3eefView commit details
Commits on Sep 23, 2018
-
``` ((///)[ ]+[^-\n]+(\s+))?(((((/// - Parameters:\s+(/// (( - \w+:)|([^-]{1})).*\s+)+)\s+)|(/// - Returns:.*\s+(/// [^-]{1}.*\s+)*)|(/// - Note:.*\s+(/// [^-]{1}.*\s+)*)|(/// - Throws:.*\s+(/// [^-]{1}.*\s+)*))(///\n\s+)?)+) ``` ``` $1$2$3$15$7$17$13 ```
Configuration menu - View commit details
-
Copy full SHA for f3fa752 - Browse repository at this point
Copy the full SHA f3fa752View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0edceea - Browse repository at this point
Copy the full SHA 0edceeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c68ed07 - Browse repository at this point
Copy the full SHA c68ed07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 033bb11 - Browse repository at this point
Copy the full SHA 033bb11View commit details
Commits on Oct 10, 2018
-
Updated documentation in the code based on feedback
Configuration menu - View commit details
-
Copy full SHA for 33e8eb1 - Browse repository at this point
Copy the full SHA 33e8eb1View commit details
Commits on Oct 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a4cae71 - Browse repository at this point
Copy the full SHA a4cae71View commit details -
Merge pull request #3654 from 417-72KI/accesibility_element_initializer
Make NSUIAccessibilityElement initializer public.
Configuration menu - View commit details
-
Copy full SHA for 3b07904 - Browse repository at this point
Copy the full SHA 3b07904View commit details
Commits on Oct 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d59b2d8 - Browse repository at this point
Copy the full SHA d59b2d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a435669 - Browse repository at this point
Copy the full SHA a435669View commit details
Commits on Nov 1, 2018
-
Merge pull request #3721 from ggirotto/axis-base-bugfix
Fix wrong assignment to axisMaxLabels property fix #3656
Configuration menu - View commit details
-
Copy full SHA for 69e433a - Browse repository at this point
Copy the full SHA 69e433aView commit details -
improvements in barRect height calculation (#3650)
* fixed barRectCaculation * fixed offset calculation * Fix the mess caused by the setting the min&min value of the y-axis by error : Just simply swap their values * Fix the mess caused by the setting the min&min value of the y-axis by error * Revert "Fix the mess caused by the setting the min&min value of the y-axis by error" This reverts commit 526a73a. * Fix the mess caused by the setting the min&min value of the y-axis by error * update offset calculation * update code style * update code style * update offset calculation * keep barRect calculation untouched try to simply the calculation. keep barRect calculation untouched * After the correction of min and max , they should be assigned back to _axisMinimum and _axisMaximum * add demo for bar chart unit test * update unit test * revert last commit * update unit test * make sure max is greater than min & turnoff record mode for barchartest * add new UT and fix some issues. 1. add more bar chart UT 2. code style fix 3. manually add chart.notifyDataSetChanged() - some old UT and new ones forget to call this method, leading the test images to be wrong. Notice: some test images diff shows slight pixel shift, not sure why, but both old and new image seems drawing correctly * update tvOS images * update tolerance to 1% & more swift-y * update tvOS images, removing "Description Label", (not rendered anymore) changing tolerance will trigger "Description Label" detection * update iOS test images, "Description Label" no longer rendered. * fixed offset calculation in some cases. moved those codes into the for loop. because the offset of each bar may be different. (detail in comments) * Update Source/Charts/Renderers/BarChartRenderer.swift Co-Authored-By: potato04 <shiww@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for c01a765 - Browse repository at this point
Copy the full SHA c01a765View commit details
Commits on Nov 4, 2018
-
Add missing properties to copy(with:) methods (#3715)
* #3578 Add missing properties to copy(with:) methods * Add NSCopying conformance
Configuration menu - View commit details
-
Copy full SHA for 076f260 - Browse repository at this point
Copy the full SHA 076f260View commit details
Commits on Nov 7, 2018
-
Merge pull request #3621 from kemchenj/master
Update document to latest format
Configuration menu - View commit details
-
Copy full SHA for ce0d809 - Browse repository at this point
Copy the full SHA ce0d809View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee7a218 - Browse repository at this point
Copy the full SHA ee7a218View commit details
Commits on Nov 9, 2018
-
Fix applying lineCap value for line chart data sets (Fixes #3739)
DataSets for line chart have lineCap property which is supposed to be applied to the chart line. But it was applied only if dataSet is drawn in linear/stepped mode. This commit makes lineCap work for any existing mode.
Anton Filimonov committedNov 9, 2018 Configuration menu - View commit details
-
Copy full SHA for 44ba57d - Browse repository at this point
Copy the full SHA 44ba57dView commit details
Commits on Nov 15, 2018
-
Merge pull request #3736 from SvenMuc/fix_horbarchart_legend_offset
Fix legend offset bug for horizontal bar chart (Fixes #3301)
Configuration menu - View commit details
-
Copy full SHA for 271606e - Browse repository at this point
Copy the full SHA 271606eView commit details -
Merge pull request #3740 from anton-filimonov/bugfixes/lineChart_lineβ¦
β¦CapForAll Fix applying lineCap value for line chart data sets (Fixes #3739)
Configuration menu - View commit details
-
Copy full SHA for 9971afc - Browse repository at this point
Copy the full SHA 9971afcView commit details -
Replace a confusing sentence with a clear one. Fix grammatical errors.
Configuration menu - View commit details
-
Copy full SHA for 9f2c130 - Browse repository at this point
Copy the full SHA 9f2c130View commit details
Commits on Dec 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2927f76 - Browse repository at this point
Copy the full SHA 2927f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e2301d - Browse repository at this point
Copy the full SHA 2e2301dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0749a2e - Browse repository at this point
Copy the full SHA 0749a2eView commit details
Commits on Dec 21, 2018
-
Remove delegate method call for translation when no translation reallβ¦
β¦y occured
Anton Filimonov committedDec 21, 2018 Configuration menu - View commit details
-
Copy full SHA for 7d2e2db - Browse repository at this point
Copy the full SHA 7d2e2dbView commit details
Commits on Jan 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0d99003 - Browse repository at this point
Copy the full SHA 0d99003View commit details
Commits on Jan 14, 2019
-
Merge pull request #3804 from anton-filimonov/bugfixes/scrolling_fixes
Fix condition that is checked before `chartTranslated` delegate method call
Configuration menu - View commit details
-
Copy full SHA for bd3d1eb - Browse repository at this point
Copy the full SHA bd3d1ebView commit details
Commits on Jan 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 290fd88 - Browse repository at this point
Copy the full SHA 290fd88View commit details -
Merge pull request #3612 from AntonTheDev/master
Feature - ChartView Pan Ended Delegate Call
Configuration menu - View commit details
-
Copy full SHA for f2795b9 - Browse repository at this point
Copy the full SHA f2795b9View commit details
Commits on Jan 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5e8c9b1 - Browse repository at this point
Copy the full SHA 5e8c9b1View commit details -
BarLineScatterCandleBubbleRenderer.XBounds conformance to RangeExpresβ¦
β¦sion and Sequence Sequence conformance simplifies for-in loops Looking forward to when data types conforming to Collection, RangeExpression conformance by XBounds allows for slicing of the collections further simplifying algorithms on data/datasets.
Configuration menu - View commit details
-
Copy full SHA for 2a1ecb4 - Browse repository at this point
Copy the full SHA 2a1ecb4View commit details
Commits on Jan 28, 2019
-
Merge pull request #3815 from danielgindi/dataset-collection-conformance
Add Collection conformances to ChartDataSet types
Configuration menu - View commit details
-
Copy full SHA for 8d38438 - Browse repository at this point
Copy the full SHA 8d38438View commit details
Commits on Feb 10, 2019
-
Draws the line chart the same way regardless of the number of colors β¦
β¦for the data set (#3764)
Configuration menu - View commit details
-
Copy full SHA for d73b552 - Browse repository at this point
Copy the full SHA d73b552View commit details
Commits on Feb 12, 2019
-
Multiple colors for valueline (Fixes #3480) (#3709)
* Multiple colors for valueline (Fixes #3480) This change adds a flag matchValueLineColorToPieSlice to PieChartDataSet and IPieChartDataSet protocol. When enabled, valuelines will have the same color as slices they attached to. matchValueLineColorToPieSlice is set to false by default, so colors won't be changed in old projects that use Charts. * Changed variable name from matchValueLineColorToPieSlice to valueLineAutoColor * Changed variable name from valueLineAutoColor to useValueColorForLine * Changed variable name from valueLineAutoColor to useValueColorForLine * fix code style fix code style * Changed check for useValueColorForLine with suggested * fix code style * Added name DrawLine: to do{} section
Configuration menu - View commit details
-
Copy full SHA for 2fedfc6 - Browse repository at this point
Copy the full SHA 2fedfc6View commit details
Commits on Feb 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for deae185 - Browse repository at this point
Copy the full SHA deae185View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf36285 - Browse repository at this point
Copy the full SHA cf36285View commit details
Commits on Feb 16, 2019
-
Renamed
values
toentries
to reflect the property's typeRemoved arbitrary setter access to `entries` to encourage use of `Collection` mechanics Added `replaceEntries`
Configuration menu - View commit details
-
Copy full SHA for 9b99d1b - Browse repository at this point
Copy the full SHA 9b99d1bView commit details
Commits on Feb 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 636f623 - Browse repository at this point
Copy the full SHA 636f623View commit details
Commits on Feb 20, 2019
-
Create "chartViewDidEndAnimate" callback function in "ChartViewBase" β¦
β¦that is called when Animator stops animating
Configuration menu - View commit details
-
Copy full SHA for af7a4a0 - Browse repository at this point
Copy the full SHA af7a4a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a323ad0 - Browse repository at this point
Copy the full SHA a323ad0View commit details -
Configuration menu - View commit details
-
Copy full SHA for d096474 - Browse repository at this point
Copy the full SHA d096474View commit details
Commits on Feb 24, 2019
-
This is in line with how Objc interfaces are now imported
Configuration menu - View commit details
-
Copy full SHA for d59fe25 - Browse repository at this point
Copy the full SHA d59fe25View commit details
Commits on Feb 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 46a3018 - Browse repository at this point
Copy the full SHA 46a3018View commit details
Commits on Feb 27, 2019
-
Merge pull request #3847 from danielgindi/dataset-values-accessors
Renamed `values` to `entries` to reflect the property's type
Configuration menu - View commit details
-
Copy full SHA for ad26e63 - Browse repository at this point
Copy the full SHA ad26e63View commit details
Commits on Mar 5, 2019
-
Removed unnecessary #if statements and unified style to align with Xcβ¦
β¦ode's indentation
Configuration menu - View commit details
-
Copy full SHA for 8e2b8c8 - Browse repository at this point
Copy the full SHA 8e2b8c8View commit details
Commits on Mar 6, 2019
-
Merge pull request #3864 from danielgindi/fix-objc-imports-anyobject
Replace AnyObject with Any
Configuration menu - View commit details
-
Copy full SHA for fe66742 - Browse repository at this point
Copy the full SHA fe66742View commit details -
Velocity samples calculation (#3883)
* Updated `PieRadarChartViewBase.sampleVelocity(touchLocation:)` algorithm. * Updated `PieRadarChartViewBase.calculateVelocity` algorithm * Updated naming for `_velocitySamples`
Configuration menu - View commit details
-
Copy full SHA for 10057bf - Browse repository at this point
Copy the full SHA 10057bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f5cbf7 - Browse repository at this point
Copy the full SHA 4f5cbf7View commit details
Commits on Mar 7, 2019
-
Merge pull request #3884 from danielgindi/cleanup-pound-if
Removed unnecessary #if statements and unified style to align with Xcβ¦
Configuration menu - View commit details
-
Copy full SHA for b4e300a - Browse repository at this point
Copy the full SHA b4e300aView commit details
Commits on Mar 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a969c46 - Browse repository at this point
Copy the full SHA a969c46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53f7c3a - Browse repository at this point
Copy the full SHA 53f7c3aView commit details -
Align
ChartLimit.LabelPosition
naming withUIRectCorner
(#3846)* Align `ChartLimit.LabelPosition` naming with `UIRectCorner` * Fixed Demos * fix indent after replacing if with guard * reverted mistaken changes * Removed unused #if statements
Configuration menu - View commit details
-
Copy full SHA for 34dafbc - Browse repository at this point
Copy the full SHA 34dafbcView commit details
Commits on Mar 19, 2019
-
add animator reference to animatorDidStop ChartViewBase delegate callβ¦
β¦back.
Lucas Marçal Fernandes committedMar 19, 2019 Configuration menu - View commit details
-
Copy full SHA for e1f28b0 - Browse repository at this point
Copy the full SHA e1f28b0View commit details
Commits on Mar 20, 2019
-
Merge pull request #3852 from Lcsmarcal/didFinishAnimate
Create `chartViewDidEndAnimate` in ChartViewDelegate
Configuration menu - View commit details
-
Copy full SHA for b1df472 - Browse repository at this point
Copy the full SHA b1df472View commit details -
Merge pull request #3854 from chaaarly/master
HorizontalBarChar value label offset calculation
Configuration menu - View commit details
-
Copy full SHA for 5d0b99a - Browse repository at this point
Copy the full SHA 5d0b99aView commit details
Commits on Apr 11, 2019
-
Minor updates for Swift 5 (#3874)
* Minor updates for Swift 5 Need FBSnapshotTestCase to be updated * Updated testing Framework for Swift 5 bumped minimum deployment version to 8.4 * Bumped Travis Xcode version * Fix test failures. add a new extension to only use 64bit arch. This is the companion commit that only has code change regards fixing test failures. * delete unused test images with specific screen size. this is a companion commit to only have deleted files * rename the in-use test images. this is a companion commit to only have renamed files. * change image diff to 0.001 tolerance make clipValuesToContentEnabled to true to fix BarTests:testPositiveValuesWithCustomAxisMaximum() failure * 1. merge master to fix xBounds iterator() to match the behavior of `stride(from: _xBounds.min, through: _xBounds.range + _xBounds.min, by: 1)` this fix issues from 2a1ecb4 2. revert clipValuesToContentEnabled to false by default. but enable it for bar chart test - testPositiveValuesWithCustomAxisMaximum() 3. update tvOS test image for testPositiveValuesWithCustomAxisMaximum. After changing tolerance to 0.001, it fails while the same iOS test pass. I looked into the image diff, it shows the intersect of bar top edge and axis line at value 50 has diff, but I suppose the image is the same. safe to merge.
Configuration menu - View commit details
-
Copy full SHA for b155c2f - Browse repository at this point
Copy the full SHA b155c2fView commit details
Commits on Apr 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6fb075f - Browse repository at this point
Copy the full SHA 6fb075fView commit details -
Reassess convenience initializers (#3862)
* Reassess convenience initializers The only data required to initialize an entry is an x and y value (or y in the case of Pie and Radar). All other data can easily be updated by initializing and assigning properties on the entry. Therefor, those initializers should be the ones marked as convenience. Made initializer declarations consistent. * Modernize BarChartDataEntry internal calculations * Style updated for PR
Configuration menu - View commit details
-
Copy full SHA for 2896791 - Browse repository at this point
Copy the full SHA 2896791View commit details -
Merge pull request #3900 from danielgindi/3860
fix #3860. maxHeight didn't count the last label
Configuration menu - View commit details
-
Copy full SHA for 13623d0 - Browse repository at this point
Copy the full SHA 13623d0View commit details
Commits on Apr 15, 2019
-
Fix horizontal bar chart not drawing values and add unit tests (#3906)
* fix horizontal bar chart drawValues not correctly drawing and add testNotDrawValueAboveBars UT * add unit tests for horizontal bar chart, including default tests and drawValues and drawValuesAboveBars default data entries included positive and negative values * add tvOS test images * add stacked bar tests for bar chart unit tests * fix typo * change to guard statement for shouldDrawValues * update test images to match master branch
Configuration menu - View commit details
-
Copy full SHA for c6b4c67 - Browse repository at this point
Copy the full SHA c6b4c67View commit details -
* `ChartEntry.data` is now of type `Any` There is no need to restrict `ChartEntry.data` to `AnyObject`. This PR loosens that restriction. As a result we cannot compare `data`, though this should never have been the case in the first place. * Updated `ChartDataEntry` initializers to accept `Any` for `data` * Updated test
Configuration menu - View commit details
-
Copy full SHA for 1b08577 - Browse repository at this point
Copy the full SHA 1b08577View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bde78f - Browse repository at this point
Copy the full SHA 2bde78fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f52c9 - Browse repository at this point
Copy the full SHA a1f52c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fef53c - Browse repository at this point
Copy the full SHA 4fef53cView commit details
Commits on Apr 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cd1120b - Browse repository at this point
Copy the full SHA cd1120bView commit details
Commits on Apr 30, 2019
-
For #3917. make init(label: String?) convenient initializer (#3973)
* fix #3917. make `init(label: String?)` to be a convenient init to enable auto inheritance. * add UT for default dataSet label
Configuration menu - View commit details
-
Copy full SHA for 899fe1d - Browse repository at this point
Copy the full SHA 899fe1dView commit details
Commits on May 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 03616c9 - Browse repository at this point
Copy the full SHA 03616c9View commit details
Commits on Jun 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e6b01f7 - Browse repository at this point
Copy the full SHA e6b01f7View commit details
Commits on Jun 10, 2019
-
Merge pull request #4006 from UberNick/master
Added a safety check before an unsafe array operation
Configuration menu - View commit details
-
Copy full SHA for e850593 - Browse repository at this point
Copy the full SHA e850593View commit details
Commits on Jul 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for acb436a - Browse repository at this point
Copy the full SHA acb436aView commit details
Commits on Jul 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2d80b44 - Browse repository at this point
Copy the full SHA 2d80b44View commit details
Commits on Jul 29, 2019
-
fixed stacked chart bug when there are different stacks on columns. (#β¦
Configuration menu - View commit details
-
Copy full SHA for 8c28cfa - Browse repository at this point
Copy the full SHA 8c28cfaView commit details
Commits on Aug 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8a98ee2 - Browse repository at this point
Copy the full SHA 8a98ee2View commit details