Home Forums Chart Support Charts with drop down button to filter Reply To: Charts with drop down button to filter

#28753

@mbrodersen,

You can pre-select one of the dataSeries when page loads by setting the selected attribute to the corresponding dropdown list option as shown below –

<option value="dps1" selected="selected">DataPoints 1</option>

Please take a look at this JSFiddle for a working sample.

Pre-select DataSeries when Page Loads

___________
Indranil Deo
Team CanvasJS