Add title attribute to calendar plot for accessibility
This commit is contained in:
parent
6b08113f60
commit
65d97f523c
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if m %}
|
{% if m %}
|
||||||
<td class="{% if m.sum > 0 %}p{% else %}m{% endif %}"
|
<td class="{% if m.sum > 0 %}p{% else %}m{% endif %}"
|
||||||
style="opacity: {% calendar_opacity m.sum history.max.sum %}"></td>
|
style="opacity: {% calendar_opacity m.sum history.max.sum %}"
|
||||||
|
title="{{ m.sum|pmrvalue }}"></td>
|
||||||
{% else %}
|
{% else %}
|
||||||
<td></td>
|
<td></td>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue