darold / squidanalyzer

Squid Analyzer parses Squid proxy access log and reports general statistics about hits, bytes, users, networks, top URLs, and top second level domains. Statistic reports are oriented toward user and bandwidth control.
http://squidanalyzer.darold.net/
126 stars 36 forks source link

Details of graphic overlaps with the images #110

Closed dbareiro closed 8 years ago

dbareiro commented 8 years ago

Hi, Darold.

I'm watching that the boxes of detail with the amounts of the last period in graphic overlaps with one of the graphics, which cover some of the information shown there.

110-squidanalyzer1 110-squidanalyzer2

Maybe it has to do with the styles and happens in some other graphic.

Thank you.

Best regards, Daniel

darold commented 8 years ago

Fixed, will be available in next release 6.4.

dbareiro commented 8 years ago

Fixed, will be available in next release 6.4.

Thanks, Darold!

What is the commit that fixes it?

Best regards, Daniel

darold commented 8 years ago

Official version 6.4 is out, you can download it from GitHub or from SourceForge as a tarball. The commit that fix the overlapping issue is 7d5228d.

Best regards,

dbareiro commented 8 years ago

Hi, Darold.

Thank you very much!

What would be the recommended method to update from 6.3 to 6.4 without losing the reports generated so far?

Thanks for your time.

Best regards, Daniel

darold commented 8 years ago

Make a backup of the previous reports and just override the installation:

perl Makefile.PL
make
sudo make install

backward compatibility should be preserved. If you have any issue, you can always run squid-analyzer with the --rebuild option to regenerate all reports.

Best regards,

dbareiro commented 8 years ago

Hi, Darold.

Thanks for your reply.

I just installed the version 6.4, but I had some problems with Iceweasel. I have opened a new issue for that. In this case I have not used the option --rebuild since it seems be a problem with Iceweasel ESR (in Chromium I had no problem).

Best regards, Daniel