BathHacked/energy-sparks

View on GitHub
app/views/schools/advice/electricity_costs/meter_costs.js.erb

Summary

Maintainability
Test Coverage
$("#meter-costs").html("<%= escape_javascript(render 'meter', mpan_mprn: @mpan_mprn, label: @label, school: @school, analysis_dates: @analysis_dates, one_year_breakdown_chart: @one_year_breakdown_chart, one_year_breakdown_chart_key: @one_year_breakdown_chart_key, monthly_costs: @monthly_costs, change_in_costs: @change_in_costs, tariffs: @tariffs, fuel_type: @fuel_type) %>");
processAnalysisCharts();