Display Port Description at Billing View

Hi, Is there any way to change the Port Number to Port Description?

My billing view as below:

I can’t recognize which port for each utilization.

Appreciate kind feedback.

Thanks and regards

Now I am able change the port description.

The location will be /opt/librenms/includes/html/graphs/bill/bits.inc.php

$rrd_list[$i]['descr'] = $port['ifDescr'];

to
$rrd_list[$i]['descr'] = $port['ifAlias'];

User can identify and view directly the port description on the graph generated.