score:14
Accepted answer
finally, i figured it out like this. may be it will help others.
function callback($this){
var img = $this.renderer.image('images/zoom_icon.png',$this.chartwidth-40,5,40,12);
img.add();
img.css({'cursor':'pointer'});
img.attr({'title':'pop out chart'});
img.on('click',function(){
// prcessing after image is clicked
});
}
new highcharts.chart(charts.params,callback);
// where charts.params is object which contains options for chart
Source: stackoverflow.com
Related Query
- Highcharts: Add a custom image button
- Dynamically add and remove custom export button in highcharts
- How to add and resize image in context button of highcharts
- Tooltip on custom button in Highcharts
- Custom Highcharts Context Menu Button Appearing in Every Chart on Page
- How to add image in Highcharts Title and subtitle
- Highcharts applying custom style to context button using css class
- how to add custom button on highstock/highcharts on subplot/addAxis
- Add custom buttons in Angular Highcharts Line Chart
- Highcharts create custom button in config
- Toggle the custom button text using highcharts
- How to add export functionality to custom button in React highcharts?
- highcharts change rendered image source on click
- How do i add mouse wheel code in Angular2 highcharts in typescript
- How add custom content HighCharts PDF export?
- Exporting with custom data label image in highcharts gantt
- Highcharts add image on export
- How do you get Highcharts to scale up image contents rather than add more details?
- Add a custom text tooltip that differs from point to point in Highcharts
- Highchart: add custom button to show/hide annotations?
- Highcharts add an image to that chart with an onClick event attached to it
- Add image in highcharts labels
- Add Source to Highcharts Export CSV
- Shiny: Add new series to Highcharts plot on button click
- Add custom data on tooltip of Highcharts donut graph
- How to add custom exporting button in highCharts?
- Highcharts: replace custom button image on hover
- highcharts / stock charts custom toolbar button text / title
- How to add custom icons as markers in Highcharts
- how to add custom class name to tick positioner in Highcharts using javascript
More Query from same tag
- How to configure highcharts so that all the curves are always displayed / highlighted?
- highchart json data points
- Spline chart rounded edges
- Is it possible to have the category displayed above the series in a horizontal bar jsHighchart?
- Highcharts fill bar background
- How do I access HighCharts themes, modify and create new themes?
- Highchart stacked bar yAxis stacked label issue
- Highstock - how to shift the X axis
- HighCharts: Color of label according to the color of pie slice
- Tooltip outside working in highcharts but not in highstock
- Highcharts multiple series from JSON with different style depending on serie name
- How to hide series via the legend in highstock ?
- Display points with minimum number in HighChart
- Highcharts: Make the legend symbol a square or rectangle
- R Highcharter map from customized shapefile
- Highcharts using JSON – Border and label colors
- Adding series dynamically in highcharts
- HIGHCHARTS: Event on Export can't access x-axis labels
- Ticks marks are moving upon changing the type of Chart
- Highchart: Only show one series at a time
- Getting value from series click event, and display on legend
- c# DotNet.Highcharts switch statement
- Remove Highcharts dataLabel border
- Highchart - Launch Sweetalert2 when click element
- How to convert php array into javascript array for Highchart JS
- Input filter not working for reactive highchart
- put your own series in highcharts sereis
- Creating multiple series in Highcharts within a loop
- SVG tooltip z-index with html title
- highstock: how to change color in areaspline when series intersect sma