Forums

Full Version: Limited checkbox(legend) selection
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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);