score:2
poles,
renderer draws the shape based on the inputs given to it. it accepts its input in pixels.
when you pass x and y positions for it to render they have to be in pixels, but the x and y values you will be getting from the click events will be in corresponding x and y units. you need to convert them into respective pixels and then pass them to the renderer.
for this highcharts has provided topixels()
method on both the axes. you can convert the axis units into corresponding pixel positions using them
i've updated your js fiddle here
hope this will help you
score:0
if you want more than a circle you can use the annotations plugin: http://www.highcharts.com/plugin-registry/single/17/annotations
Source: stackoverflow.com
Related Query
- render a circle onclick event in highcharts
- Add onclick event on chart made with the highcharts library
- How to hide Axes Crosshairs by onclick event in Highcharts
- onclick event when part of highcharts funnel is clicked
- Highcharts add an image to that chart with an onClick event attached to it
- how to add onclick event handler inside highcharts tooltip
- HighCharts Stacked Column Adding Onclick Event to the chart
- Highcharts - detect when render (or redraw) event is caused by a resize/reflow?
- Javascript Highcharts cannot get the name of the click column in the onclick event
- Highcharts 3 cannot render more than 1000 points in one series
- Render Highcharts canvas as a PNG on the page
- Highcharts - manually trigger hover event on a point
- How do I add an event listener to a Highcharts object *AFTER* I've created it
- Highcharts - fire legendItemClick event
- Using html2canvas to render a highcharts chart to pdf doesn't work on IE and Firefox
- Highcharts - Double click event
- Highcharts chart click event fired on click of the reset zoom button (bug?)
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- Highcharts - HTML tooltip & datalabels render issue
- php: laravel slow view render time when rendering javascript for highcharts
- highcharts how to catch and insert logic in click reset zoom button event
- Append onload or redraw event functions dynamically in Highcharts
- IE < 9 + HighCharts don't render series
- onclick trigger resize, highcharts
- Render Highcharts after user updated labels
- React plot options onclick event
- How to pass custom data into Highcharts graph click event
- Highcharts - Updating a chart's option after initial render
- how to get chart object inside a point event function in Highcharts
- HighCharts render chart already zoomed
More Query from same tag
- How to render Highcharts graph into user-selected DIV
- Current month tick labels in week format and other tick labels in month/year format(Highcharts)
- Highcharts - Bubble graph : need bubble to overflow plot area
- Highcharts displaying blank space
- Highcharts lang with ngx-translate
- Text Ellipsis in bubble chart
- pass form inputs to highcharts then rebuild chart
- Highcharts gauge not rendering text
- Highcharts : Tooltip pointFormat decimal to percent
- Highcharts two charts on page
- HighCharts not updating when the state changes in React
- Replicate Excel Power Trendline values with c#
- put the highchart legend to the bottom of the chart and horizontally centered
- Semi donot chart with highcharts
- set the background color for column group graphs in highcharts
- Exporting Chart Throws RangeError: Maximum Call Stack Size Exceeded in highcharts-more.js
- Highcharts same types of data with different series
- Adding dynamic irregular data to area chart causes it to shift
- How do I access total in Highcharts.stack anywhere in my javascript?
- How to adjust vertical labels on this Line Chart?
- HighCharts how to remove display on loading of piechart
- Align Legend with x-Axis Title in HighCharts
- highcharts - is it possible to zoom pie charts
- Not showing x-axis label in lower configuration
- how to update Large tree map without redrawing chart?
- Include image in highcharts export
- re-rendering EJS file after an ajax request
- How to format axis in highchart
- Highcharts - how to add additional information to chart
- Highcharts to populate data for pie chart using json object