score:2
Accepted answer
Crosshair label is coupled with a specific axis. However, you can create two linked x axes. Top axis should be invisible but should be coupled with the crosshair and the label.
xAxis: [{
opposite: true,
crosshair: {
label: {
enabled: true,
align: "right"
}
},
visible: false
}, {
linkedTo: 0,
gridLineWidth: 1
}],
example: http://jsfiddle.net/p8fqq35v/
Source: stackoverflow.com
Related Query
- How can I display crosshair labels on top of the chart with Highcharts
- How can I make milestone lines with a GANTT chart using the highcharts library?
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- How can I create a horizontal stacked bar chart with labels on the bars themselves as well as labels above the bars?
- How can I display a Highcharts organization chart with level 1 nodes below other level 1 nodes?
- The RTL language (Arabic) is not working with HighCharts pie chart correctly, how can I fix this?
- How to display the value instead of percentage in a pie chart using jquery Highcharts
- Highcharts : How to fix labels to the top when xAxis rotation is 90°?
- how to display the title in the middle of a donut chart with legend?(react-highcharts)
- how to display 2 same highcharts without duplicate the code
- How can I display the outcome of the for loop in highcharts
- Highcharts - how to do a responsive pie chart when the texts of the labels are long
- how to create a highcharts area with the top area highlighted?
- How can I get a chart only with legends using highcharts
- In highcharts how can I provide data with values x, y, title so that I can put the title in the tooltip?
- How can I set the crosshair in highcharts to a default position?
- How can I make HighCharts 4.2.5 with boost.js invoke the tooltip formatter?
- How to display only last point on highcharts and that point should travel with chart line?
- No data to display in highcharts showing up with the data in Bubble Chart
- How can i load external json data in highcharts to show the bar chart
- How can I reverse the series order of a pyramid chart in Highcharts
- How to remove default Hover text and display the custom text title on hover Donut chart Highcharts
- How can I get the top value of the yAxis labels in highcharts?
- How can a text box be bound dynamically to the right border of a chart created with Highcharts?
- How can I get HighCharts column chart to scale the yAxis to not have so much whitespace?
- How can I change highcharts events after the chart has been initialized
- How can i draw a high chart with two labels in x coordinate using highchart
- How can I move the datalabel in top right in variable pie chart
- How can I replace the term "Week" in highcharts Gantt Chart Timeline?
- Display of plotted point labels not appearing properly on X Range Chart for the first date of month - Highcharts
More Query from same tag
- HighCharts using Text in yAxis instead of numbers
- Highcharts tooltip in scrollable container scrolls with the content
- Highcharts showing image in tooltip and get column index
- Javascript variable with Comma separated values not working in HighChart
- Suggestions on getting Highstocks graph images sent to server
- Dotnet.Highcharts error in export image
- How can I change the unit at y axis dynamically at Highcharts?
- On click of a button, render all pie's of pie chart in highcharts in a different div
- Large quantity of data real time visualization
- How do I format x-axis label in highcharts
- Highchart example not working in seperate html page
- How to add percent symbol with data inside column in highchart?
- How can we display daily visits using Highcharts?
- HighStocks with Reactjs - Make it occupy full size of div container
- unable to get the charts in the PDF download
- How to hide an element using javascript
- Customise Sankey Highcharts marker and link width
- Highcharts, pass Data from json on Column Click
- How to bind data to line chart in highcharts in MVC3?
- In high chart how to add event for label click
- Highcharts free-form drawing content not getting exported
- Enable Highcharts Exporting On Click
- Highchart.js: use bootstrap glyphicons instead of symbols on contextbutton
- Semi circle donut chart in highchart with data labels in corners
- Give the columnrange different colors
- how to use external dropdown for zoom values in stock highcharts
- How to make Tick lines around Solid Gauge in Highcharts
- highcharts - copy and paste the data on chart
- Dynamically adjust Y axis min/max based on ajax update and data points in Highcharts
- Highcharts: Dynamic drilldown (stacked chart) in Combo Dual Axes