Invalid dates in graph of seo panel version <= 3.7.0

Hi Guys,

In seo panel version <= 3.7.0, we have found an issue of invalid dates are showing in graphical reports.

It can be fixed easily by following steps

1) Open file seopanel.v.3.7.0.beta/controllers/report.ctrl.php

2) change line number – 434

$dataSet->SetXAxisFormat(“date”);

to

//$dataSet->SetXAxisFormat(“date”);

That will fix this issue. We will add this fix in future version :)