|
|
@@ -289,6 +289,9 @@ class Collection(models.Model):
|
|
|
if 'end' in properties and not 'initial_end' in properties:
|
|
|
properties['initial_end'] = properties['end']
|
|
|
|
|
|
+ if facet['widgetType'] == 'histogram-widget' and 'timelineChartType' not in properties:
|
|
|
+ properties['timelineChartType'] = 'bar'
|
|
|
+
|
|
|
if facet['widgetType'] == 'map-widget' and facet['type'] == 'field':
|
|
|
facet['type'] = 'pivot'
|
|
|
properties['facets'] = []
|