Barry Pollard

Results 688 comments of Barry Pollard

I ran `npm run web-build` which generated the files with updated hashes.

Yeah should be easy enough to load all fonts but for web, only reference woff2. Will take a look tomorrow. Alternatively we reduce the scope of this OR to just...

> Alternatively, we could use woff2 on web only. Should be pretty easy to fork logic in our `fonts` handling. Looks like you already forked it in #5776 so this...

> Inter ships woff fonts in their release package https://github.com/rsms/inter/releases/download/v4.1/Inter-4.1.zip - no need to run them through a conversion. Oh excellent! Updated to those instead. @estrattonbailey I think this is...

> 1. It's better now, when we don't start y-axis from 0. We can make them start from 0 easily enough. > 2. Y-axis labels formatting fails to show the...

Hmmm starting at zero might be the easiest to solve 2, but you said you liked it in 1. Will go with that for now and can revist.

OK reverted that and set precision to be 0 so it only shows whole number tick marks to avoid duplicating them when formatted to whole numbers:

Fixed the Zoom/export buttons on mobile.

Thanks for looking! Yeah it really does remove all interactivity from AT and basically treats it as an image (I even added `role=img` in this PR to make this clear)....

[amCharts](https://www.amcharts.com/) looks like another option with [good accessibility options](https://www.amcharts.com/docs/v5/concepts/accessibility/) and a [freeware option](https://github.com/amcharts/amcharts5/blob/master/packages/shared/LICENSE) with attribution. Will look into that...