Skip to content

Instantly share code, notes, and snippets.

@evshvarov
Created January 15, 2018 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evshvarov/1cbd2fd2270f0b380ff281378e65b31f to your computer and use it in GitHub Desktop.
Save evshvarov/1cbd2fd2270f0b380ff281378e65b31f to your computer and use it in GitHub Desktop.
Report Layout template
<div class="report">
<div><iframe style="border: none" src="https://analytics.community.intersystems.com/dsw/index.html#!/d/Reports/MemberBase.dashboard#%2F%3Fns=COMMUNITY?widget=2&height=541" width="651" height="541" ></iframe></div>
<div>2</div>
<div><iframe style="border: none" src="http://localhost:57772/dsw/index.html#!/d/Reports/MemberBase.dashboard?ns=CA1&widget=2&height=385" width="551" height="385" ><iframe></div>
</div>
.report{
max-width: 960px;
margin: 0 auto;
display: grid;
grid-template-columns: 80% 20%;
/*set row height*/
grid-auto-rows: 500px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment