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
This is easier to read than our previous braille version, and looks
nicer when rendered in a browser or VS Code. It's less granular,
unfortunately. The braille version added a new dot for each ~6%, and
this implementation adds a new half block for each ~11%.
This also fixes a longstanding bug: the graph was only showing half of
the data points it should have been showing. Each data point would
become the right braille column of one cell as well as the left braille
column of the next cell, so we only had half the horizontal granularity
we intended to have.
Signed-off-by: Matt Wozniski <[email protected]>
0 commit comments