Test01: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 40: | Line 40: | ||
{ | { | ||
"version": "2.4.0", | "version": "2.4.0", | ||
"x_axis_field": "status" | "x_axis_field": "status" | ||
} | } | ||
| Line 48: | Line 47: | ||
{ | { | ||
"version": "2.4.0", | "version": "2.4.0", | ||
"x_axis_field": "status" | "x_axis_field": "status" | ||
} | } | ||
Revision as of 15:49, 4 April 2019
bar 1
<bugzilla type="count" display="bar">
{
"version": "2.4.0",
"x_axis_field": "status"
}
</bugzilla>
Bugzilla query error
Invalid type (count) and display (table) combination1
bar 2
<bugzilla type="count" display="bar">
{
"version": "2.4.0",
"y_axis_field":"percent_complete",
"x_axis_field": "status"
}
</bugzilla>
Bugzilla query error
Invalid type (count) and display (table) combination1
pie 1
<bugzilla type="count" display="pie">
{
"version": "2.4.0",
"x_axis_field": "status"
}
</bugzilla>
Bugzilla query error
Invalid type (count) and display (table) combination1
pie 2
<bugzilla type="count" display="pie">
{
"version": "2.4.0",
"y_axis_field":"percent_complete",
"x_axis_field": "status"
}
</bugzilla>
Bugzilla query error
Invalid type (count) and display (table) combination1