Charts: Goals per 15 Minutes

Pro Feature

Display a bar chart showing when goals are scored and conceded in 15-minute intervals (0-15, 15-30, 30-45, etc.). Perfect for analyzing team performance patterns throughout matches.

Premium Feature

This shortcode requires the Football Leagues Premium plugin.

Basic Usage

[anwpfl-charts type="goals-15" club_id="8"]

This displays a bar chart with goals scored (green) and conceded (red) across 15-minute periods for the specified club.

Shortcode Builder

Use the visual shortcode builder to configure parameters without memorizing syntax:

Parameters

ParameterDefaultDescription
type *(required)Must be goals-15
club_id *(required)Club ID to analyze
competition_id(all)Filter to specific competition (main stage only via selector)
season_id(all)Filter to specific season
league_id(all)Filter to specific league
club_side(all)Filter: home or away matches only
multistage0Set to 1 to include all competition stages (knockouts, playoffs)
limit0Maximum matches to analyze (0 = all)
legend1Show chart legend. Use 0 to hide
text_scoredScoredCustom label for “Scored” in legend
text_concededConcededCustom label for “Conceded” in legend
no_data_text(empty)Text displayed when no data available

* = Required parameter

Competition Filtering

The shortcode builder selector only allows selecting main stages of competitions. By default (multistage="0"), only the main stage statistics are shown.

Include All Stages

To include statistics from all stages (knockouts, playoffs), add multistage="1" to your shortcode.

[anwpfl-charts type="goals-15" club_id="8" competition_id="12" multistage="1"]

This shows goals from all stages of competition ID 12.

Examples

Season Goal Distribution

When to use: Team profile page showing seasonal scoring patterns.

[anwpfl-charts type="goals-15" club_id="8" season_id="5"]

Result: Shows when the team typically scores and concedes across all competitions in that season.

Home vs Away Comparison

When to use: Analyze home/away performance differences side by side.

[anwpfl-charts type="goals-15" club_id="8" club_side="home" text_scored="Home Goals"]
[anwpfl-charts type="goals-15" club_id="8" club_side="away" text_scored="Away Goals"]

Result: Two charts comparing home and away goal patterns.

Last N Games Analysis

When to use: Show recent form by limiting to last 10 matches.

[anwpfl-charts type="goals-15" club_id="8" limit="10"]

Result: Goals distribution from only the last 10 matches.

Troubleshooting

Chart not displaying?

  • Verify the club_id is correct and the club exists
  • Check that matches have goal data with minute values entered
  • Ensure JavaScript is enabled in the browser

Empty chart with filters?

  • The club may not have played matches in the specified competition/season
  • Try removing filters to confirm data exists

Related