Skip to content

Commit

Permalink
updated order of aggregated radar chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Utke committed Nov 19, 2024
1 parent 3cddfc9 commit e5dd436
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ export const radar_chart_single_election_property_short_names = {

export const radar_chart_multiple_elections_property_short_names = {
approval: [
"prop_pos_sat",
"inverted_cost_gini",
"avg_nrmcard_sat",
"avg_nrmcost_sat",
"avg_relcard_sat",
"avg_nrmcost_sat",
"avg_relcost_sat",
// "category_prop",
"inverted_cost_gini",
"prop_pos_sat",
],
ordinal: [
// "avg_borda_sat",
Expand Down

0 comments on commit e5dd436

Please sign in to comment.