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"
51
51
erased-serde = " 0.4"
52
52
image = { version = " 0.25" , optional = true }
53
53
plotly_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 }
55
55
plotly_kaleido = { version = " 0.13" , path = " ../plotly_kaleido" , optional = true }
56
56
ndarray = { version = " 0.16" , optional = true }
57
57
once_cell = " 1"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " plotly_static"
3
- version = " 0.0.2 "
3
+ version = " 0.0.3 "
4
4
description = " Export Plotly graphs to static images using WebDriver"
5
5
authors = [
" Andrei Gherghescu [email protected] " ]
6
6
license = " MIT"
@@ -46,4 +46,4 @@ webdriver-downloader = "0.16"
46
46
47
47
# Needed for docs.rs to build the documentation
48
48
[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`:
56
56
57
57
``` toml
58
58
[dependencies ]
59
- plotly_static = { version = " 0.0.2 " , features = [" chromedriver" , " webdriver_download" ] }
59
+ plotly_static = { version = " 0.0.3 " , features = [" chromedriver" , " webdriver_download" ] }
60
60
serde_json = " 1.0"
61
61
```
62
62
@@ -151,7 +151,7 @@ Similar examples are available in the [Plotly.rs package](https://github.com/plo
151
151
## Documentation
152
152
153
153
- [ 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)
155
155
156
156
## License
157
157
Original file line number Diff line number Diff line change 74
74
//!
75
75
//! ```toml
76
76
//! [dependencies]
77
- //! plotly_static = { version = "0.0.2 ", features = ["chromedriver", "webdriver_download"] }
77
+ //! plotly_static = { version = "0.0.3 ", features = ["chromedriver", "webdriver_download"] }
78
78
//! ```
79
79
//!
80
80
//! ## Advanced Usage
You can’t perform that action at this time.
0 commit comments