We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code provided to make highcharts work for angular SSR is inaccurate, it should
There should be no console warnings when rendering on the server, the chart library should not execute any code.
cd test -> npm i -> npm run start (error in console of stackblitz)
The text was updated successfully, but these errors were encountered:
PR fix -> #394
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The code provided to make highcharts work for angular SSR is inaccurate, it should
Expected behavior
There should be no console warnings when rendering on the server, the chart library should not execute any code.
Demo
Stackblitz Demo
Steps required to recreate the problem in the demo:
cd test -> npm i -> npm run start (error in console of stackblitz)
Setup used
etc.
The text was updated successfully, but these errors were encountered: