File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " plotly_static"
3- version = " 0.0.2 "
3+ version = " 0.0.3 "
44description = " Export Plotly graphs to static images using WebDriver"
55authors = [
" Andrei Gherghescu [email protected] " ]
66license = " MIT"
@@ -46,4 +46,4 @@ webdriver-downloader = "0.16"
4646
4747# Needed for docs.rs to build the documentation
4848[package .metadata .docs .rs ]
49- features = [" chromedriver" ]
49+ features = [" chromedriver" ]
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ Similar examples are available in the [Plotly.rs package](https://github.com/plo
151151## Documentation
152152
153153- [ API Documentation] ( https://docs.rs/plotly_static/ )
154- - [ Static Image Export Guide] ( ../.. /docs/book/src/fundamentals/static_image_export.md)
154+ - [ Static Image Export Guide] ( https://github.com/plotly/plotly.rs/tree/main /docs/book/src/fundamentals/static_image_export.md)
155155
156156## License
157157
You can’t perform that action at this time.
0 commit comments