Forums
Dashboard height and width Adjustments.. - Printable Version

+- Forums (https://bdn.bdb.ai)
+-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13)
+--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43)
+---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16)
+---- Thread: Dashboard height and width Adjustments.. (/showthread.php?tid=394)



Dashboard height and width Adjustments.. - mohd.gulam - 12-22-2022

To set dashboard height:

sdk.applystyles("#draggablesParentdiv"+sdk.dashboard.m_id,{"height":"1674px"})

To set Dashboard width:

sdk.applystyles("#draggablesParentdiv"+sdk.dashboard.m_id,{"width":"1200px"})