How to modify setting data-dimensions in a chart for different outcome

Hi,
This is quite a simple question (I guess). I have created a chart to display bandwidth in a port. Code is as follows:

 <div style="width: 100%; height: 800px; text-align: center; display: inline-block;">
                <div data-netdata="net.ens192"
                     data-dimensions="received"
                     data-title="Outbound Traffic"
                     data-chart-library="dygraph"

I would like to make sure that the word “received” doesn’t appear in the upper right corner of the graph:

Untitled

Or, I would like to know if there is a way to customize what appears in the graph, to use words like “inbound” or RX Traffic". I tried to do that but seems like the word “received” is a parameter because when I use other words than “received” or “sent” it doesn’t work.

Any help would be appreciated.

OK,

 data-legend="no"

does the trick.