jQuery.template("Tmpl-bubble-tooltip",function(n,$item){var $=n,__=[],t=$item.data;with(t)__.push('<div class="bubble-tooltip">  <div class="series-name"><strong>'),typeof seriesName!="undefined"&&seriesName!=null&&__.push($.encode(typeof seriesName=="function"?seriesName.call($item):seriesName)),__.push("<\/strong><\/div>  "),typeof grouping!="undefined"&&grouping!=null&&(typeof grouping=="function"?grouping.call($item):grouping)&&(__.push('  <div class="series-name"><strong>'),typeof bubbleName!="undefined"&&bubbleName!=null&&__.push($.encode(typeof bubbleName=="function"?bubbleName.call($item):bubbleName)),__.push("<\/strong><\/div>  ")),__.push("  "),typeof indicators!="undefined"&&indicators!=null&&$.each(typeof indicators=="function"?indicators.call($item):indicators,function(n,indicator){with(this)__.push("  <div>   "),typeof indicator.name!="undefined"&&indicator.name!=null&&__.push($.encode(typeof indicator.name=="function"?indicator.name.call($item):indicator.name)),__.push(":&nbsp;"),typeof indicator.value!="undefined"&&indicator.value!=null&&__.push($.encode(typeof indicator.value=="function"?indicator.value.call($item):indicator.value)),__.push("&nbsp;"),typeof indicator.units!="undefined"&&indicator.units!=null&&__.push($.encode(typeof indicator.units=="function"?indicator.units.call($item):indicator.units)),__.push(""),typeof(indicator.dateLabel&&indicator.dateLabel.value)!="undefined"&&(indicator.dateLabel&&indicator.dateLabel.value)!=null&&(typeof(indicator.dateLabel&&indicator.dateLabel.value)=="function"?(indicator.dateLabel&&indicator.dateLabel.value).call($item):indicator.dateLabel&&indicator.dateLabel.value)&&(__.push(" ("),typeof indicator.dateLabel.value!="undefined"&&indicator.dateLabel.value!=null&&__.push($.encode(typeof indicator.dateLabel.value=="function"?indicator.dateLabel.value.call($item):indicator.dateLabel.value)),__.push(")")),__.push("  <\/div>  ")}),__.push("  <div>"),typeof time.name!="undefined"&&time.name!=null&&__.push($.encode(typeof time.name=="function"?time.name.call($item):time.name)),__.push(": "),typeof time.value!="undefined"&&time.value!=null&&__.push($.encode(typeof time.value=="function"?time.value.call($item):time.value)),__.push("<\/div> <\/div>");return __})