I have implemented a drag-drop highchart. I want to play around the tooltip. I have added a textbox input field in the tooltip, the textbox appears, but I cannot write anything in the box. Here is a fiddle for my work .....
http://jsfiddle.net/rahul172/7rSmT/1/
tooltip: {
shared: false,
useHTML: true,
//headerFormat: '<small>{point.key}</small><table>',
pointFormat: '<input type="text">',
// footerFormat: '</table>'
// yDecimals: 2
},
I want to put the text to get feedback from chart.