Issue Details (XML | Word | Printable)

Key: MOJO-1173
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Vicente
Reporter: Arnaud
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mojo

The date on Graph are no esay to read

Created: 09/Jul/08 06:11 AM   Updated: 29/Jul/08 07:05 AM
Component/s: dashboard
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: None
Image Attachments:

1. Graph2.PNG
(121 kB)
Environment: Maven 2.0.8

Complexity: Intermediate


 Description  « Hide
Like we can see on the picture 1, the date is not easy to read. (Like the poucentage but it is was less important)

Like we can see on the picture 2, is better if the graph take all the place. for that, if it is possible, can you add on option to configure the width of the graph in the XML to configure Dashboard

thanks



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Arnaud added a comment - 09/Jul/08 06:16 AM - edited
I can't change my request ....

So someone can delete the first picture ... thanks

My config :

<section id="cobertura.summary" title="Cobertura Report Summary" groupId="org.codehaus.mojo"
			artifactId="cobertura-maven-plugin">
			<historicgraphs>
				<graph id="cobertura.currentweek" title="Cobertura (les 2 dernieres semaines)" timeUnit="day"
					startPeriod="Minus14" endPeriod="Now" />
				<graph id="cobertura.month" title="Cobertura (les 2 derniers mois )" timeUnit="week"
					startPeriod="Minus60" endPeriod="Now" />
			</historicgraphs>
		</section>
		<section id="clover.summary" title="Clover Report Summary" groupId="org.apache.maven.plugins"
			artifactId="maven-clover-plugin">
			<historicgraphs>
				<graph id="clover.currentweek" title="clover (les 2 dernieres semaines)" timeUnit="day"
					startPeriod="Minus14" endPeriod="Now" />
				<graph id="clover.month" title="clover (les 2 derniers mois )" timeUnit="week"
					startPeriod="Minus60" endPeriod="Now" />
			</historicgraphs>
		</section>

David Vicente added a comment - 09/Jul/08 06:46 AM
ok,

i will take a look about this :

  • extend the witdh of the graph
  • or use a JFreechart option if exists to write date label with degree orientation

David Vicente added a comment - 21/Jul/08 10:51 AM
Corrected and released the July 21th 2008 as dashboard-maven-plugin-1.0-20080721.144534-21.jar