How to do padding in title or description using script - 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: How to do padding in title or description using script (/showthread.php?tid=658) |
How to do padding in title or description using script - jeevitha - 12-26-2022 <span style = "color:#5adf14;font-size:15px;"> Title</span> var a = sdk.getWidget( 'timeline4' ); a.m_enablehtmlformate.subtitle = true; a.m_enablehtmlformate.title = true; a.m_enablehtmlformate.xaxis = true; a.m_enablehtmlformate.yaxis = true; a.m_enablehtmlformate.secondaryaxis = true; |