Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edit titles and subtitles for IL election charts #117

Merged
merged 1 commit into from
Nov 5, 2024
Merged
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
10 changes: 1 addition & 9 deletions 2024/illinois-election-bar/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,10 @@ Highcharts.chart('chart-div', {
},

title: {
text: 'Total Donations by Candidate and Race',
text: 'Statewide Races: Total Donations by Candidate and Race',
align: 'center'
},

subtitle: {
text: 'Candidates with known donation information raised $464K on average.',
align: 'center',
style: {
fontSize: '18px'
}
},

tooltip: {
formatter: function () {
return (
Expand Down
2 changes: 1 addition & 1 deletion 2024/illinois-election-buckner/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Highcharts.chart('chart-div', {
type: 'pie'
},
title: {
text: 'Top Five Campaign Donation Sources for Kambium Buckner',
text: 'Top Five Campaign Donation Sources for Kambium Buckner (Illinois House)',
align: 'center'
},
subtitle: {
Expand Down
2 changes: 1 addition & 1 deletion 2024/illinois-election-jackson/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Highcharts.chart('chart-div', {
type: 'pie'
},
title: {
text: 'Top Five Campaign Donation Sources for Jonathan Jackson',
text: 'Top Five Campaign Donation Sources for Jonathan Jackson (U.S. Senate)',
align: 'center'
},
subtitle: {
Expand Down
2 changes: 1 addition & 1 deletion 2024/illinois-election-peters/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Highcharts.chart('chart-div', {
type: 'pie'
},
title: {
text: 'Top Six Campaign Donation Sources for Robert Peters',
text: 'Top Six Campaign Donation Sources for Robert Peters (Illinois Senate)',
align: 'center'
},
subtitle: {
Expand Down
Loading