Skip to content
Snippets Groups Projects
Unverified Commit f4f01c48 authored by David Ormsbee's avatar David Ormsbee Committed by GitHub
Browse files

Merge pull request #21286 from open-craft/paulo/fix-progress-graph-yaxis

Fix the progress graph y-axis - window resize formatting problem in Ironwood
parents 608924c6 767d626a
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment