|
|
@@ -1246,8 +1246,6 @@ ${ dashboard.layout_skeleton() }
|
|
|
<span data-bind="template: { name: 'facet-toggle2' }"></span>
|
|
|
</div>
|
|
|
|
|
|
- <div class="clearfix"></div>
|
|
|
-
|
|
|
<div style="padding-bottom: 10px; text-align: right; padding-right: 20px" data-bind="visible: counts().length > 0">
|
|
|
<span data-bind="with: $root.collection.getFacetById($parent.id())">
|
|
|
<span class="facet-field-label">${ _('Chart Type') }</span>
|
|
|
@@ -1511,8 +1509,6 @@ ${ dashboard.layout_skeleton() }
|
|
|
<span data-bind="template: { name: 'facet-toggle2' }"></span>
|
|
|
</div>
|
|
|
|
|
|
- <div class="clearfix"></div>
|
|
|
-
|
|
|
<div data-bind="with: $root.collection.getFacetById($parent.id())">
|
|
|
<!-- ko if: type() == 'range' -->
|
|
|
<div data-bind="pieChart: {data: {counts: $parent.counts(), widget_id: $parent.id()}, field: field, fqs: $root.query.fqs,
|
|
|
@@ -1887,8 +1883,6 @@ ${ dashboard.layout_skeleton() }
|
|
|
<span data-bind="template: { name: 'facet-toggle2' }"></span>
|
|
|
</div>
|
|
|
|
|
|
- <div class="clearfix"></div>
|
|
|
-
|
|
|
<div class="margin-bottom-10" data-bind="visible: ! $root.isEditing()">
|
|
|
<div data-bind="with: $root.collection.getFacetById($parent.id())">
|
|
|
<!-- ko if: $data.properties.facets().length == 1 -->
|