Error adding graphics to iframe

Trying to add a graph:

<iframe src="http://178.62.201.186:3000/d-solo/LpWrgk0Wk/iuzhnyi?orgId=1&from=1571851426641&to=1572459826641&panelId=4" width="450" height="200" frameborder="0"></iframe>

But the error comes out:

Refused to display 'http://178.62.201.186:3000/d-solo/LpWrgk0Wk/iuzhnyi?orgId=1&from=1571897191204&to=1571906791204&panelId=2' in a frame because it set 'X-Frame-Options' to 'deny'. LINE: 0 IN: http://178.62.201.186/ LEVEL: ERROR 

I have apache2-server

The actual error is:

it set ‘X-Frame-Options’ to ‘deny’

to overcome this you need to set allow-embedding=true.