score:0
The diagram itself doesn't have any problem
Actually it does, as you have set the value x=10 two times. Therefore, it's not mathematically a function and this maybe is preventing it to render the tooltips correctly. I changed it and the tooltips seem to work fine (displaying the following information: 'Tokio', y-value in bold and x-value at the top). Example
score:2
Caution, extreme hackery ahead: You can create more than one series on a chart so you could do something like this. Using 2 series. Of course the curves are not properly matched but it gives you a starting point.
Source: stackoverflow.com
Related Articles
- Tooltip doesn't show properly in highcharts
- customize highcharts tooltip to show datetime
- Highcharts - only show tooltip when hovering directly on point
- Show value of last point as label or tooltip on Highcharts Stock Chart
- Show HighCharts tooltip when chart loads
- HighCharts - Show tooltip on column where value is 0 or null
- HighCharts area graph - show tooltip only on hover of marker
- Highcharts - Show tooltip onClick instead of hover
- Highcharts - Show tooltip on points click instead mouseover
- highcharts show additional custom data in tooltip
- How to edit tooltip in Highcharts C# code
- highcharts dataLabels support RTL with enable hover it for show tooltip
- how to use highcharts tooltip formatter in python code
- Why does this Highcharts graph only show tooltip for the first and last nodes?
- Show Data For Grouped Series in ToolTip Highcharts
- How to show xAxis label in tooltip in a Highcharts area chart?
- tooltip in highcharts does not work properly
- Highcharts series doesnt show data and render the chart
- Highcharts Tooltip not rendering properly if it has material icons
- How to show values in Highcharts tooltip other than x and y when data points are too high?
- Highcharts not displaying tooltip title properly
- How to show other point property in bubble highcharts using tooltip
- highcharts tooltip not working properly for hacked gantt chart
- Highcharts - Show a string category label in the tooltip for a line graph
- Highcharts - Highstock chart showing double line on hovering data points to show tooltip
- show tooltip for each point of highcharts network graph in Angular
- Show Highcharts tooltip at the bottom of the chart in responsive mobile version
- Tooltip in Highcharts doesn't show the right format for Date
- Highcharts column chart histogram show x range in tooltip
- Highcharts nearest point tooltip not show due to undefined series
- How to extend X axis datetime in Highchart
- Highcharts Stacked Colum with variable dynamic number of values
- Chart layout is distorted when escape from full screen mode
- Primary and Secondary yAxis zero on different levels
- Formatting the Highcharts multiple-axes graph's zooming effect
- Highcharts add tooltip that has a small arrow pointing toward the series
- Highcharts Dynamic Chart (Updating over certain interval) PHP+MySql Example
- Column Labels in Sankey Charts in Highcharts
- Blurry legends in highcharts export pdf
- Need help on viewing Chart values
- make highchart stacked column chart count zero value
- Chart Width no render ok
- Sort series per category
- Show HTML special characters as is
- Unable to load json File for highcharts
- Highchart data from ajax its not working for me
- Center visible HighMaps area
- HighCharts. How to display X axis labels line without data?
- HighChart legend I override mouseover but loose transparency functionality. How do I keep it?
- How do I configure the options in Highcharts to allow multiple drilldowns asynchronously?