[docs] Fix y-axis unit used in the responsive font sizes chart #31424
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
rem
topx
in displayed responsive font-sizes chartbefore:
![Bildschirmfoto 2022-03-11 um 20 16 55](https://user-images.githubusercontent.com/2707029/157936979-74f08ad8-b422-423f-bc71-c31c47280fb4.png)
Values shown in the chart are in
px
same as y-axis scale. But y-axis saysrem
instead ofpx
after:
![Bildschirmfoto 2022-03-11 um 20 25 44](https://user-images.githubusercontent.com/2707029/157937508-e2a35a1f-df1d-48c2-ac8e-c4baffa81e5f.png)