Describe the feature
In https://forwardemail.net/en/my-account/analytics there's a chart marked "Bounce by category" (which should probably be really called "Inbound bounce by category"), and shows inbound email.
It looks like this for me:
That's not very useful; it shows that I have had 3,400 inbound emails most days, most of which don't bounce and some of which do (but that is so small to be invisible). My suspicion is that most customers will see this.
A suggestion: that this chart initially displays like this:
... i.e. with "none" (no bounces) present in the chart but unselected. This clearly shows the (inbound) bounces by category, rather than mainly just showing inbound email.
The code that writes this chart is at app/controllers/web/my-account/list-analytics.js - arguably you could simply remove the category of "none", since it's the same data as the top chart. But, otherwise, this page on apexcharts suggests that you can mark the "none" category as hidden on initial render.
I'd submit a PR for this if I was confident adding that code; but I'm not!
Checklist
Describe the feature
In https://forwardemail.net/en/my-account/analytics there's a chart marked "Bounce by category" (which should probably be really called "Inbound bounce by category"), and shows inbound email.
It looks like this for me:
That's not very useful; it shows that I have had 3,400 inbound emails most days, most of which don't bounce and some of which do (but that is so small to be invisible). My suspicion is that most customers will see this.
A suggestion: that this chart initially displays like this:
... i.e. with "none" (no bounces) present in the chart but unselected. This clearly shows the (inbound) bounces by category, rather than mainly just showing inbound email.
The code that writes this chart is at
app/controllers/web/my-account/list-analytics.js- arguably you could simply remove the category of "none", since it's the same data as the top chart. But, otherwise, this page on apexcharts suggests that you can mark the "none" category as hidden on initial render.I'd submit a PR for this if I was confident adding that code; but I'm not!
Checklist