You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add static export functionality using WebDriver to control a host
browser.
- allow user to reuse the exporter object but also keep the old style
Kaleido API
- allow user to set browser capabilities via setter
- allow user to configure html2pdf timeout
- use data uri for CDN case and file for offline case when generating the html for static image export
- there are size restrictions when using data-uri , webdriver cannot load large data-uri
files, so for offline mode, default to using html returned by to_file
- use build.rs to download webdriver chromedriver/geckodriver
- contains documentation and add example for plotly_static
- include an example on how to use static export for json data
- refactored usage of imageformat between packages: plotly,
plotly_kaleido, plotly_static
- the new static export is included in the plotly crate as default and kaleido is marked as
deprecated using deprecation warnings
- added custom CI setup for Windows as Windows GitHub Action with Chrome setup is unique
- expand ci with Firefox + Ubuntu for plotly_static
- add ci step for publishing plotly_static
Signed-off-by: Andrei Gherghescu <[email protected]>
0 commit comments