Skip to content

Home

This sit outlines analysies of the EVE Online CSM elections. Raw data for the elections can be found at EVE Ref docs.

Votes

{ "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data": {"url": "data/csm-votes.csv"}, "mark": { "type": "bar", "point": true }, "encoding": { "x": {"field": "CSM", "type": "nominal"}, "y": {"field": "Votes", "type": "quantitative"} } }

Candidates

{ "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data": {"url": "data/csm-candidates.csv"}, "mark": { "type": "bar", "point": true }, "encoding": { "x": {"field": "CSM", "type": "nominal"}, "y": {"field": "Candidates", "type": "quantitative"} } }