I have the following iframe which show a chart as follow:-
<iframe id="customchart" src="https://apps.powerapps.com/play/*********" width="100%" height="500px"></iframe>
now i want to rotate the iframe so the chart looks like this:-
is this possible, using pure JavaScript or CSS??
Thanks