Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2, EE-4.2.0.GA
-
Fix Version/s: 4.3
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ace chart jqplot
-
Assignee Priority:P2
-
Support Case References:Support Case 14174:- https://icesoft.my.salesforce.com/5000g00001lqury
Description
Jqplot support the ability to show tick marks on the axes (or not!) as per this link:-
http://www.jqplot.com/docs/files/jqplot-core-js.html#Axis.showTickMarks
where showTicks toggles the tick marks and the tick labels, and showTickMarks toggles only the tick marks.
Supporting this feature assists users that want a cleaner looking chart without ticks or tick labels easily.
http://www.jqplot.com/docs/files/jqplot-core-js.html#Axis.showTickMarks
where showTicks toggles the tick marks and the tick labels, and showTickMarks toggles only the tick marks.
Supporting this feature assists users that want a cleaner looking chart without ticks or tick labels easily.
r52459: added showTicks and showTickMarks configuration options to the Axis class