@@ -204,10 +204,10 @@ <h1>{{ querytools[0].title }}</h1>
204204
205205 < div class ="item {{ sizeClass }} chart-{{chart_id}} {% if item.type == 'text_box' %}text-box{% endif %} {% if item.type == 'break_line' %}break_line{% endif %} {% if item.filter_visibility == 'public' %}has-filter{% endif %} " id ="{{ secondViz }} ">
206206 {% if (item.type != 'table') and (item.type !='map') %}
207- < h3 id ="item-title-{{chart_id}} "> {{ item.title }}</ h3 >
207+ < h3 id ="item-title-{{chart_id}} " style =" display:none " > {{ item.title }}</ h3 >
208208 {% endif %}
209209 {% if item.type == 'map' %}
210- < h3 id ="item-title-{{chart_id}} "> {{ item.map_custom_title_field }}</ h3 >
210+ < h3 id ="item-title-{{chart_id}} " style =" display:none " > {{ item.map_custom_title_field }}</ h3 >
211211 {% endif %}
212212
213213
@@ -286,7 +286,7 @@ <h3 id="item-title-{{chart_id}}">{{ item.map_custom_title_field }}</h3>
286286 %}
287287 {% endif %}
288288 {% if item.type == 'text_box' %}
289- < div class ="item-content textbox " data-filters ="{{ querytool.public_main_filters }} " data-measure ="{{ measure_label }} " id ="textbox-{{chart_id}} ">
289+ < div class ="item-content textbox " style =" display:none; " data-filters ="{{ querytool.public_main_filters }} " data-measure ="{{ measure_label }} " id ="textbox-{{chart_id}} ">
290290 {{ h.render_markdown(h.get_translated(item, 'description'), True, True) }}
291291 </ div >
292292 {% endif %}
@@ -369,7 +369,7 @@ <h3 id="item-title-{{chart_id}}">{{ item.map_custom_title_field }}</h3>
369369 {% set additional_description = h.render_markdown(h.get_translated(item, 'additional_description'), True, True) %}
370370
371371 {% if additional_description != "< p > None</ p > " %}
372- < div class ='additional_desc ' id ='item-desc-{{chart_id}} '> {{ additional_description }}</ div >
372+ < div class ='additional_desc ' id ='item-desc-{{chart_id}} ' style =" display:none; " > {{ additional_description }}</ div >
373373 {% endif %}
374374 < p class ="clearfix "> </ p >
375375 {% endif %}
0 commit comments