-
-
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
improvements in barRect height calculation #3650
Commits on Sep 19, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e2fa55b - Browse repository at this point
Copy the full SHA e2fa55bView commit details
Commits on Sep 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ed9d70d - Browse repository at this point
Copy the full SHA ed9d70dView commit details -
Fix the mess caused by the setting the min&min value of the y-axis by…
… error : Just simply swap their values
Configuration menu - View commit details
-
Copy full SHA for 6cbecb8 - Browse repository at this point
Copy the full SHA 6cbecb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 526a73a - Browse repository at this point
Copy the full SHA 526a73aView commit details -
Revert "Fix the mess caused by the setting the min&min value of the y…
…-axis by error" This reverts commit 526a73a.
Configuration menu - View commit details
-
Copy full SHA for 4548474 - Browse repository at this point
Copy the full SHA 4548474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d6986 - Browse repository at this point
Copy the full SHA 59d6986View commit details
Commits on Sep 28, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c774d20 - Browse repository at this point
Copy the full SHA c774d20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b6cc38 - Browse repository at this point
Copy the full SHA 1b6cc38View commit details -
Configuration menu - View commit details
-
Copy full SHA for daff645 - Browse repository at this point
Copy the full SHA daff645View commit details -
Configuration menu - View commit details
-
Copy full SHA for a77a358 - Browse repository at this point
Copy the full SHA a77a358View commit details
Commits on Sep 29, 2018
-
keep barRect calculation untouched
try to simply the calculation. keep barRect calculation untouched
Configuration menu - View commit details
-
Copy full SHA for b67c251 - Browse repository at this point
Copy the full SHA b67c251View commit details
Commits on Oct 6, 2018
-
After the correction of min and max , they should be assigned back to…
… _axisMinimum and _axisMaximum
Configuration menu - View commit details
-
Copy full SHA for 9a9edcb - Browse repository at this point
Copy the full SHA 9a9edcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf86f2c - Browse repository at this point
Copy the full SHA bf86f2cView commit details
Commits on Oct 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f69c6ee - Browse repository at this point
Copy the full SHA f69c6eeView commit details
Commits on Oct 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ce578a0 - Browse repository at this point
Copy the full SHA ce578a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for afac36e - Browse repository at this point
Copy the full SHA afac36eView commit details -
make sure max is greater than min &
turnoff record mode for barchartest
Configuration menu - View commit details
-
Copy full SHA for b57cd0b - Browse repository at this point
Copy the full SHA b57cd0bView commit details
Commits on Oct 11, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 0e7ff42 - Browse repository at this point
Copy the full SHA 0e7ff42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 104c0c4 - Browse repository at this point
Copy the full SHA 104c0c4View commit details
Commits on Oct 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e6098f3 - Browse repository at this point
Copy the full SHA e6098f3View commit details -
update tvOS images, removing "Description Label", (not rendered anymore)
changing tolerance will trigger "Description Label" detection
Configuration menu - View commit details
-
Copy full SHA for 76b1f6f - Browse repository at this point
Copy the full SHA 76b1f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5d9abd - Browse repository at this point
Copy the full SHA d5d9abdView commit details
Commits on Oct 19, 2018
-
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)
Configuration menu - View commit details
-
Copy full SHA for 8da5272 - Browse repository at this point
Copy the full SHA 8da5272View commit details
Commits on Oct 22, 2018
-
Update Source/Charts/Renderers/BarChartRenderer.swift
Co-Authored-By: potato04 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ae48b9 - Browse repository at this point
Copy the full SHA 8ae48b9View commit details