summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a5687db)
raw | patch | inline | side by side (parent: a5687db)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Aug 2010 11:05:11 +0000 (11:05 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 26 Aug 2010 11:05:11 +0000 (11:05 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19461 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/generic/statistics/chartClasses/class_passwordChangeChart.inc | patch | blob | history |
diff --git a/gosa-core/plugins/generic/statistics/chartClasses/class_passwordChangeChart.inc b/gosa-core/plugins/generic/statistics/chartClasses/class_passwordChangeChart.inc
index 78b56da6ac20ef2400f95955666295267afddfa2..725afdefac873d0ce2eb058f62e65c77f283efe3 100644 (file)
// Only draw this graph if we've at least one series to draw!
if($seriesCnt){
$chart->drawFilledLineGraph($dataSet->GetData(),$dataSet->GetDataDescription(),50,TRUE);
+ #$chart->drawBarGraph($dataSet->GetData(),$dataSet->GetDataDescription(),TRUE);
+ #$chart->drawStackedBarGraph($dataSet->GetData(),$dataSet->GetDataDescription(),TRUE);
$chart->drawLegend(720,0,$dataSet->GetDataDescription(),255,255,255);
}