File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dyn-clone = "1"
5151erased-serde = " 0.4"
5252image = { version = " 0.25" , optional = true }
5353plotly_derive = { version = " 0.13" , path = " ../plotly_derive" }
54- plotly_static = { version = " 0.0.2 " , path = " ../plotly_static" , optional = true }
54+ plotly_static = { version = " 0.0.3 " , path = " ../plotly_static" , optional = true }
5555plotly_kaleido = { version = " 0.13" , path = " ../plotly_kaleido" , optional = true }
5656ndarray = { version = " 0.16" , optional = true }
5757once_cell = " 1"
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 andrei-ng@protonmail.com" ]
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 @@ -56,7 +56,7 @@ Add to your `Cargo.toml`:
5656
5757``` toml
5858[dependencies ]
59- plotly_static = { version = " 0.0.2 " , features = [" chromedriver" , " webdriver_download" ] }
59+ plotly_static = { version = " 0.0.3 " , features = [" chromedriver" , " webdriver_download" ] }
6060serde_json = " 1.0"
6161```
6262
@@ -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
Original file line number Diff line number Diff line change 7474//!
7575//! ```toml
7676//! [dependencies]
77- //! plotly_static = { version = "0.0.2 ", features = ["chromedriver", "webdriver_download"] }
77+ //! plotly_static = { version = "0.0.3 ", features = ["chromedriver", "webdriver_download"] }
7878//! ```
7979//!
8080//! ## Advanced Usage
You can’t perform that action at this time.
0 commit comments