| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| @param graph The graph object requesting the total number of points. | ||
| @return The suffix to append to the popup report. */ | ||
| - (NSString *)popUpSuffixForlineGraph:(BEMSimpleLineGraphView *)graph; | ||
| - (NSString *)popUpSuffixForlineGraph:(BEMSimpleLineGraphView *)graph index:(NSUInteger)index; |
There was a problem hiding this comment.
Please rename the method to - (NSString *)popUpSuffixForlineGraph:(BEMSimpleLineGraphView *)graph atIndex:(NSUInteger)index;.
The comment also needs to be updated.
Sorry, something went wrong.
|
Hi @xuzhiming, |
Sorry, something went wrong.
|
ok, I'll address those issues soon. |
Sorry, something went wrong.
…popUpPrefixForlineGraph. remove awakeFromNib to avoid commonInit be called twice. use the longestString index for popUp.
|
Hi @Boris-Em , please check the latest commit. |
Sorry, something went wrong.
|
This looks great! It is a breaking change. Could you deprecate the old methods? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
supply current popUp index parameter for popUpSuffixForlineGraph and popUpPrefixForlineGraph
Feature Enhancement
This pull request enhance the following features:
Notes