Skip to content

Commit 9ce2f57

Browse files
authored
fix Bar trace 'base' attr (#395)
1 parent 20acae1 commit 9ce2f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotly/src/traces/bar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ where
5555
legend_group_title: Option<LegendGroupTitle>,
5656
opacity: Option<f64>,
5757
ids: Option<Vec<String>>,
58-
base: Option<Dim<Vec<f64>>>,
58+
base: Option<Dim<f64>>,
5959
width: Option<f64>,
6060
offset: Option<Dim<f64>>,
6161
text: Option<Dim<String>>,

0 commit comments

Comments
 (0)