screen.php 1.7 KB

1234567891011121314151617181920212223
  1. <?php
  2. if(!isset($config->report->reportChart)) $config->report->reportChart = new stdclass();
  3. $config->report->reportChart->sunburstHeight = 1880;
  4. $config->report->reportChart->waterHeight = 200;
  5. $config->report->reportChart->pieHeight = 500;
  6. $config->report->reportChart->barHeight = 400;
  7. $config->report->reportChart->textSize = 32;
  8. $config->report->reportChart->titleSize = 14;
  9. $config->report->reportChart->textHeight = 110;
  10. $config->report->reportChart->padding = 20;
  11. $config->report->reportChart->xAxis = 20;
  12. $config->report->reportChart->oneHalf = 920;
  13. $config->report->reportChart->oneQuarter = 470;
  14. $config->report->reportChart->oneThird = 607;
  15. $config->report->reportChart->fullWidth = 1880;
  16. $config->report->reportChart->border = array('borderWidth' => 2, 'borderColor' => '#E6ECF8');
  17. $config->report->reportChart->fontFamily = '-apple-system,Noto Sans,Helvetica Neue,Helvetica,Nimbus Sans L,Arial,Liberation Sans,PingFang SC,Hiragino Sans GB,Noto Sans CJK SC,Source Han Sans SC,Source Han Sans CN,Microsoft YaHei,Wenquanyi Micro Hei,WenQuanYi Zen Hei,ST Heiti,SimHei,WenQuanYi Zen Hei Sharp,sans-serif';
  18. $config->report->reportChart->pieColor = array('#5470c6', '#91cc75', '#fac858', '#ee6666', '#73c0de', '#3ba272', '#fc8452', '#9a60b4', '#ea7ccc');
  19. $config->report->reportChart->sunburstColor[] = array('#8166ee', '#ff8058', '#fc5959', '#ff9f46', '#31bd85', '#37b2fe', '#3883fa', '#64758b');
  20. $config->report->reportChart->sunburstColor[] = array('#a38cff', '#ffb29b', '#ff9292', '#ffbc7e', '#83d7b6', '#77cbff', '#8ec6ff', '#d2d6e5');
  21. $config->report->reportChart->sunburstColor[] = array('#e4dff7', '#ffd5d5', '#ffe2d9', '#cdecff', '#d6f2e7', '#cdecff', '#d9eaff', '#eff1f3');