mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Update e_dashboard.php
removed surrounding commas
This commit is contained in:
@@ -348,7 +348,7 @@ class user_dashboard // plugin-folder + '_url'
|
|||||||
$options = array(
|
$options = array(
|
||||||
'chartArea' =>array('left'=>'60', 'width'=>'90%', 'top'=>'25'),
|
'chartArea' =>array('left'=>'60', 'width'=>'90%', 'top'=>'25'),
|
||||||
'legend' => array('position'=> 'none', 'alignment'=>'center', 'textStyle' => array('fontSize' => 14, 'color' => '#ccc')),
|
'legend' => array('position'=> 'none', 'alignment'=>'center', 'textStyle' => array('fontSize' => 14, 'color' => '#ccc')),
|
||||||
'vAxis' => array('title'=>''.UC_LAN_9.'', 'minValue'=>0, 'maxValue'=>10, 'titleFontSize'=>16, 'titleTextStyle'=>array('color' => '#ccc'), 'gridlines'=>array('color'=>'#696969', 'count'=>5), 'format'=>'', 'textStyle'=>array('color' => '#ccc') ),
|
'vAxis' => array('title'=> UC_LAN_9, 'minValue'=>0, 'maxValue'=>10, 'titleFontSize'=>16, 'titleTextStyle'=>array('color' => '#ccc'), 'gridlines'=>array('color'=>'#696969', 'count'=>5), 'format'=>'', 'textStyle'=>array('color' => '#ccc') ),
|
||||||
'hAxis' => array('title'=>date('M Y', $month_start), 'slantedText'=>true, 'slantedTextAngle'=>60, 'ticks'=>$ticks, 'titleFontSize'=>14, 'titleTextStyle'=>array('color' => '#ccc'), 'gridlines' => array('color'=>'transparent'), 'textStyle'=>array('color' => '#ccc') ),
|
'hAxis' => array('title'=>date('M Y', $month_start), 'slantedText'=>true, 'slantedTextAngle'=>60, 'ticks'=>$ticks, 'titleFontSize'=>14, 'titleTextStyle'=>array('color' => '#ccc'), 'gridlines' => array('color'=>'transparent'), 'textStyle'=>array('color' => '#ccc') ),
|
||||||
'colors' => array('#77acd9','#EDA0B6', '#EE8D21', '#5CB85C'),
|
'colors' => array('#77acd9','#EDA0B6', '#EE8D21', '#5CB85C'),
|
||||||
'animation' => array('duration'=>1000, 'easing' => 'out'),
|
'animation' => array('duration'=>1000, 'easing' => 'out'),
|
||||||
|
Reference in New Issue
Block a user