|
Hey guys
Trying to set up a click event for a series in VB.net
<highchart:LineChart ID="hcPatsPerCategory" runat="server" Width="98%" Height="300">
</highchart:LineChart>
after loading (*and tested before)
hcPatsPerCategory.PlotOptions.events = New PlotOptionEvents() With {.click = "alert('test');"}
Anyone have any suggestions? this is not emitting the JS. Thanks
|