Remove code for graphs generated using GD::Graph libraries, replaced by the Javascript library Flotr2.

This commit is contained in:
Darold 2012-12-01 20:20:38 +01:00
parent 2e14da8bc9
commit f34d675d16
4 changed files with 7571 additions and 417 deletions

View File

@ -70,6 +70,7 @@ install -m 755 squid-analyzer $DESTDIR$BINDIR/
install -m 644 sorttable.js $DESTDIR$HTMLDIR/
install -m 644 logo-squidanalyzer.png $DESTDIR$HTMLDIR/
install -m 644 squidanalyzer.css $DESTDIR$HTMLDIR/
install -m 644 flotr2.js $DESTDIR$HTMLDIR/
install -m 644 lang/* $DESTDIR$CONFDIR/lang/
pod2man doc/SquidAnalyzer.pod doc/squidanalyzer.3
install -m 644 doc/squidanalyzer.3 $DESTDIR$MANDIR/squidanalyzer.3

File diff suppressed because it is too large Load Diff

6995
flotr2.js Normal file

File diff suppressed because it is too large Load Diff

View File

@ -82,3 +82,6 @@ AnonymizeLogin 0
# peer cache hit onto your stats.
SiblingHit 1
# Set the image format that should be used in graphics download. Values
# can be png or jpg. Default is png.
ImgFormat png