score:1
Use a basic function instead of an arrow one and refer to a chart by this
keyword:
mouseover: function(e) {
this.chart.renderer.label("tooltip text", e.x, e.y, 'rectangle').css({
color: '#FFFFFF'
})
.attr({
fill: 'rgba(0, 0, 0, 0.75)',
padding: 8,
r: 4,
})
.add()
.toFront();
}
Live demo: http://jsfiddle.net/BlackLabel/dfazcwyr/
Source: stackoverflow.com
Related Query
- Add custom tooltip for x axis label on hover action
- Adding thousands separator for custom formatted highcharts tooltip
- In high chart how to add event for label click
- create a sticky tooltip for a point or a permanent label using HighCharts
- Highcharts JS- add third variable to tooltip for two series
- Highcharter R custom button for log axis
- highcharts dataLabels support RTL with enable hover it for show tooltip
- Add a custom text tooltip that differs from point to point in Highcharts
- Highcharts display label for pie chart using html table as data source
- x axis label word wrap in high charts for radar chart
- Custom tooltip data for specific points on highchart
- Add custom data on tooltip of Highcharts donut graph
- Detect a click on, and add hover/selected style for x axis on area chart in Highcharts?
- Highcharts - Show a string category label in the tooltip for a line graph
- ChartJS/High Charts Radar chart - Different radial axis labels for each category that appear on hover
- Percentage for left style of a custom label in highcharts
- Dynamically Take input from text-areas in a jquery ui custom pop up box for Tooltip in highcharts
- Highcharts: how to add a custom action on custom added stock-tools button?
- highcharts - add label for missing column
- Add label for highcharts in first element
- Highcharts Highstock How do I change the label on top of tooltip for OHLC series data?
- Custom hover / tooltip data on highcharts network chart
- Custom color & tooltip for a single bar in Highcharts histogram
- how to add tooltip on hover over the stacked Labels in highcarts
- Highcharts tooltip for single series always centre. Can I force it to be left hover of the marker?
- Add tooltip in highchart custom button
- Is there a way to add a custom tooltip to the second level columns of the drilldown on highcharts?
- How to add separate annotation style tooltip for Highcharts marker?
- Custom data label for a single point in OHLC candlestick in Highcharts
- Unable to add tooltip for titles in highcharts
More Query from same tag
- Javascript,Highcharts : Avoiding parallel function calls
- How to define a custom class to HighchartsReact component
- Attach arbitrary data to Highcharts data points
- Highchart bar chart: X-Axis label is cut off even when there is space between chart and label
- Trying to produce a pop up when the chart is clicked. The pop up is a close button
- Input field in highcharts graphic
- Highcharts - Solid Gauge - Inconsistent Styling and Improper Values
- spark-highcharts export to file (png or pdf)
- Highcharts bar border
- HighCharts and Map Bubble are not compatible
- HighCharts to 2 or more identical divs
- How to change the text color in Highcharts
- Highcharts: Synchronise irregular data series from same day different year
- SQL time stamp to millisecond
- Show Highcharts series.name outside of chart margin
- Highcharts funnel graph constructor
- Collapse Highcharts Organization Chart
- How to delete graph on click
- Random number on Highcharts + AngularJS
- How can I use highcharts draggable plotline as video timeline (vice versa)
- Highcharts Bar Chart - Labels Not Appearing in Bar
- php-fed Highcharts time series throws T_variable error, why?
- Custom buttons on Highstock not enabled
- Highcharts style behavior difference between 2 highcharts sources
- Highcharts: enforce options when adding a serie with addSeries
- High Charts tooltip crosshair issues in angular
- Trying to put points on a chart using a SharePoint list and Highcharts
- Highcharts: minorTickInterval doesn't work with specified categories
- Issues with series.data in highcharts
- How does 'endOnTick' work in Highcharts?