We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a623604 + 9ce2f57 commit a59a225Copy full SHA for a59a225
2 files changed
plotly/Cargo.toml
@@ -56,7 +56,7 @@ kaleido_download = ["plotly_kaleido/download"]
56
57
58
[dependencies]
59
-askama = { version = "0.15.0", features = ["serde_json"] }
+askama = { version = "0.16.0", features = ["serde_json"] }
60
dyn-clone = "1"
61
erased-serde = "0.4"
62
image = { version = "0.25", optional = true }
plotly/src/traces/bar.rs
@@ -55,6 +55,7 @@ where
55
legend_group_title: Option<LegendGroupTitle>,
opacity: Option<f64>,
ids: Option<Vec<String>>,
+ base: Option<Dim<f64>>,
width: Option<f64>,
offset: Option<Dim<f64>>,
text: Option<Dim<String>>,
0 commit comments