diff options
author | gerv%gerv.net <> | 2002-11-13 17:29:12 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2002-11-13 17:29:12 +0100 |
commit | 8cd838d6aa5e4a42e4989aa034f7dc452c0581fb (patch) | |
tree | b4a9cd77466bf1083ff14d0d1973e07784a305f1 /query.cgi | |
parent | 505f37c53861fb92d54eb5e65eac6b0801a43e3d (diff) | |
download | bugzilla-8cd838d6aa5e4a42e4989aa034f7dc452c0581fb.tar.gz bugzilla-8cd838d6aa5e4a42e4989aa034f7dc452c0581fb.tar.xz |
Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; r=joel.
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ sub PrefillForm { "status_whiteboard_type", "bug_id", "bugidtype", "keywords", "keywords_type", "x_axis_field", "y_axis_field", "z_axis_field", - "chart_format", "cumulate") + "chart_format", "cumulate", "x_labels_vertical") { # This is a bit of a hack. The default, empty list has # three entries to accommodate the needs of the email fields - |