From 60ed7046bd281a86a0408948deb6112c2abac136 Mon Sep 17 00:00:00 2001 From: Arjun Singh Date: Mon, 24 Sep 2012 00:33:26 -0700 Subject: [PATCH] make progress label wider --- lms/templates/courseware/progress_graph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/courseware/progress_graph.js b/lms/templates/courseware/progress_graph.js index 44ee2efd07..12df25b0e6 100644 --- a/lms/templates/courseware/progress_graph.js +++ b/lms/templates/courseware/progress_graph.js @@ -127,7 +127,7 @@ $(function () { lines: {show: false, steps: false }, bars: {show: true, barWidth: 0.8, align: 'center', lineWidth: 0, fill: .8 },}, xaxis: {tickLength: 0, min: 0.0, max: ${tickIndex - sectionSpacer}, ticks: ticks, labelAngle: 90}, - yaxis: {ticks: grade_cutoff_ticks, min: 0.0, max: 1.0, labelWidth: 50}, + yaxis: {ticks: grade_cutoff_ticks, min: 0.0, max: 1.0, labelWidth: 100}, grid: { hoverable: true, clickable: true, borderWidth: 1, markings: markings }, legend: {show: false}, };