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
Current behavior: The canvas generated by the library works as it's supposed to in the normal browser.
However, in the headless mode of the browser triggered by the E2E tests, a screenshot of the canvas shows that its distorted.
Expected behavior: The canvas is rendered in headless mode similarly to the normal browser mode
Create a canvas, take a screenshot of it with cypress in an E2E test while running it in headless mode with the browser of your choice
3.5.0
4.3.1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would you like to work on a fix?
Current and expected behavior
Current behavior:
The canvas generated by the library works as it's supposed to in the normal browser.
However, in the headless mode of the browser triggered by the E2E tests, a screenshot of the canvas shows that its distorted.
Expected behavior:
The canvas is rendered in headless mode similarly to the normal browser mode
Reproduction
Create a canvas, take a screenshot of it with cypress in an E2E test while running it in headless mode with the browser of your choice
chart.js version
3.5.0
react-chartjs-2 version
4.3.1
Possible solution
No response
The text was updated successfully, but these errors were encountered: