-
Notifications
You must be signed in to change notification settings - Fork 263
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
Cannot add series-on-point module to the export server #532
Comments
Ok, after some research I figured that there is a file lib/schemas/config.js which contains Is there a reason why this module is not in the default list? Update: this is a very dirty hack. I hope there is a more elegant solution to this. This is my workaround. Edit config.js from a dockerfile. The code replaces
|
Thanks for reporting @hubaksis! I'm currently investigating & taking care of this issue. Will keep you posted here. |
@hubaksis I've created a pull request solving this issue which should also be a part of the upcoming release so expect this to be fixed soon 🫡 |
Expected behaviour
Module series-on-point is loaded and used for drawing pies on maps when environment variable HIGHCHARTS_MODULE_SCRIPTS is set to 'series-on-point'
Actual behaviour
Module is not loaded during the container start process
Reproduction steps
my docker file.
When container starts, only default modules are loaded
The text was updated successfully, but these errors were encountered: