[BB-1491] Fix the progress graph y-axis - window resize formatting problem in Ironwood

This commit is contained in:
Josue Balandrano Coronel
2019-08-02 16:15:22 +00:00
committed by Paulo Viadanna
parent bf414335cc
commit 767d626a5e

View File

@@ -273,6 +273,7 @@ $(function () {
};
var $grade_detail_graph = $("#${graph_div_id | n, js_escaped_string}");
$grade_detail_graph.width($grade_detail_graph.parent().width());
if ($grade_detail_graph.length > 0) {
var plot = $.plot($grade_detail_graph, series, options);