Skip to content

Commit

Permalink
Dev: changed color limits
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jan 14, 2016
1 parent 3f3ab4b commit f974644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/statistics_helper.php
Expand Up @@ -3664,7 +3664,7 @@ protected function displayResults($outputs, $results, $rt, $outputType, $surveyi
$aData['charttype'] = $charttype;
$aData['sChartname'] = '';
$aData['grawdata'] = $grawdata;
$aData['color'] = rand ( 0, 72 ); // random truc much
$aData['color'] = rand ( 0, 71 ); // random truc much
$aData['COLORS_FOR_SURVEY'] = $COLORS_FOR_SURVEY;

$statisticsoutput .= Yii::app()->getController()->renderPartial('/admin/export/generatestats/_statisticsoutput_graphs', $aData, true);
Expand Down

0 comments on commit f974644

Please sign in to comment.