2012-01-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
* include/graphs/functions_fsgraph.php: Improved units in flash charts. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5442 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
0e3a3b19b4
commit
7d4ef21f26
|
@ -1,3 +1,8 @@
|
|||
2012-01-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/graphs/functions_fsgraph.php: Improved units in flash
|
||||
charts.
|
||||
|
||||
2012-01-27 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* images/google_chrome.png
|
||||
|
|
|
@ -425,7 +425,7 @@ function fs_area_graph($chart_data, $width, $height, $color, $legend, $long_inde
|
|||
}
|
||||
}
|
||||
|
||||
$chart->setChartParams('numberSuffix=' . $unit . ';'.'animation=0;numVDivLines=' . $num_vlines .
|
||||
$chart->setChartParams('yAxisName=' . $unit . ';'.'animation=0;numVDivLines=' . $num_vlines .
|
||||
';showShadow=0;showAlternateVGridColor=1;showNames=1;rotateNames=1;' .
|
||||
'lineThickness=0.1;anchorRadius=0.5;showValues=0;baseFontSize=9;showLimits=0;' .
|
||||
'showAreaBorder=1;areaBorderThickness=0.1;areaBorderColor=000000' . ($empty == 1 ? ';yAxisMinValue=0;yAxisMaxValue=1' : ''));
|
||||
|
|
Loading…
Reference in New Issue