# Admin report graph y-axis issue on narrow screens

**URL:** https://meta.discourse.org/t/admin-report-graph-y-axis-issue-on-narrow-screens/181017
**Category:** UX
**Created:** [February 24, 2021, 4:20pm UTC](https://meta.discourse.org/t/admin-report-graph-y-axis-issue-on-narrow-screens/181017 "2021-02-24T16:20:24Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Matze](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/matze/32/208654_2.png) [@Matze](https://meta.discourse.org/u/Matze)
#### Post date: [February 24, 2021, 4:20pm UTC](https://meta.discourse.org/t/admin-report-graph-y-axis-issue-on-narrow-screens/181017/1 "2021-02-24T16:20:24Z")

</div>

I noticed that the number of registrations is incorrect. I don’t know if this is already known.

 ![Screenshot_20210224-171352](https://global.discourse-cdn.com/meta/original/3X/5/5/553eab40258ed36c61c6fe93d93c99fc8fb775ee.jpeg)

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [February 24, 2021, 5:36pm UTC](https://meta.discourse.org/t/admin-report-graph-y-axis-issue-on-narrow-screens/181017/2 "2021-02-24T17:36:35Z")

</div>

> [@Matze](#):
>
> I don’t know if this is already known.

I’m not aware of other reports of issues with the Signups report. Do you know if this is happening on a site that’s hosted by us? If it is, we can have a look at what is going on with the report on your site.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [February 24, 2021, 11:19pm UTC](https://meta.discourse.org/t/admin-report-graph-y-axis-issue-on-narrow-screens/181017/3 "2021-02-24T23:19:30Z")

</div>

I got some more details about this issue. What’s happening is that when the reports are loaded in the mobile view, the number of points displayed for the report’s y-axis is dependent on the screen’s width, but the data points are not re-aligned correctly when the y-axis points are adjusted. For example, on an iPhone emulator (with mobile view enabled) I’m seeing this:

 ![iphone_report](https://global.discourse-cdn.com/meta/original/3X/a/4/a4066d41d9a5abfa5ce14cb5b3829764450c770f.png)

On a narrower Galaxy S5 emulator (after refreshing the page) I’m seeing this:

 ![galaxy_report](https://global.discourse-cdn.com/meta/original/3X/7/9/79370ea4a5a1f8b74e82b607531673e835543ca2.png)

In the second image, the second to last data point is for two visits, but it is incorrectly aligned with the 6 visits point from the y-axis.

If the points of the y-axis are adjusted for smaller screen sizes, then the graph’s data points should probably also be adjusted to reflect the y-axis.
