Skip to content

Commit a59a225

Browse files
authored
Merge branch 'main' into ci-fixes
2 parents a623604 + 9ce2f57 commit a59a225

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

plotly/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ kaleido_download = ["plotly_kaleido/download"]
5656

5757

5858
[dependencies]
59-
askama = { version = "0.15.0", features = ["serde_json"] }
59+
askama = { version = "0.16.0", features = ["serde_json"] }
6060
dyn-clone = "1"
6161
erased-serde = "0.4"
6262
image = { version = "0.25", optional = true }

plotly/src/traces/bar.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ where
5555
legend_group_title: Option<LegendGroupTitle>,
5656
opacity: Option<f64>,
5757
ids: Option<Vec<String>>,
58+
base: Option<Dim<f64>>,
5859
width: Option<f64>,
5960
offset: Option<Dim<f64>>,
6061
text: Option<Dim<String>>,

0 commit comments

Comments
 (0)