My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 633: Control which axis slots time text is displayed
4 people starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 946
Owner:  ----
Closed:  Aug 2013


Sign in to add a comment
 
Reported by wal...@gmail.com, Sep 7, 2010
plz change line 1924:

((!slotNormal || !minutes) ? formatDate(d, options.axisFormat) : ' ') + 

to:

((!slotNormal || !minutes || options.timeInNormalSlots) ? formatDate(d, options.axisFormat) : ' ') + 

This will give us an easy option to turn on printing time in all rows.


Sep 25, 2010
#1 craveli...@gmail.com
Might be similar to the needs identified by 648 - I'm new to the control, so I'm not sure exactly what "Normal" slots are.
Oct 7, 2010
Project Member #2 adamrs...@gmail.com
 Issue 648  has been merged into this issue.
Oct 7, 2010
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Summary: Control which axis slots time text is displayed
Status: Maybe
May 19, 2013
#4 rar...@gmail.com
I wanted to show the time in Horizontal Axis under date row only and I have replaced at line no 3216

((!slotNormal || !minutes) ? formatDate(d, options.axisFormat) : ' ') + 
to:
((!slotNormal || !minutes || options.timeInNormalSlots) ? formatDate(d, options.axisFormat) : ' ') + 

but it does not show the time horizontal axis and also the calendar in weeks and day views disapeared. Please reply ASAP.
Aug 13, 2013
Project Member #5 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Labels: -Type-Enhancement Type-Feature
Mergedinto: 946
Sign in to add a comment

Powered by Google Project Hosting