setMinorTicks() doesn't set the value

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • 7.2.1.1
    • 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));

            Assignee:
            rudyhuang
            Reporter:
            hawk
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 10 minutes
                10m