mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 22:47:19 +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->contentContainerEnd();
|
||||||
$this->columnEnd();
|
$this->columnEnd();
|
||||||
|
|
||||||
if(in_array($type, array('docspermonth', 'docsaccumulated'))) {
|
if(in_array($type, array('sizepermonth', 'docspermonth', 'docsaccumulated'))) {
|
||||||
$this->columnStart(9);
|
$this->columnStart(9);
|
||||||
} else {
|
} else {
|
||||||
$this->columnStart(6);
|
$this->columnStart(6);
|
||||||
|
@ -354,7 +354,7 @@ $(document).ready( function() {
|
||||||
echo "</table>";
|
echo "</table>";
|
||||||
$this->columnEnd();
|
$this->columnEnd();
|
||||||
|
|
||||||
if(!in_array($type, array('docspermonth', 'docsaccumulated'))) {
|
if(!in_array($type, array('sizepermonth', 'docspermonth', 'docsaccumulated'))) {
|
||||||
$this->columnStart(3);
|
$this->columnStart(3);
|
||||||
$this->contentHeading(getMLText('legend'));
|
$this->contentHeading(getMLText('legend'));
|
||||||
$this->contentContainerStart('', 'legend');
|
$this->contentContainerStart('', 'legend');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user