This is column bar chart. That is working perfectly. I want to change dataPoints axisY Y value dynamically. that will be change by the select html. like while user select the USA dataPoints axisY, Y value will be 111338, this value is amount. i will do by this jQuery. How to do this. 
I  was try to following like this. that is showing error. How to pass the vale?
anyone can help me.
<select id=”country” id=”country” class=”textfield”> 
          <option selected> Select a Province</option>
          <option> Bangladesh</option>
          <option> USA</option>
          <option> UK</option>
          <option> India</option>
          <option> Pakistan </option>
    </select>
dataPoints: [
			{ y: <div id=’usa’></div>, label: “USA” },
			{ y: 107922, label: “UK” },
			{ y: 107453, label: “Bangladesh” },
			{ y: 107986, label: “india” },
			{ y: 107233, label: “india” },
	]
	- 
		This topic was modified 2 years, 11 months ago by  rashedk. rashedk.