The following comment has been added to this issue:
Author: Carlos Sanchez
Created: Sun, 8 Aug 2004 4:22 PM
Body:
This is from clover reports, uses width in a scale 0-200, so a 50% will be width="100"
<TABLE class="barGraph" cellspacing="0">
<TBODY>
<TR>
<TD class="covered">
<!-- 35.5% covered -->
<img alt="coverage" src="img/trans.gif" width="71" height="12">
</TD>
<TD class="uncovered">
<!-- 64.5% uncovered -->
<img alt="coverage" src="img/trans.gif" width="129" height="12">
</TD>
</TR>
</TBODY>
</TABLE>
The styles are
<!-- red color -->
TD.covered {
FONT-SIZE: 2px; BACKGROUND: #00df00; BORDER-LEFT:#9c9c9c 1px
solid;BORDER-TOP:#9c9c9c 1px solid;BORDER-BOTTOM:#9c9c9c 1px solid;
}
<!-- green color -->
TD.uncovered {
FONT-SIZE: 2px; BACKGROUND: #df0000; BORDER:#9c9c9c 1px solid;
}
The image is available here
http://oness.sourceforge.net/multiproject/oness-common-model/clover/img/trans.gif
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/MPDASHBOARD-3?page=comments#action_22884
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/MPDASHBOARD-3
Here is an overview of the issue:
---------------------------------------------------------------------
Key: MPDASHBOARD-3
Summary: Provide percentage bar graph
Type: Wish
Status: Unassigned
Priority: Major
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: maven-dashboard-plugin
Assignee:
Reporter: Sean Timm
Created: Tue, 18 Nov 2003 11:43 AM
Updated: Sun, 8 Aug 2004 4:22 PM
Description:
For percentage-based values, provide the ability to show a bar graph rather than the
number itself. Allow configuration of low, medium, and high values to show bar as
either red, yellow, or green.
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]