Skip to content

Commit 1ccbe66

Browse files
authored
Feature/loading (#511)
1 parent ca21fbe commit 1ccbe66

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ckanext/querytool/fanstatic/javascript/dist/modules/viz-preview.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ckanext/querytool/templates/querytool/public/read.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,8 @@ <h3 id="item-title-{{chart_id}}" style="display:none">{{ item.map_custom_title_f
212212

213213

214214
{% if item.type == 'chart' %}
215+
216+
<p id="loading-{{chart_id}}">Loading...</p>
215217
{% if item.filter_visibility == 'public' %}
216218
{% set chart_filter_id = h.querytool_get_uuid() %}
217219
{% snippet 'querytool/public/snippets/public_viz_filter.html',

0 commit comments

Comments
 (0)