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
- Highcharts Annotation SVG doesn't move with other shapes
- If a point is clicked then add a marker in highcharts
- How to disable the display of the charts with highcharts?
- wkhtmltoimage does not show gridlines of highcharts graph
- Bar chart for displaying min/max/avg
- Highchart manage state manually
- HighCharts Graph that Aggregates Values
- need help to optimize php iteration
- Render line chart across the plotting area
- Unable to create graphs using highcharts-ng in meanjs. how to create graphs from the existing table in MEANJS
- Handdrawn Lines for Highcharts
- Highcharts - Dealing with small values in Funnel chart
- Highcharts - prevent pie chart from overlaping a line chart?
- Highcharts Heatmap Set Column Width
- Column range chart columns top alignment
- How to add a line at the bottom of a column chart in highcharts
- using gauges in ionic 3
- Highcharts - Click event not firing outside of plot area
- React Native - react-native-highcharts only showing when remote JS debugging enabled
- Get All Points for a particular Tick value
- Can I set HighChart startOnTick/EndOnTick dynamically?
- Highcharts : Show ticker on the start of plot
- How to use Highchart auto calculated min and max values, unless they are above or below a predefined min and max
- Disable marker on certain points on highcharts
- Highcharts Pie Chart data formatting
- Is there a better way to debug HighCharts issues
- Plot percentages on y-axis with rhighcharts?
- Highcharts pie donut with gradient
- Resize Highcharts StockChart range selector to lessthan 6 data points
- Removing "Series" label on highcahrt-columnrange chart