Ticket #1371 (closed defect: fixed)

Opened 13 months ago

Last modified 13 months ago

Add axis labels to cumulative views graph

Reported by: rcave Owned by: rcave
Priority: critical Milestone: 0.9.3_rc3
Component: ambra Version: 0.9.3
Keywords: Cc:

Description

The X and Y axis of the cumulative views graph need labels to make it intuitive at first glance. The Y-axis should be labeled "Views" and the X-axis labeled "Months". See attached mockup.

Attachments

article_redesign_impactTab_093.png (91.9 KB) - added by rcave 13 months ago.
Old mockup of article usage graphs

Change History

Changed 13 months ago by rcave

Old mockup of article usage graphs

Changed 13 months ago by rcave

Please review with Pete before commit.

Changed 13 months ago by josowski

  • status changed from new to assigned
  • owner changed from josowski to stoomey

Dojo does not support labeling of Axis note. I've added HTML though and with some CSS we should be able to position labels correctly. The HTML when rendered will look like this:

<div id="cumulativeGraphYLabel">Views</div> <div id="cumulativeGraph"></div> <div id="cumulativeGraphXLabel">Months</div>

Changed 13 months ago by stoomey

  • status changed from assigned to closed
  • resolution set to fixed

(In [7806]) Added CSS to correctly position cumulative graph axis labels. I also found and closed an open html <p> tag in the article rhc ftls. Fixes #1371

Changed 13 months ago by stoomey

  • owner changed from stoomey to rcave
  • status changed from closed to reopened
  • resolution fixed deleted

Changed 13 months ago by rcave

  • status changed from reopened to verify
  • resolution set to fixed

Changed 13 months ago by rcave

  • status changed from verify to closed
Note: See TracTickets for help on using tickets.