From: Gael Le Mignot Date: Mon, 26 Nov 2018 14:05:25 +0000 (+0100) Subject: Display all graduation on X axis X-Git-Tag: 1.4.0~20^2~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=20937fdacae095af5f0aa350545b902276e0552b;p=teleforma.git Display all graduation on X axis --- diff --git a/teleforma/exam/views.py b/teleforma/exam/views.py index e38b2f5f..3b7a8c64 100755 --- a/teleforma/exam/views.py +++ b/teleforma/exam/views.py @@ -293,10 +293,11 @@ class ScriptsScoreAllView(ScriptsTreatedView): 'chartdata': chartdata, 'chartcontainer': chartcontainer, 'extra': { - 'x_is_date': False, - 'x_axis_format': '', - 'tag_script_js': True, - 'jquery_on_ready': False,} + 'x_is_date': False, + 'x_axis_format': '', + 'chart_attr': { 'reduceXTicks': 0 }, + 'tag_script_js': True, + 'jquery_on_ready': False,} } return data