From 3fff5b7f743ff31c1b011165f9f1e96e6f499fe8 Mon Sep 17 00:00:00 2001 From: Muhamad Reza Abdul Rohim Date: Tue, 22 Mar 2016 00:32:09 +0700 Subject: [PATCH] add svg format --- src/Highcharts.php | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/src/Highcharts.php b/src/Highcharts.php index 7bd7756..5cfa45e 100644 --- a/src/Highcharts.php +++ b/src/Highcharts.php @@ -46,7 +46,7 @@ public function export($id,$array = []) $array = json_encode($array); $export = ' - @@ -98,4 +105,6 @@ public function display($id = "" , $array = [] , $options = ['jquery.js' => true return $view; } + + } \ No newline at end of file