diff --git a/lms/templates/courseware/progress_graph.js b/lms/templates/courseware/progress_graph.js index f4d26162654518ba8ca596b66428812cb2edce5d..77d292b8719623ee32f5e3c8d598e0f0c32a196e 100644 --- a/lms/templates/courseware/progress_graph.js +++ b/lms/templates/courseware/progress_graph.js @@ -274,6 +274,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);