BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
<body> <div id="dashboard" style="width:100%; height:100%;"></div> <script type="text/javascript"> $(document).ready(function() { $('#dashboard').ejDashboardViewer({ url: "@ViewBag.ServieURL", report: "@ViewBag.ReportPath", filterParameters: location.search.substr(1) }); }); </script> </body>
<body> <div id="bodyId"> <div id="dashboard" style="width:100%; height:100%;"></div> </div> <script type="text/javascript"> $(document).ready(function() { $('#dashboard').ejDashboardViewer({ url: "@ViewBag.ServieURL", report: "@ViewBag.ReportPath", filterParameters: location.search.substr(1) }); }); </script> </body>
Hi Narendran,
I have a similar issue of height while embedding a dashboard in my application. I have tried suggested style as show below, but it still not work. Can you please let me know how to fix it. Please check attachement for rendering view.