...
- Previous election party records
- Candidates Previous candidates with vote counts.
- Dissolution party records
Depending on the data available to you, the candidates can be a complete list or single candidate-per-party summary value.
...
To generate the basic overall results summary with overall seat change and overall vote percent change you need:
Date | Party | Riding | Candidate | Reason | Example |
---|---|---|---|---|---|
Dissolution | Seats (leading) | seat +/- | |||
Previous | ✔ | Votes | vote% +/- |
Used By
- BLADE
- Party Results - All
- api/party/result/overall/(mains)/json/
- Party Results - All
- Flow Header - party seat counts
- via blade request above
- Overall Race module
- Seats graph for All Regions selection
- Vote % graph for All Regions selection
- Riding Detail Results module
- Seats graph
- Vote % graph
...
This graph is found in the Overall Race module and is the main graph presented. It can be organized by year or by party.
Date | Party | Riding | Candidate | Reason |
---|---|---|---|---|
Dissolution | Seats (leading) | seat count | ||
Previous | Seats (leading) | seat count |
Regional Party Results
To generate the overall party results summary with overall seat change and overall vote percent change for a specific region you need:
Date | Region | Party | Riding | Candidate | Reason | Example |
---|---|---|---|---|---|---|
Dissolution | Ridings | ✔ | Elected Party | seat +/- | ||
Previous | Ridings | ✔ | ✔ | Votes | vote% +/- |
Used By
- Overall Race module
- Seats graph for a specific region
- Vote % graph for a specific region
...
This method uses the Incumbent Party field of the current election riding records.
Date | Region | Party | Riding | Candidate | Reason | Example |
---|---|---|---|---|---|---|
Previous | Ridings | ✔ | ✔ | Votes | vote% +/- | "votesPercentChange":-12.1 |
Current | Ridings | ✔ | Incumbent Party | Votes | Gains & | "gains":2 |
Used By
- BLADE
- Party Results for a region with Gain-Loss analysis
- api/party/result/region/Vancouver/(mains)/json/gainloss/
- Party Results for a region with Gain-Loss analysis
...