Binds a D3.js bump chart (rank over time) to MAIDR.
A bump chart is a multi-line layer whose y values are ranks: 1 is the
best position and the smallest number. The extraction is that of
bindD3Line — one <path> per competitor, fill naming it — and the
ranks you already bind are what y should read. The trace inverts the pitch
so first place is the highest note, and announces the places gained or lost
at each period, so nothing extra has to be computed here.
A slope graph of values is a line chart with two samples, not this.
Binds a D3.js bump chart (rank over time) to MAIDR.
A bump chart is a multi-line layer whose y values are ranks: 1 is the best position and the smallest number. The extraction is that of bindD3Line — one
<path>per competitor,fillnaming it — and the ranks you already bind are whatyshould read. The trace inverts the pitch so first place is the highest note, and announces the places gained or lost at each period, so nothing extra has to be computed here.A slope graph of values is a line chart with two samples, not this.