Uploaded image for project: 'ZK Charts'
  1. ZK Charts
  2. ZKCHARTS-105

setMinorTicks() doesn't set the value

XMLWordPrintable

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

            rudyhuang rudyhuang
            hawk 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