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
The formatter does not currently work on the HighchartsXAxisLabelsOptions.
This requires a function as a passed parameter which is serialized.
After deserialization, this is no longer recognized as a function because it is not possible to serialize a function.
Error Message in the Studio:
I/chromium( 5056): [INFO:CONSOLE(9)] "Uncaught TypeError: h.formatter.call is not a function", source: https://code.highcharts.com/highcharts.js (9)
Error when the webview is debugged:
The text was updated successfully, but these errors were encountered:
The formatter does not currently work on the HighchartsXAxisLabelsOptions.
This requires a function as a passed parameter which is serialized.
After deserialization, this is no longer recognized as a function because it is not possible to serialize a function.
Error Message in the Studio:
I/chromium( 5056): [INFO:CONSOLE(9)] "Uncaught TypeError: h.formatter.call is not a function", source: https://code.highcharts.com/highcharts.js (9)
Error when the webview is debugged:
The text was updated successfully, but these errors were encountered: