Skip to content

Commit

Permalink
make the report histograms graph better looking.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzangms authored and alex committed Nov 22, 2009
1 parent 6a80bba commit c93442d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_histograms/templates/histograms/report.html
Expand Up @@ -20,7 +20,7 @@ <h2 style="padding-top: 1em;">{{ label }} ({{ count }})</h2>
{% if day_labels %}
<span class="label">{{ forloop.counter }}</span>
{% endif %}
<span class="count" style="height: {% widthratio num total 100 %}%">
<span class="count" style="height: {% widthratio num total 1000 %}%">
({{ num }})
</span>
</a>
Expand Down

0 comments on commit c93442d

Please sign in to comment.