Home Forums Chart Support Rendering a Chart with a button click Reply To: Rendering a Chart with a button click

#4305

Chart is not getting rendered because its getting submitted upon click. If you just want to render chart on click of a button, don’t use “form”. Use normal text field and render the chart upon button click.

Here is your working code. Note that jsfiddle is set to execute the javascript upon onLoad event – so, you have to write onload explicitly on your local machine

http://jsfiddle.net/jx9sJ/5/

Render chart on button click