Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148712 | Oct 31,2019 10:15 AM UTC | Nov 6,2019 11:44 AM UTC | ASP.NET Core - EJ 2 | 5 |
![]() |
Tags: DashboardLayout |
<ejs-dashboardlayout id="defaultLayout" columns="5" created="onCreated">
<e-content-template>
<div id="one" class="e-panel" data-row="0" data-col="0" data-sizeX="5" data-sizeY="1">
<span id="close" class="e-template-icon e-clear-icon"></span>
<div class="e-panel-container">
<div id="line" style="width:100%;height:100%">
<ejs-chart id="lineContainer" title="Inflation Rate in Percentage" width="100%" height="100%">
</ejs-chart>
</div>
</div>
</div>
</e-content-template>
</ejs-dashboardlayout> |
<ejs-dashboardlayout id="HeaderLayout" columns="12" allowResizing="false">
<e-content-template>
<div class="e-panel" data-row="0" data-col="0" data-sizeX="3" data-sizeY="1">
<div class="e-panel-container">
<div id="Inpatient">
<page id="Title">IN PATIENTS</page>
<br />
<br />
<mat-icon _ngcontent-c21="" id="icon" class="large material-icons" role="img" aria-hidden="true">local_hotel</mat-icon>
</div>
</div>
</div>
. . . . . .
</e-content-template>
</ejs-dashboardlayout> |
<ejs-dashboardlayout id="DetailLayout" columns="5" allowResizing="false" created="onCreated">
<e-content-template>
<div class="e-panel" data-row="0" data-col="0" data-sizeX="3" data-sizeY="1">
<div class="e-panel-container">
<ejs-chart id="lineContainer" title="Inflation Rate in Percentage" width="100%" height="100%">
. . . . . .
</ejs-chart>
</div>
</div>
</e-content-template>
</ejs-dashboardlayout> |
<ejs-dashboardlayout id="DetailLayout1" columns="5" allowResizing="false" created="onCreated">
<e-dashboardlayout-panels>
<e-dashboardlayout-panel row="0" col="0" sizeX="3" sizeY="2" content="#line">
</e-dashboardlayout-panel>
</e-dashboardlayout-panels>
</ejs-dashboardlayout>
<div id="line">
<ejs-chart id="lineContainer1" title="Inflation Rate in Percentage" width="100%" height="100%">
. . . . .
</ejs-chart>
</div> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.