Skip to content

Commit 2fbcfc9

Browse files
committed
Merge branch 'customer-changes' into 'master'
Customer changes See merge request terrestris/bfs_koala!592
2 parents 50c6eff + 58f6177 commit 2fbcfc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/view/component/D3Chart.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Ext.define('Koala.view.component.D3Chart',{
104104
var chartConfig = olLayer.get('timeSeriesChartProperties');
105105
var StringUtil = Koala.util.String;
106106
var valFromSeq = StringUtil.getValueFromSequence;
107-
var titleTpl = 'titleTpl' in chartConfig ? chartConfig.titleTpl : '';
107+
var titleTpl = (chartConfig.titleTpl) ? chartConfig.titleTpl : '';
108108
var title = Koala.util.String.replaceTemplateStrings(titleTpl, olFeat);
109109
var yLabel = chartConfig.yAxisLabel || '';
110110
var xLabel = chartConfig.xAxisLabel || '';

0 commit comments

Comments
 (0)