Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Chart issue with DateUtil.getInputFormat usage

    Hi,

    Using latest pro version v12.1p 2026-01-14 using
    Code:
    setLabelCollapseMode(LabelCollapseMode.TIME);
    in a FacetChart leads to isc_c_FacetChart__getDateAxisLabels being called in ISC_Charts.js. Here the return value of DateUtil.getInputFormat is expected to be a String but actually it returns a function, as can be seen in the DevTools debugger:

    Click image for larger version

Name:	SGWT_bug_2026_02_24.png
Views:	2
Size:	40.8 KB
ID:	277190
    So this is a similar issue to:
    https://forums.smartclient.com/forum...eline-day-view

    Could a fix for this function be done for v12.1p?
    Attached Files

    #2
    We see the issue and will port a fix for it back to 12.1 for tomorrow's builds.

    Comment

    Working...
    X