| Line 464... |
Line 464... |
| 464 |
linemtdChart.setType("line");
|
464 |
linemtdChart.setType("line");
|
| 465 |
linemtdChart.setOrder(2);
|
465 |
linemtdChart.setOrder(2);
|
| 466 |
linemtdChart.setFill("false");
|
466 |
linemtdChart.setFill("false");
|
| 467 |
|
467 |
|
| 468 |
DatasetModel lmtdActivatedImeis = new DatasetModel();
|
468 |
DatasetModel lmtdActivatedImeis = new DatasetModel();
|
| 469 |
lmtdActivatedImeis.setLabel("Prv mth Activation");
|
469 |
lmtdActivatedImeis.setLabel("prev mth Activation");
|
| 470 |
lmtdActivatedImeis.setBackgroundColor("#87ceeb");
|
470 |
lmtdActivatedImeis.setBackgroundColor("#87ceeb");
|
| 471 |
lmtdActivatedImeis.setBorderColor("#87ceeb");
|
471 |
lmtdActivatedImeis.setBorderColor("#87ceeb");
|
| 472 |
lmtdActivatedImeis.setStack("stack1");
|
472 |
lmtdActivatedImeis.setStack("stack1");
|
| 473 |
lmtdActivatedImeis.setOrder(3);
|
473 |
lmtdActivatedImeis.setOrder(3);
|
| 474 |
|
474 |
|
| 475 |
|
475 |
|
| 476 |
DatasetModel lmtdUnActivated = new DatasetModel();
|
476 |
DatasetModel lmtdUnActivated = new DatasetModel();
|
| 477 |
lmtdUnActivated.setLabel("Prv mth Unactivation");
|
477 |
lmtdUnActivated.setLabel("prev mth Unactivation");
|
| 478 |
lmtdUnActivated.setBackgroundColor("red");
|
478 |
lmtdUnActivated.setBackgroundColor("red");
|
| 479 |
lmtdUnActivated.setBorderColor("red");
|
479 |
lmtdUnActivated.setBorderColor("red");
|
| 480 |
lmtdUnActivated.setStack("stack1");
|
480 |
lmtdUnActivated.setStack("stack1");
|
| 481 |
lmtdUnActivated.setOrder(4);
|
481 |
lmtdUnActivated.setOrder(4);
|
| 482 |
|
482 |
|
| 483 |
|
483 |
|
| 484 |
DatasetModel lineLmtdChart = new DatasetModel();
|
484 |
DatasetModel lineLmtdChart = new DatasetModel();
|
| 485 |
lineLmtdChart.setLabel("Prv mth TOTAL");
|
485 |
lineLmtdChart.setLabel("prev mth TOTAL");
|
| 486 |
lineLmtdChart.setBackgroundColor("hotpink");
|
486 |
lineLmtdChart.setBackgroundColor("hotpink");
|
| 487 |
lineLmtdChart.setBorderColor("hotpink");
|
487 |
lineLmtdChart.setBorderColor("hotpink");
|
| 488 |
lineLmtdChart.setType("line");
|
488 |
lineLmtdChart.setType("line");
|
| 489 |
lineLmtdChart.setOrder(5);
|
489 |
lineLmtdChart.setOrder(5);
|
| 490 |
lineLmtdChart.setFill("false");
|
490 |
lineLmtdChart.setFill("false");
|
| Line 815... |
Line 815... |
| 815 |
linemtdChart.setType("line");
|
815 |
linemtdChart.setType("line");
|
| 816 |
linemtdChart.setOrder(2);
|
816 |
linemtdChart.setOrder(2);
|
| 817 |
linemtdChart.setFill("false");
|
817 |
linemtdChart.setFill("false");
|
| 818 |
|
818 |
|
| 819 |
DatasetModel LmtdActivatedImeis = new DatasetModel();
|
819 |
DatasetModel LmtdActivatedImeis = new DatasetModel();
|
| 820 |
LmtdActivatedImeis.setLabel("Prv mth Activation");
|
820 |
LmtdActivatedImeis.setLabel("prev mth Activation");
|
| 821 |
LmtdActivatedImeis.setBackgroundColor("#87ceeb");
|
821 |
LmtdActivatedImeis.setBackgroundColor("#87ceeb");
|
| 822 |
LmtdActivatedImeis.setBorderColor("#87ceeb");
|
822 |
LmtdActivatedImeis.setBorderColor("#87ceeb");
|
| 823 |
LmtdActivatedImeis.setStack("stack1");
|
823 |
LmtdActivatedImeis.setStack("stack1");
|
| 824 |
LmtdActivatedImeis.setOrder(3);
|
824 |
LmtdActivatedImeis.setOrder(3);
|
| 825 |
|
825 |
|
| 826 |
DatasetModel lmtdUnActivated = new DatasetModel();
|
826 |
DatasetModel lmtdUnActivated = new DatasetModel();
|
| 827 |
lmtdUnActivated.setLabel("Prv mth Unactivation");
|
827 |
lmtdUnActivated.setLabel("prev mth Unactivation");
|
| 828 |
lmtdUnActivated.setBackgroundColor("red");
|
828 |
lmtdUnActivated.setBackgroundColor("red");
|
| 829 |
lmtdUnActivated.setBorderColor("red");
|
829 |
lmtdUnActivated.setBorderColor("red");
|
| 830 |
lmtdUnActivated.setStack("stack1");
|
830 |
lmtdUnActivated.setStack("stack1");
|
| 831 |
lmtdUnActivated.setOrder(4);
|
831 |
lmtdUnActivated.setOrder(4);
|
| 832 |
|
832 |
|
| 833 |
DatasetModel lineLmtdChart = new DatasetModel();
|
833 |
DatasetModel lineLmtdChart = new DatasetModel();
|
| 834 |
lineLmtdChart.setLabel("Prv mth TOTAL");
|
834 |
lineLmtdChart.setLabel("prev mth TOTAL");
|
| 835 |
lineLmtdChart.setBackgroundColor("hotpink");
|
835 |
lineLmtdChart.setBackgroundColor("hotpink");
|
| 836 |
lineLmtdChart.setBorderColor("hotpink");
|
836 |
lineLmtdChart.setBorderColor("hotpink");
|
| 837 |
lineLmtdChart.setType("line");
|
837 |
lineLmtdChart.setType("line");
|
| 838 |
lineLmtdChart.setOrder(5);
|
838 |
lineLmtdChart.setOrder(5);
|
| 839 |
lineLmtdChart.setFill("false");
|
839 |
lineLmtdChart.setFill("false");
|