We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87bcf13 commit 23ee3f8Copy full SHA for 23ee3f8
1 file changed
src/writer/vegalite/layer.rs
@@ -2105,7 +2105,7 @@ impl BoxplotRenderer {
2105
} else {
2106
(pos1_offset.as_str(), naming::aesthetic_column("pos1offset"))
2107
};
2108
- let combined_offset_col = format!("__ggsql_box_side_offset__");
+ let combined_offset_col = "__ggsql_box_side_offset__".to_string();
2109
2110
// Helper that, when half_side is true, adds a calculate transform
2111
// to combine the dodge offset (if any) with the side shift, then
0 commit comments