score:0
the only way i have found to do this popup is by adding this function in the end of the function building the chart :
var titles = $("tspan");
$("tspan").each(function(index) {
if( (this.textcontent.indexof("cashiers data") !== -1) ){
$(titles[index]).click(function(){
alert('to use our new cashiers bars \n'
+'please contact us at our contact page');
return false;
})
}
});
score:1
a popup like that is not in the highchart api for the legend. the closet thing is legend.itemonhover
legend: {
itemhoverstyle: {
color: '#ff0000'
}
}
but that really only styles it.
the way you are currently doing it is probably fine if you are careful about it.
score:1
you can try to add tooltip to the legend item, like in the related topic add tooltip to legend in highcharts when hovering
Source: stackoverflow.com
Related Query
- add message on hover series name highcharts
- Highcharts - Add Series Name As X-Axis Label
- How can I add a link to a Highcharts series name in the legend?
- HighCharts Hide Series Name from the Legend
- Add additional data to a Highcharts series for use in formatters
- highcharts - disable fading series on marker hover
- Add series total to legend in Highcharts
- remove series by name or id in highcharts
- Highcharts - How to hide series name and Y value in tooltip
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- Highcharts add series dynamically
- Highcharts - get visible series name dynamically
- Stop HighCharts change transparency of another series on hover of one series
- Highcharts add tooltip that has a small arrow pointing toward the series
- Dynamically add data to series in Highcharts
- Highcharts JS- add third variable to tooltip for two series
- HighCharts : Highlight entire series when hover and restore state when out
- Highcharts - Tooltip and series name are out of their boxes in chrome
- Showing HighCharts series name on x-axis and in legend
- How to remove a series in Highcharts by name
- How to add series after click event in HighCharts
- How do i add mouse wheel code in Angular2 highcharts in typescript
- How to get Series Name Based on Selection in Highcharts
- Highcharts error when add and shift data to hidden series
- Missing series name as label in highcharts heatmaps
- How to add multiple series in highcharts synchronously
- Dynamically add an event to Highcharts series
- How to get columns category name on hover in highcharts
- Treemap in highcharts display series name and value in treemap only
- How to add Series data in Highcharts from MVC
More Query from same tag
- Angular HighCharts Show All Elements even there are big differance between amounts
- Highcharts - How do I track/follow a live updated chart without using a navigator?
- Highcharts tooltip formatter
- Customizing the Stockchart range selector buttons from HighCharts library in GWT (and Javascript in general)
- Category chart with datetime y axis in highcharts
- Does Highcharts have a "trend line" feature?
- Highcharts: yAxis showing exponential values
- How to export the whole page or html content with Highcharts not just the chart?
- add event to x-axis labels of bar highchart
- Highcharts venn diagram is missing intersections
- How to call a css properties inside plotLines in highcharts
- Is there any way to disable hover action on particularly some nodes in networkchart of highcharts based on the node color.?
- how to display menu from date in highchart
- highcharts converting area range to multiple lines on plot
- Highchart: Internal Server error NOW
- com.google.gwt.event.shared.UmbrellaException: Exception caught: (TypeError) @org.moxieapps.gwt.highcharts.client.BaseChart::nativeRenderChart
- Highcharts Navigator with a table?
- onclick handler in custom exporting button in highcharts-vue fails with 'Cannot read property 'call' of undefined'
- Scale graph in angular
- How to use the default colors when specifying patterns in a zone in Highcharts
- POST parameters for the Highcharts export server causes 407 Proxy Authentication Error
- JSON for high chart imported with json.load generated error when using json.dump
- Is there a way to add a custom tooltip to the second level columns of the drilldown on highcharts?
- In HIghcharts - Legend, Can we able to add just border bottom?
- highstock - adding annotations with over 1000 points
- Highcharts: Dynamically change single column width to highlight one sample
- How to import highcharts-more
- Highchart axis hover
- Highcharts: with multiple axes
- having issue when updation Highcharts object using highcharts-ng directive