Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions wwwroot/cgi-bin/awstats.model.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1438,9 +1438,26 @@ color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2
# charts to be generated. The only data sent to Google includes the statistic numbers,
# legend names and country names.
# Warning: This plugin is not compatible with option BuildReportFormat=xhtml.
# DEPRECATED: The Google Image Charts API used here was shut down by Google in
# March 2019 (and the Flash-based Google Visualization GeoMap even earlier), so the
# charts now render as broken images. Use the "graphsvg" plugin below instead.
#
#LoadPlugin="graphgooglechartapi"

# PLUGIN: GraphSVG
# REQUIRED MODULES: None
# PARAMETERS: None
# DESCRIPTION: Replaces the standard charts with self-contained, inline SVG drawn
# locally: column charts for the time graphs (monthly, days of month, days of week,
# hours), pie charts for the top-N sections (OS, browsers, file types, etc.) and a
# ranking bar chart for the countries section. Unlike graphgooglechartapi it needs
# no Internet access, no JavaScript and no external service, so charts keep working
# offline and inside static reports, no visitor data ever leaves the server, and the
# output is compatible with both html and xhtml BuildReportFormat. Drop-in
# replacement: just load this plugin instead of graphgooglechartapi.
#
#LoadPlugin="graphsvg"

# PLUGIN: GeoIPfree
# REQUIRED MODULES: Geo::IPfree version 0.2+ (from Graciliano M.P.)
# PARAMETERS: None
Expand Down
Loading