Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatter callbacks #33

Open
bre1470 opened this issue Jan 10, 2025 · 0 comments
Open

Formatter callbacks #33

bre1470 opened this issue Jan 10, 2025 · 0 comments
Labels
enhancement New feature or request ready Issue is ready to be picked up

Comments

@bre1470
Copy link
Member

bre1470 commented Jan 10, 2025

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:
image

@bre1470 bre1470 added the enhancement New feature or request label Jan 10, 2025
@oysteinmoseng oysteinmoseng added the ready Issue is ready to be picked up label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ready Issue is ready to be picked up
Projects
None yet
Development

No branches or pull requests

2 participants