score:2
there are a number of ways you can achieve this.
1) use the built in labels option: http://api.highcharts.com/highcharts#labels
2) use the tickpositions property for the y axis, and format the labels as needed: http://api.highcharts.com/highcharts#yaxis.tickpositions
3) use a scatter series with data labels. position the point where you need it, format the data label, set the scatter point's marker radius to 0, or color to 'rgba(255,255,255,0)'
4) use plotlines, with a width of 0, and format the label accordingly
5) use the renderer function to draw your own labels http://api.highcharts.com/highcharts#renderer
update:
most of the above options may require you to adjust your margin and or spacing settings, depending on where you place the element, as the chart does not automatically adjust for the these elements that way it does for an axis label or title.
Source: stackoverflow.com
Related Query
- Highcharts trying to show labels directly left of columns
- Always display data labels above columns in HighCharts
- Show only time labels on xAxis. Highcharts
- Highcharts - only show tooltip when hovering directly on point
- HighCharts - show last labels in xAxis
- Highcharts data labels overlapping columns
- I'm trying to create a timeseries chart having stacked columns in HighCharts
- Show some specefic number on gauge highcharts axis labels
- Show all labels in highcharts horizontal bar graph
- How To Show All Data Labels For Datetime Axis In Highcharts
- Fourth y axis does not show labels in Highcharts
- HighCharts - how to align (justify) xAxis labels left and right
- Show data labels on top in stacked column graph in highcharts
- How to show overlapping in various columns of highcharts column range graph
- Highcharts - How to force dataLabels to show labels when overlapping the content
- Highcharts yAxis labels inside plot area and left padding
- Highcharts Maps labels don't all show
- Highcharts : Put data labels legend inside columns
- How to show labels selectively in certain points in Line chart of HighCharts
- Highcharts show x-axis labels as weekly intervals
- How to show categories total in labels using highcharts
- How do I not show GMT and Timezone labels for Highcharts
- Highcharts Stacked Columns Labels on Top
- Ability to show labels of checked serie after rendering highcharts
- Highcharts - How to show more than 30 columns side by side
- Getting numbers on Y-axis to show up as percentages with code from a Highcharts code generator tool?
- Add labels to columns in highcharts pie chart legend
- Highcharts -- show axis labels on extreme edges
- Highcharts show real time value on Labels
- Show Columns in Highcharts on different X-Axis (side by side)
More Query from same tag
- Fonts are not showing up in the Export server rendered files
- Exporting Chart Throws RangeError: Maximum Call Stack Size Exceeded in highcharts-more.js
- Highcharts: how to specify file name in window.location.href exporting image to local disk
- How to display stack total just below the stack columns and not inside?
- Highcharts: Drag Point Over Another Point Invokes Click Event
- Drilldown multiple levels Highchart
- Workers for phantomJs fail to start in a Docker container
- Negative value for categories axis in highcharts
- Donut chart with text inside pie and downward as well
- Highcharts error bars not linking with the datapoints.
- Remove label from chart when exporting
- Highcharts: How to pass the color parameter with data and dates to the bar chart?
- Tooltips does not appear properly in Highcharts ganttchart
- Highcharts 3D Pie
- highchart : Add the series name on the column chart
- High charts draggable not working for log scale
- When I hover the curve on any point,the tooltip will display the first point
- How to override Hihgchart.js Network Graph default node hover effect?
- how to pass json string to line highchart?
- Is it possible to combine mutiple charts with one navigator in highcharts stock?
- trouble with highchart and .clone()
- very simple highcharts column graph with two arrays
- Highcharts: Show special marker on column chart
- Ionic3 Highcharts-More import Error --JsAllow Not Set
- How to stop resetting zoom when switches to other chart type in highcharts
- Highcharts: Hide/remove values (in a range) from y axis
- Highcharts: Display last values from stacked chart in legend
- HighCharts graphs are not showing in IE
- How to set tooltip border color from series in Highcharts
- How to pass time in "highcharts"?