{% include "courses/demographics_chart_info.html"%}
{% captureas tip_text %}
{# Translators: Maintain the double percentage symbols (%%) but move them to the appropriate location (before/after the value placeholder) for your language. #}
{% blocktrans with value=chart_tooltip_value %}This graph presents data for the {{ value }}% of enrolled learners who specified their gender.{% endblocktrans %}
{% endcaptureas %}
{% include "chart_tooltip.html" with tip_text=tip_text track_category="bar"%}
{% include "loading.html" %}