I have a graph displaying network traffic, however I’d like to reverse the send and receive dimensions so what currently displays as send is receive, and vice-versa. How can I do that?
<div style="width: 100%;">
<div data-netdata="net.ixl0"
data-title="Total Internet - ixl0"
data-dimensions="sent,received"
data-width="100%"
data-height="400"
data-after="-300"
data-dt-element-name="time302"
></div>
</div>