Update report.php
authorPatrick McGuire <insidenothing@gmail.com>
Wed, 3 Jun 2020 15:10:15 +0000 (11:10 -0400)
committerGitHub <noreply@github.com>
Wed, 3 Jun 2020 15:10:15 +0000 (11:10 -0400)
admin/report.php

index 9b98771..b28924b 100644 (file)
@@ -102,7 +102,7 @@ while($d = mysqli_fetch_array($r)){
                        itemclick : toggleDataSeries
                },
                data: [{
-                       type: "spline",
+                       type: "line",
                        visible: true,
                        showInLegend: true,
                        yValueFormatString: "#####",
@@ -111,7 +111,7 @@ while($d = mysqli_fetch_array($r)){
                                <?PHP echo $chart2; ?>
                        ]
                },{
-                       type: "spline",
+                       type: "line",
                        visible: true,
                        showInLegend: true,
                        yValueFormatString: "#####",