Fix #1862
This commit is contained in:
parent
6fb2245845
commit
fb4590e6b0
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ public class YAxis extends AxisBase {
|
|||
* @param enabled
|
||||
*/
|
||||
public void setGranularityEnabled(boolean enabled) {
|
||||
mGranularityEnabled = true;
|
||||
mGranularityEnabled = enabled;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue