When you click a chart to do something (show a modal for example), you often need to pass what was clicked to that modal. Right now, this is done via {{$Chart.point.name}}. This variable is nowhere to be found, I have to manually type it. I don't ...