-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
combined chart highlighter will return the dataSetIndex of the whole …
…data, not each sub data's index add one more bar data set in demo view controller (+4 squashed commits) Squashed commits: [44ce60e] rename some BarChartDataProvider protocol methods not the same as ChartDataProvider [1bd8c22] Fix issue #329 check _deltaX when only lineData exists [90a327d] 1. fix bug in getDataSetIndex, it will detect what dataSet it is and determine how to proceed 2. I also override getMarkerPosition for CombinedChartView [80aa1b3] add support for grouped bars in CombinedChartView. add a new demo view controller called GroupedCombinedChartViewController, to illustrate multiple bars + multiple line
- Loading branch information
Showing
12 changed files
with
985 additions
and
40 deletions.
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
Oops, something went wrong.