turn off legend for chart sizepermonth

This commit is contained in:
Uwe Steinmann 2025-02-18 21:20:59 +01:00
parent d9a2ea5303
commit 0fe367820f

View File

@ -273,7 +273,7 @@ $(document).ready( function() {
$this->contentContainerEnd();
$this->columnEnd();
if(in_array($type, array('docspermonth', 'docsaccumulated'))) {
if(in_array($type, array('sizepermonth', 'docspermonth', 'docsaccumulated'))) {
$this->columnStart(9);
} else {
$this->columnStart(6);
@ -354,7 +354,7 @@ $(document).ready( function() {
echo "</table>";
$this->columnEnd();
if(!in_array($type, array('docspermonth', 'docsaccumulated'))) {
if(!in_array($type, array('sizepermonth', 'docspermonth', 'docsaccumulated'))) {
$this->columnStart(3);
$this->contentHeading(getMLText('legend'));
$this->contentContainerStart('', 'legend');