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 width parameter to imageURI API call applies to the canvas but the image within the canvas still has the same original size.
I expect the chart to be scaled so that it will fill the 4096 area. I need this for exporting the image with a better resolution.
The chart still looks the same width, it is just on a larger canvas now.
Please look at the codepen link.
https://codepen.io/andrussuitsu/pen/azoEZKB
The text was updated successfully, but these errors were encountered:
6b1f162
No branches or pull requests
Description
The width parameter to imageURI API call applies to the canvas but the image within the canvas still has the same original size.
Steps to Reproduce
Expected Behavior
I expect the chart to be scaled so that it will fill the 4096 area. I need this for exporting the image with a better resolution.
Actual Behavior
The chart still looks the same width, it is just on a larger canvas now.
Screenshots
Please look at the codepen link.
Reproduction Link
https://codepen.io/andrussuitsu/pen/azoEZKB
The text was updated successfully, but these errors were encountered: