You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making the graphic minimum-wage-2018-increases-20171226, I noticed a problem I and other members of the team have had in the past: the color buckets weren't aligning properly when using the isNumeric flag.
@alykat has fixed this problem before by changing how she rounds in the spreadsheet. She fixed this by using floor and setting the numbers to round down instead of up.
That didn't work in my case. The fix that @ghing and I came up with was switching the scale from an ordinal scale to threshold and pushing the categories as floats.
Not high priority, but might be worth looking into as an update if we find that problem happening frequently.
The text was updated successfully, but these errors were encountered:
When making the graphic
minimum-wage-2018-increases-20171226
, I noticed a problem I and other members of the team have had in the past: the color buckets weren't aligning properly when using theisNumeric
flag.@alykat has fixed this problem before by changing how she rounds in the spreadsheet. She fixed this by using floor and setting the numbers to round down instead of up.
That didn't work in my case. The fix that @ghing and I came up with was switching the scale from an ordinal scale to threshold and pushing the categories as floats.
Not high priority, but might be worth looking into as an update if we find that problem happening frequently.
The text was updated successfully, but these errors were encountered: