We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20acae1 commit 9ce2f57Copy full SHA for 9ce2f57
1 file changed
plotly/src/traces/bar.rs
@@ -55,7 +55,7 @@ where
55
legend_group_title: Option<LegendGroupTitle>,
56
opacity: Option<f64>,
57
ids: Option<Vec<String>>,
58
- base: Option<Dim<Vec<f64>>>,
+ base: Option<Dim<f64>>,
59
width: Option<f64>,
60
offset: Option<Dim<f64>>,
61
text: Option<Dim<String>>,
0 commit comments