Open c-arnab opened 7 years ago
@c-arnab The simplest solution would be to toggle elements visibility using CSS or creating two chart instances and toggling between them. Currently we have no simple method for changing plugins settings dynamically.
Thanks, I created two instances with two diff modes and based on dropdown option am making them show and hide using jquery
I have a dropdownlist as below
Based on whether the user wishes to show outlier or not I wish to change the mode between 'outliers-only' & 'hide-scatter'.
Is there a function which enables me to do that similar to the function of changing data using chart.setData
Thanks