|
|
@@ -1266,6 +1266,7 @@ ${ dashboard.layout_skeleton(suffix='search') }
|
|
|
type: $root.collection.getFacetById($parent.id()).properties.timelineChartType,
|
|
|
hideSelection: true,
|
|
|
hideStacked: hideStacked,
|
|
|
+ displayValuesInLegend: displayValuesInLegend,
|
|
|
selectedSerie: selectedSerie,
|
|
|
fqs: $root.query.fqs,
|
|
|
slot: $root.collection.getFacetById($parent.id()).properties.slot,
|
|
|
@@ -1349,6 +1350,7 @@ ${ dashboard.layout_skeleton(suffix='search') }
|
|
|
enableSelection: true,
|
|
|
hideSelection: true,
|
|
|
hideStacked: hideStacked,
|
|
|
+ displayValuesInLegend: displayValuesInLegend,
|
|
|
slot: $root.collection.getFacetById($parent.id()).properties.slot,
|
|
|
transformer: ($data.type == 'range-up' ? barChartRangeUpDataTransformer : barChartDataTransformer),
|
|
|
onStateChange: function(state){ $root.collection.getFacetById($parent.id()).properties.stacked(state.stacked); },
|
|
|
@@ -1621,6 +1623,7 @@ ${ dashboard.layout_skeleton(suffix='search') }
|
|
|
enableSelection: true,
|
|
|
hideSelection: true,
|
|
|
hideStacked: hideStacked,
|
|
|
+ displayValuesInLegend: displayValuesInLegend,
|
|
|
slot: $root.collection.getFacetById($parent.id()).properties.slot,
|
|
|
transformer: barChartDataTransformer2,
|
|
|
onStateChange: function(state){ $root.collection.getFacetById($parent.id()).properties.stacked(state.stacked); },
|
|
|
@@ -1649,6 +1652,7 @@ ${ dashboard.layout_skeleton(suffix='search') }
|
|
|
enableSelection: true,
|
|
|
hideSelection: true,
|
|
|
hideStacked: hideStacked,
|
|
|
+ displayValuesInLegend: displayValuesInLegend,
|
|
|
slot: $root.collection.getFacetById($parent.id()).properties.slot,
|
|
|
transformer: pivotChartDataTransformer,
|
|
|
onSelectRange: function(from, to){ $root.collection.selectTimelineFacet2({from: from, to: to, cat: field, widget_id: $parent.id()}) },
|
|
|
@@ -1670,6 +1674,7 @@ ${ dashboard.layout_skeleton(suffix='search') }
|
|
|
hideSelection: true,
|
|
|
hideStacked: hideStacked,
|
|
|
selectedSerie: selectedSerie,
|
|
|
+ displayValuesInLegend: displayValuesInLegend,
|
|
|
slot: $root.collection.getFacetById($parent.id()).properties.facets()[0].slot,
|
|
|
onSelectRange: function(from, to){ $root.collection.selectTimelineFacet2({from: from, to: to, cat: field, widget_id: $parent.id()}) },
|
|
|
onStateChange: function(state){ $root.collection.getFacetById($parent.id()).properties.stacked(state.stacked); },
|
|
|
@@ -1702,6 +1707,7 @@ ${ dashboard.layout_skeleton(suffix='search') }
|
|
|
enableSelection: true,
|
|
|
hideSelection: true,
|
|
|
hideStacked: hideStacked,
|
|
|
+ displayValuesInLegend: displayValuesInLegend,
|
|
|
selectedSerie: selectedSerie,
|
|
|
slot: $root.collection.getFacetById($parent.id()).properties.slot,
|
|
|
onSelectRange: function(from, to){ $root.collection.selectTimelineFacet2({from: from, to: to, cat: field, widget_id: $parent.id()}) },
|