-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 7.2.1.0
-
Security Level: Jimmy
-
None
Steps to Reproduce
1. check Axis.java
public void setMinorTicks(boolean minorTicks) { setAttr(DAttrs.minorTicks, false); }
Current Result
it doesn't set the value with the parameter
Expected Result
set the value with the parameter
workaround
chart.getXAxis().addExtraAttr("minorTicks", new AnyVal<Boolean>(true));