Skip to content

Commit 20acae1

Browse files
authored
support Bar trace 'base' attr (#394)
1 parent 4d3f8d6 commit 20acae1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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<Vec<f64>>>,
5859
width: Option<f64>,
5960
offset: Option<Dim<f64>>,
6061
text: Option<Dim<String>>,

0 commit comments

Comments
 (0)