| Issue 633: | Control which axis slots time text is displayed | |
| 4 people starred this issue and may be notified of changes. | Back to list |
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
Oct 7, 2010
Issue 648 has been merged into this issue.
Oct 7, 2010
(No comment was entered for this change.)
Summary:
Control which axis slots time text is displayed
Status: Maybe
May 19, 2013
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
(No comment was entered for this change.)
Status:
Duplicate
Labels: -Type-Enhancement Type-Feature Mergedinto: 946 |
|
| ► Sign in to add a comment |