We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 778ee1f + 9ce2f57 commit c2d33a8Copy full SHA for c2d33a8
1 file changed
plotly/src/traces/bar.rs
@@ -55,6 +55,7 @@ where
55
legend_group_title: Option<LegendGroupTitle>,
56
opacity: Option<f64>,
57
ids: Option<Vec<String>>,
58
+ base: Option<Dim<f64>>,
59
width: Option<f64>,
60
offset: Option<Dim<f64>>,
61
text: Option<Dim<String>>,
0 commit comments