You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AE Timelines isn't working in the reports module unless it is the first chart rendered (IE AE Explorer is excluded). Issue seems to be that it's trying to set a class on the table object before it finishes initializing (see the lines below). Fix is probably to move those lines to the init callback function (instead of running them in the overall init).
Will cross-post this note to the js repo in a sec.
The text was updated successfully, but these errors were encountered:
I wonder if we should just migrate to the more flexible clinical-timeline renderer instead now that we support multiple data domains. Any thoughts @samussiah?
AE Timelines isn't working in the reports module unless it is the first chart rendered (IE AE Explorer is excluded). Issue seems to be that it's trying to set a class on the table object before it finishes initializing (see the lines below). Fix is probably to move those lines to the init callback function (instead of running them in the overall init).
Will cross-post this note to the js repo in a sec.
The text was updated successfully, but these errors were encountered: