Dash plot to different pi servers

Hi there
loving Dash especially as I don’t like doing web stuff ( html et al). Quick question. I have a bunch of raspberry pi’s on my lan and I wonder if I can direct output from my Dash app to selected locations. Right now I’m just running a simple plot on my machine so it’s to local host :8050

BUT if I wanted to plot three charts.
barchart to 192.168.1.100:8050
dotplot to 192.168.1.110:8050
dot plot matrix to 192.168.1.100:8050

How would I do that please? Remember web stuff is NOT my forte :slight_smile: