Exemplo n.º 1
0
 public function init()
 {
     $this->defaultChartOptions = array('seriesDefaults' => array('renderer' => 'jquery.jqplot.FunnelRenderer', 'rendererOptions' => array('sectionMargin' => 12, 'widthRatio' => 0.3)));
     $this->defaultOptions = array('use-column-names' => false, 'other-threshold' => 1, 'statistic' => 'count');
     parent::init();
 }
Exemplo n.º 2
0
 public function init()
 {
     $this->defaultChartOptions = array('seriesDefaults' => array('renderer' => 'jquery.jqplot.PieRenderer', 'rendererOptions' => array('fill' => true, 'showDataLabels' => true, 'sliceMargin' => 4, 'lineWidth' => 5)), 'legend' => array('show' => true, 'location' => 'e', 'placement' => 'outsideGrid'));
     $this->defaultOptions = array('use-column-names' => false, 'other-threshold' => 1, 'statistic' => 'count', 'skip-null' => true);
     parent::init();
 }
Exemplo n.º 3
0
 public function init()
 {
     $this->defaultChartOptions = array('type' => 'pie', 'width' => 'auto', 'height' => 'auto', 'lineColor' => 'black', 'fillColor' => false, 'composite' => false);
     $this->defaultOptions = array('use-column-names' => false, 'other-threshold' => 0);
     parent::init();
 }
Exemplo n.º 4
0
 public function init()
 {
     $this->defaultChartOptions = array('seriesDefaults' => array('renderer' => 'jquery.jqplot.BubbleRenderer', 'rendererOptions' => array('bubbleGradients' => true, 'bubbleAlpha' => 0.6, 'highlightAlpha' => 0.8), 'shadow' => true, 'shadowAlpha' => 0.2));
     $this->defaultOptions = array('use-column-names' => true, 'other-threshold' => 1, 'statistic' => 'count', 'skip-null' => true);
     parent::init();
 }
Exemplo n.º 5
0
 public function init()
 {
     $this->defaultChartOptions = array('seriesDefaults' => array('renderer' => 'jquery.jqplot.BarRenderer', 'rendererOptions' => array('fill-to-zero' => true)), 'legend' => array('show' => true, 'location' => 'e', 'placement' => 'outsideGrid'), 'axes' => array('xaxis' => array('renderer' => 'jquery.jqplot.CategoryAxisRenderer', 'ticks' => array()), 'yaxis' => array('pad' => 1.05, 'tickOptions' => array('formatString' => '$%d'))));
     $this->defaultOptions = array('use-column-names' => false, 'other-threshold' => 1, 'statistic' => 'count', 'skip-null' => true);
     parent::init();
 }
Exemplo n.º 6
0
 public function init()
 {
     $this->defaultChartOptions = array('seriesDefaults' => array('renderer' => 'jquery.jqplot.PieRenderer', 'rendererOptions' => array('fill' => true, 'showDataLabels' => true, 'sliceMargin' => 4, 'lineWidth' => 5)), 'legend' => array('show' => true, 'location' => 'e', 'placement' => 'outsideGrid'), 'seriesColors' => array('#1D4C8C', '#45B41D', '#CEC415', '#CA8613', '#BC0D2C', '#5A1992', '#156A86', '#69B10A', '#C6B019', '#C87010', '#AB074F', '#3D1783'), 'grid' => array('background' => '#FFFFFF', 'borderColor' => '#000000', 'borderWidth' => 1.0));
     $this->defaultOptions = array('use-column-names' => false, 'other-threshold' => 1, 'statistic' => 'count', 'skip-null' => true);
     parent::init();
 }
Exemplo n.º 7
0
 public function init()
 {
     $this->defaultChartOptions = array('seriesDefaults' => array('lineWidth' => 5, 'markerOptions' => array('style' => 'circle')), 'axesDefaults' => array('labelRenderer' => 'jquery.jqplot.CanvasAxisLabelRenderer'), 'legend' => array('show' => true, 'location' => 'e', 'placement' => 'outsideGrid'), 'axes' => array('xaxis' => array('renderer' => 'jquery.jqplot.CategoryAxisRenderer', 'ticks' => array(), 'title' => '', 'pad' => 0), 'yaxis' => array('title' => '')));
     $this->defaultOptions = array('use-column-names' => false, 'other-threshold' => 1, 'statistic' => 'count');
     parent::init();
 }
Exemplo n.º 8
0
 public function init()
 {
     $this->defaultChartOptions = array('stackSeries' => true, 'axesDefaults' => array('tickRenderer' => 'jquery.jqplot.CanvasAxisTickRenderer', 'tickOptions' => array('angle' => -45)), 'seriesDefaults' => array('renderer' => 'jquery.jqplot.BarRenderer', 'rendererOptions' => array('barWidth' => 100), 'pointLabels' => array('show' => true, 'location' => 's', 'hideZeros' => true)), 'series' => array(), 'legend' => array('show' => true, 'location' => 'ne', 'placement' => 'outsideGrid'), 'axes' => array('xaxis' => array('renderer' => 'jquery.jqplot.CategoryAxisRenderer', 'ticks' => array()), 'yaxis' => array('padMin' => 0)), 'seriesColors' => array('#1D4C8C', '#45B41D', '#CEC415', '#CA8613', '#BC0D2C', '#5A1992', '#156A86', '#69B10A', '#C6B019', '#C87010', '#AB074F', '#3D1783'), 'grid' => array('background' => '#FFFFFF', 'borderColor' => '#000000', 'borderWidth' => 1.0));
     $this->defaultOptions = array('use-column-names' => false, 'other-threshold' => 1, 'statistic' => 'count', 'skip-null' => true);
     parent::init();
 }
Exemplo n.º 9
0
 public function init()
 {
     $this->defaultChartOptions = array('stackSeries' => true, 'axesDefaults' => array('tickRenderer' => 'jquery.jqplot.CanvasAxisTickRenderer', 'tickOptions' => array('angle' => -45)), 'seriesDefaults' => array('renderer' => 'jquery.jqplot.BarRenderer', 'rendererOptions' => array('barMargin' => 30), 'pointLabels' => array('show' => true, 'location' => 's', 'hideZeros' => true)), 'series' => array(), 'legend' => array('show' => true, 'location' => 'ne', 'placement' => 'outsideGrid'), 'axes' => array('xaxis' => array('renderer' => 'jquery.jqplot.CategoryAxisRenderer', 'ticks' => array()), 'yaxis' => array('padMin' => 0)));
     $this->defaultOptions = array('use-column-names' => false, 'other-threshold' => 1, 'statistic' => 'count', 'skip-null' => true);
     parent::init();
 }