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.
Activity
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Judy Guglielmin [ judy.guglielmin ] |
Ken Fyten
made changes -
Fix Version/s | 4.3 [ 13096 ] |
Ken Fyten
made changes -
Assignee Priority | P2 [ 10011 ] |
Judy Guglielmin
made changes -
Description |
Jqplot support the ability to show tick marks on the axes (or not!) as per this link:-
https://docs.google.com/spreadsheets/d/1gdoCjJi_bClWJLCU61-F07rLMy4vMs_ejouMI3G8yVY/edit#gid=0 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. |
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. |
Ken Fyten
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] | Arturo Zambrano [ artzambrano ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52459 | Wed May 23 13:56:21 MDT 2018 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/chart/Axis.java
|
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52479 | Thu Jun 14 14:57:55 MDT 2018 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/chart/jquery.jqplot.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52523 | Thu Jul 12 14:49:20 MDT 2018 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/chart/Axis.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #52524 | Thu Jul 12 14:50:24 MDT 2018 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/tags/icefaces-4.3.0/icefaces/ace/component/src/org/icefaces/ace/component/chart/Axis.java
|
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
r52459: added showTicks and showTickMarks configuration options to the Axis class