score:9
In general Highcharts doesn't support tooltip on labels.
However you have two solutions:
- use
Custom-events
plugin, to add event on labels: https://www.highcharts.com/products/plugin-registry/single/15/Custom-Events (demo has click, mouse over should work the same to display custom tooltip) - use some plugin (Tooltipsy etc.), like this: http://jsfiddle.net/gW4p6/196/
score:1
I think I found a simpler solution to this question that just involves Bootstrap and JQuery.
See http://jsfiddle.net/key2xanadu/zfsfz0c9/.
The solution involves ID tagging the puppies and then tooltipping them at the bottom:
$('document').ready(function () {
$("#text_title").tooltip({placement: 'bottom', title:"HELLO TITLE!"});
$("#label_one").tooltip({placement: 'bottom', title:"HELLO ONE!"});
$("#label_two").tooltip({placement: 'bottom', title:"HELLO TWO!"});
});
Example also shows how to add tooltips to the title!
score:2
you can use formatter to make the label as a div. you can write your own jquery museOver event to it.
formatter: function(){
return "<div class='myClass'> " + this.value + "</div>"
}
I hope this will help you
Source: stackoverflow.com
Related Query
- How do I add a tooltip to the x-axis labels in highcharts?
- Highcharts - how to access category of multiple axis of the point from tooltip
- How to add text labels to a numerical x axis in Highcharts
- How to add labels to the end of a highcharts line graph
- how to add tooltip on hover over the stacked Labels in highcarts
- Highcharts : How do i align data labels above the axis in column chart?
- HighCharts - Angular, how to get y axis labels on the vertical lines drawn from x axis
- How to fix formatting of axis labels in Highcharts when surrounding the contents with div?
- How to add Tooltip Functionality to X-axis labels in highcharts
- how to set the interval of points on Y - Axis highcharts
- How to hide labels in the highcharts in the pie
- How replicate the value of Y Axis on both sides of the axis in Highcharts
- Highcharts - How to display legend symbol inside the tooltip
- How to add space between chart and axis in highcharts
- How do I style the series labels on a Highcharts pie chart?
- How to add new points to highcharts after plotting the first 'n' points?
- Highcharts add tooltip that has a small arrow pointing toward the series
- Highcharts : How to fix labels to the top when xAxis rotation is 90°?
- how to pass values to tooltip which not in x and y axis in highcharts
- How to adjust line-height/ellipses in Highcharts axis labels
- How to add point to the beginning of series, Highcharts
- How to position labels for plotbands on y axis in Highcharts
- How to remove the value and number labels from Highcharts angular gauge
- How do I put Icons in the y Axis for a Dynamic Highcharts chart?
- How to get the highlighted point from shared tooltip formatter, Highcharts
- Highcharts : How can i move the tooltip to external DIV?
- How To Show All Data Labels For Datetime Axis In Highcharts
- How do i add mouse wheel code in Angular2 highcharts in typescript
- Highcharts - how to create multiple y axis and group the data series
- how to display 2 same highcharts without duplicate the code
More Query from same tag
- Highstock - Remove bottom date tooltip from line chart
- How can I pass my sqlite data to django, and make chart?
- 3 layer donut chart in Highcharts
- Tooltip for line segments instead of points in highcharts
- HighCharts delayForDisplay attribute does not work
- Dotnet highcharts not working (Missing assembly)
- How to boost your performance in HighCharts
- stacked bar chart shows hanging zeros when all values are 0 highcharts
- HighCharts Time-based Quarterly Data - xAxis Label Issue
- Set Specific Range on X-Axis in HighCharts
- How to call User Control from one of the Javascript function?
- The resource can not be found .net mvc4
- Highcharts with object array
- Highcharts tooltip shows tooltip date in milliseconds
- Highchart's heat-map plot not rendering correctly when x-axis is in time format (HH:MM)
- libURL not working if using {symbol:'url(...)'} in highcharts exporting
- Change Highchart Options dynamically in angular
- How to customize highchart box plot box
- Need to call an API with min and max X values on Click of rangeselector Buttons
- Highcharts Org chart children links are overlapping
- Highchart - add "onclick event" for total value stackLabel
- Trying to use highcharts inside native script web-view. Does not work
- Showing marker for separate values only in line chart in HIghchart
- Highcharts add left column to grouped data
- How do I change the x-axis datetime format to a mixture of time and date?
- Posting data to the server from highchart points
- Highchart show grid lines on y-axis for every point
- Is there a limit for Scatter plots using JS?
- Highmaps - Editing the css of state names on map
- Overwrite Highcharts X Axis