Mojo

The date on Graph are no esay to read

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: dashboard
  • Labels:
    None
  • Environment:
    Maven 2.0.8
  • Complexity:
    Intermediate
  • Number of attachments :
    1

Description

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

Activity

Hide
Arnaud added a comment - - 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>
Show
Arnaud added a comment - - 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>
Hide
David Vicente added a comment -

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
Show
David Vicente added a comment - 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
Hide
David Vicente added a comment -

Corrected and released the July 21th 2008 as dashboard-maven-plugin-1.0-20080721.144534-21.jar

Show
David Vicente added a comment - Corrected and released the July 21th 2008 as dashboard-maven-plugin-1.0-20080721.144534-21.jar

People

Vote (1)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: