Home Forums Chart Support chart json data click option function not working Reply To: chart json data click option function not working

#9777

You cannot send function as part of JSON data directly. Though you can serialize function on the server before sending, this is generally not suggested. Instead we suggest adding these event handlers on the client side after receiving the json data.