Currently, I am working on a project with a highcharts graph where I need to gather data from the user regarding each line displayed. My goal is to include a text input box next to each label in the legend that relates to the series name. Once the user enters the information, I plan to have a button that will submit the collected data to the server.
I attempted to use a labelFormatter function, but it seems to only support plain text and does not allow for input boxes.
Is there a simple way to achieve this using highcharts, or should I consider writing my own function utilizing highchart event hooks to insert the desired HTML elements?
Any assistance on this matter would be greatly appreciated. Thank you!