Skip to content

Commit

Permalink
SONARWIDLB-8 fix regression: auto-pick configured period
Browse files Browse the repository at this point in the history
  • Loading branch information
ganntest committed Nov 2, 2015
1 parent 7ea09bc commit 7500252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/measure_bar_chart_widget.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ path {
lastPeriod<%= widget.id.to_s %> = target;
}

drawChart<%= widget.id.to_s %>("W");
drawChart<%= widget.id.to_s %>("<%= period %>");

autoResize(500, function() {
drawChart<%= widget.id.to_s %>(lastPeriod<%= widget.id.to_s %>);
Expand Down

0 comments on commit 7500252

Please sign in to comment.