0, 'type' => 'LineChart', 'data' => null, 'x_label' => null, 'y_label' => null, 'vertical_max_lines' => 6, 'colors' => '#3ba1da', 'backgroundcolor' => 'transparent', 'basetextcolor' => '#666', 'basebordercolor' => '#bbb', 'days' => 30 ); $args = wp_parse_args( $args, $defaults ); extract($args); if ($type == 'LineChart'){ $this->linechart( $args ); } } /*** *** @LineChart ***/ function linechart( $args ){ global $ultimatemember; extract($args); ?>