score:15
Accepted answer
Possible solution: http://jsfiddle.net/sDu8V/1/
Required CSS:
.highcharts-container {
position: inherit !important;
}
.highcharts-tooltip {
z-index: 9998;
}
Thanks to @Piotr, updated design for 4.1.x.
score:2
You can't have only the tooltip to get rendered over the pink box because the whole chart is rendered in a single SVG object that is either totallly over or beneath your pink both.
What you can do is to render the whole chart over the pink box by making it background transparent.
Your chart:
chart: { backgroundColor:'transparent' }
Your div should also be beneath the chart:
<div id="box" style="z-index:0"></div>
Live example: http://jsfiddle.net/7TcJ6/
Source: stackoverflow.com
Related Query
- How to edit tooltip in Highcharts C# code
- how to use highcharts tooltip formatter in python code
- Highcharts column chart returning incorrect series index on click when using shared tooltip
- Highcharts showing image in tooltip and get column index
- Disable highcharts tooltip on certain lines, leave it enabled on others?
- Customize tooltip and format the number to 2 decimal places of highcharts
- Highcharts tooltip overflow is hidden
- customize highcharts tooltip to show datetime
- highcharts pass multiple values to tooltip
- Disable tooltip on certain points in Highcharts
- Highcharts - Change legend index order
- HighCharts series Z index
- Highcharts tooltip always on right side of cursor
- Highcharts tooltip formatter
- Format tooltip numbers in Highcharts
- Weird character in front of Highcharts tooltip series names
- Display tooltip for invisible series in Highcharts
- Change Highcharts tooltip formatter from chart Object , after chart is rendered
- Adding thousands separator for custom formatted highcharts tooltip
- Highcharts - How to display legend symbol inside the tooltip
- highcharts tooltip z-index
- Add tooltip to legend in highcharts when hovering
- Highcharts - Keep tooltip showing on click
- Highcharts Pie Chart ignores percentageDecimals tooltip setting and has floating point inaccuracy issue
- Tooltip on custom button in Highcharts
- highcharts customize tooltip for a single point
- Always showing tooltip on all columns in Highcharts
- Highcharts - only show tooltip when hovering directly on point
- Highcharts how to remove headers from tooltip
- Highcharts - How to hide series name and Y value in tooltip
More Query from same tag
- Highcharts suddenly stop plotting
- Pandas data frame to dictionary of lists
- Highstock Data Grouping to Use Last Data Time as Index
- How to force display of x-axis labels in Highcharts?
- Legend name and color need to be displayed in the export of highchart as image
- Why isn't my highcharts chart getting reset/destroyed properly?
- Highcharts removes series by itself
- rCharts hPlot groups order
- Highcharts center on x and y axis offset
- Highcharts - Change value of text box when drilling down through chart
- Highcharts click event on dataLabel which is using HTML
- Parsing MySQL output to JSON extracting field names
- designing web app using nodeJS and HighStocks (or Google Annotation Time Line)
- Angular 2 Typescript Highcharts Highmap mouse wheel scroll
- Confusion with Avg() and Joining 2 tables
- I want to use the "layouts: hanging" feature at all levels, but when I do so, I get overlapping nodes and incorrect lines
- Jquery, Highcharts enable html exportChart
- Highcharts .update modifying original data array
- Getting property 'exporting' undefined when exporting graph on second click
- TypeError: $(...).highcharts is not a function - Existing solutions not working - problems with Yeoman generator
- Change Highchart's pie chart .xls file category column name
- R highcharter, valuebox, eventreactive didn't work together in shiny
- Asynchronous data input in highcharts
- Populate Highchart using json data in Angular js
- How to shift Highchart's line chart from simple html to Flask?
- Server-Side HighStock charts generation with NodeJS
- Highcharts X-Axis as Text
- HIGHCHARTS - Value of Columns Based on previous Column Value
- add custom conditions in highchart configuration
- HighMaps Not displaying Country Data