Forums
Limited checkbox(legend) selection - 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 (https://bdn.bdb.ai/forumdisplay.php?fid=29)
+---- Thread: Limited checkbox(legend) selection (/showthread.php?tid=403)



Limited checkbox(legend) selection - ArghaPratim - 12-23-2022

By default want to show 3 tick and 1 untick on load.

setTimeout(function(){
var a = sdk.getWidget( 'Bar1' ).m_seriesVisibleArr["CalcField1"] = false;
sdk.getWidget( 'Bar1' ).draw();
}, 100);