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
Hello!
Would it be possible to add the transparent parameter to export_chart() in PNG/PDF/SVG?
This exists in the Datawrapper API (https://developer.datawrapper.de/docs/exporting-as-pdfsvg) and it would be very helpful to have when creating Datawrapper charts through Python! Thank you!!
The text was updated successfully, but these errors were encountered:
Sure thing! Thanks for including the link to the documentation. Makes things a lot easier.
Sorry, something went wrong.
Thank you!! I appreciate it! I am trying, with no success, to figure out a work around!
Just released version 0.5.2! This has the transparent parameter in export_chart() (defaults to False)
transparent
export_chart()
False
Should be as easy as just adding transparent=True to your export_chart() code.
transparent=True
Just update datawrapper (pip install --upgrade datawrapper). Let me know if it works
datawrapper
pip install --upgrade datawrapper
Thank you so much for adding this so quickly!!! It works!
Thank you thank you! Have a lovely day!
chekos
No branches or pull requests
Hello!
Would it be possible to add the transparent parameter to export_chart() in PNG/PDF/SVG?
This exists in the Datawrapper API (https://developer.datawrapper.de/docs/exporting-as-pdfsvg) and it would be very helpful to have when creating Datawrapper charts through Python! Thank you!!
The text was updated successfully, but these errors were encountered: