Closed larsyencken closed 2 years ago
Marked it as "important" since we estimate ~30 charts are affected and we thus need it to make their tables correct and useful. Estimate is 1d since we believe this is also happening late in the rendering chain, meaning it should be a simple fix.
To-do list for myself:
DataTable.columnsWithValues()
because it's way too massivetargetYear
in table columntargetYear
, if specifiedtargetYear
in the data table column header, for clarity's sake?
Context
Scatterplots co-plot two variables, one on x and one on y, and they are joined on
(entity, year/date)
. But, you can also co-plot a variable against itself, in which case it is only joined againstentity
and you fix the x axis to a specific year/date. This is helpful to see how a variable changes compared to a fixed moment in time.Problem
When you fix the x-axis in a scatterplot, the table view no longer displays the data values anymore.
Examples: