score:2
Accepted answer
Try using the on
-function instead to attach the listener to your circle.
For example (JSFiddle demonstration):
// Render the circle
chart.renderer.circle(xpos, ypos, circleradius)
.on('click', function() {
alert('yo');
}).css({
fill: 'red'
}).add();
Source: stackoverflow.com
Related Query
- Making a drawing clickable in highcharts
- making title in highcharts clickable and work with bootstrap popover?
- making series in Highcharts clickable
- Making a specific chart clickable in highcharts
- Making a Highcharts plot with Python
- Highcharts - making a point clickable?
- Highcharts - Provide URL's for series data to open clickable link
- Highcharts | Making multiple y axis scales
- Highcharts not drawing lines between points
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Highcharts - Global configuration with common code and unique data & Headings
- Making y axis of highcharts in time format hh:mm
- Highcharts clickable column to open another page on same site
- Clickable link in tooltip of Highcharts
- Drawing a regression line in Highcharts using mx + b
- Making columns wider in Highcharts
- HighCharts Stock Chart error code 18
- highcharts change rendered image source on click
- Highcharts General Drawing parameter
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Highcharts free-form drawing content not getting exported
- Use of DotNet HighCharts dll to make charts in code behind
- How to edit tooltip in Highcharts C# code
- what means ${demo.css} in example files of highcharts ? That piece of code seems to be literal
- Remove label from custom Highcharts drawing
- passing json values to highcharts from .net code behind
- highcharts clickable labels how to goto anchor
- how to use highcharts tooltip formatter in python code
- Highcharts Drawing a line with chart.renderer.path
More Query from same tag
- To rotate X (or) Y axis of rect ?
- High Charts add variance instead of values
- HighStocks - x-axis Gridlines on each separate y-axis
- X axis shows the time from 12 till 12:55 instead of dates
- Highcharts not plotting textbox values
- Highcharts - labels inside and outside a pie chart
- react-highcarts using es6 getting some errors
- highcharts bar chart square legend
- Can color of data label be different inside and outside of the bar in Highchart
- Highcharts - remove times between dates on a datetime xaxis type
- Highcharts tooltips break line
- Stack labels not rendered correctly when exporting Highcharts graph
- format axis tick labels
- How do I dynamically change a data point in Highcharts using JavaScript
- Showing tooltip on right side of the column in a vertical bar chart
- Highcharts single horizontal stacked bar chart with data names (labels) and %-ages always shown and data numbers and series name shown on mousehover
- Tick position on X axis
- How to draw arrows on a pie-chart with Highcharts?
- How to fade other yAxises in highchart when hover on marker?
- Drawing radar charts using Highcharts in Angular2
- Using HighCharts with Lambda Expression
- Highcharts: X axis, MySQL datetime
- Multipane on Highstock
- Cannot pass parameter (in array) when loading javascript
- HIghcharts column graph with more than 50 data points
- Django - highcharts changes dot i comma
- Highcharts: using Google Analytics to capture event actions for exporting the chart
- HighCharts Draggable Plotline with Logarithmic axis scale
- Highcharts Bubble Chart with dynamic data
- Highcharts - Fix the Width of the xAxis Categories (and Wrap them)