1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Update logstats plugin to use chart class.

This commit is contained in:
Cameron
2013-05-15 15:01:55 -07:00
parent 77b9ec50e9
commit 92b63a3952
3 changed files with 98 additions and 93 deletions

View File

@@ -71,7 +71,6 @@ class e_chart
*/
public function setType($type)
{
$this->type = $type;
return $this;
}
@@ -101,7 +100,7 @@ class e_chart
if($this->data == null)
{
return "No chart data provided";
return "<div class='alert alert-info alert-block'>No chart data provided</div>";
}