"rounded", "custom_color" => "", "labels" => "", "width" => "750", "height" => "350", "scale_steps" => "6", "scale_step_width" => "20"), $atts)); $id = mt_rand(1000, 9999); if($type == "rounded"){ $bezierCurve = "true"; }else{ $bezierCurve = "false"; } $id = mt_rand(1000, 9999); $html = "
"; return $html; } add_shortcode('line_graph', 'line_graph'); }