stats: Remove unsupported sort property.

According to
https://github.com/plotly/plotly.js/blob/master/src/traces/bar/attributes.js,
plotly does not have `sort` available for bar plots. This was missed in
e01f80bf93.
This commit is contained in:
Junyao Chen 2023-06-27 12:35:54 -04:00 committed by Tim Abbott
parent 6757c5a9f8
commit 1e1122282a
1 changed files with 0 additions and 1 deletions

View File

@ -567,7 +567,6 @@ function populate_messages_sent_by_client(data) {
y: plot_data.labels, y: plot_data.labels,
type: "bar", type: "bar",
orientation: "h", orientation: "h",
sort: false,
textinfo: "text", textinfo: "text",
hoverinfo: "none", hoverinfo: "none",
marker: {color: "#537c5e"}, marker: {color: "#537c5e"},