Lack of having visually appealing Monthly WAN Interface Internet Traffic Usage Graphs

It seems there is a lack of a feature that provides a decent graph for WAN traffic usage by month like to what DD-WRT offers. While advanced users can achieve this by using the SNMP protocol and integrating third-party solutions like Grafana and Prometheus, this method is often too complex for the average home user.

Given that MikroTik is targeting home users and releasing devices tailored to their needs, I believe it’s important to consider that these users might require built-in, user-friendly features to monitor their monthly bandwidth cap. The current IP/Kid Control features are helpful but do not offer the comprehensive and visually appealing traffic monitoring that many users desire. Integrating a feature that delivers clear, monthly WAN traffic graphs directly within the MikroTik interface would greatly enhance the user experience, making network management more accessible and effective for home users.
WAN-Interface-Traffic-Usage-by-DD-WRT.png

There is this in case you cant setup your own snmp-server:

https://help.mikrotik.com/docs/display/ROS/Graphing

I have implemented Grafana with the SNMP Exporter. However, the data remains valid only until the next reboot, which resets the traffic statistics on the interfaces. Additionally, Mikrotik’s graphing capabilities are limited as they do not calculate the sum of inbound and outbound traffic, a feature that would be very beneficial.