define([], function() { return function(container, state) { container.getElement().html(''+ '
'+ '
'+ '

'+ '
'+ ' '+ ' '+ '
'+ '
'+ '
'+ '
'+ '
'+ '
'+ '
'+ '
'+ ' '+ ' '+ ' '+ ' '+ ' '+ '
'+ '
'+ '
'+ '
'+ '
'+ '
'+ ''); var chartTemplate = container.getElement().find(".chart-container").remove(); container.on('open', function() { jarmon.buildTabbedChartUi( chartTemplate, state.chartRecipes, container.getElement().find('.tabbed-chart-interface'), state.tabRecipes, container.getElement().find('.chartRangeControl') ) }); }; });