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.
1 parent 5a6e4b3 commit 5ebabbfCopy full SHA for 5ebabbf
crates/xtask/src/main.rs
@@ -1518,7 +1518,7 @@ impl Xtasks {
1518
.stderr(std::process::Stdio::inherit())
1519
.args(["plot", "create", "bms"])
1520
.args(["--title", &plot_name])
1521
- .args(["--x-axis", "date_time"])
+ .args(["--x-axis", "version"])
1522
.args(["--window", &window_seconds.to_string()])
1523
.args(["--branches", MAIN_BRANCH_UUID])
1524
.args(["--testbeds", testbed_uuid])
0 commit comments