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
After some debugging, it turns out that the there was an exception generated when trying to calculate an array index using a key and modulo operation for the coloring. The uncaught exception is caused because the key (parentKey below) is negative:
style = backupStyles[(hash(stateStyle.parentKey) as number % backupStyles.length)];
The Flame Chart is currently not populated properly. Most of the function states are not shown. Only a view are visible as well as some "GAP" states.
The text was updated successfully, but these errors were encountered: