Question
ColdFusion 11 cfchart disable right click functionality
After creating some charts using the built in cfchart tags, I've been told that the ability to right click is not 508 compliant. Looking at the zingchart website, I have been able to work out most of the JSON, and I can see that to disable it you would use the following
"gui":{
"context-menu":{
"visible":"false"
}
},
My issue is that I don't know how to add this to the cfchart tag to get it to work.
Thanks
