mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 05:57:34 +00:00
turn off legend for chart sizepermonth
This commit is contained in:
parent
d9a2ea5303
commit
0fe367820f
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user