score:4
Accepted answer
You can add marginRight to chart
like this:
chart: {
renderTo: container,
width: 550,
marginRight: 35
}
score:0
This is not a direct solution, but I suggest you to put the label at the yAxis:
yAxis: {
title: {
text: 'Units left'
}
},
And remove the other attributes, leaving just enabled: true
:
plotOptions: {
series: {
dataLabels: {
enabled: true
}
}
},
score:0
You can set spacingRight and add correct value.
Source: stackoverflow.com
Related Query
- Highcharts data label getting cut off
- Highcharts - Data label cut off
- Highcharts display label for pie chart using html table as data source
- Highcharts Pie Chart turning off data label
- Highcharts data off by one day
- Highcharts labels cut off
- data label is not shown Highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- HighCharts Time-based Quarterly Data - xAxis Label Issue
- Highcharts Bubble Chart - How to move an individual point's data label (dataLabel) to the front/top
- Highcharts - Gauge chart data label not positioning correctly
- Centering a data label in Highcharts Bar Chart
- Highcharts Solid Gauge only want to show 1 data label
- How to cut off the line in highcharts between two pointI
- Exporting with custom data label image in highcharts gantt
- Highcharts Single Data Label in middle of Area
- Highcharts Angular gauge - How to remove data label stroke?
- Highcharts conditional data label
- Highcharts align data label based on positive / negative value
- Highcharts - Stacked bar - Possible to have label interval corresponding to data interval?
- HighCharts Pie chart is not showing all of dataLabels, it's cut off
- Include additional highcharts source data in angular2 app
- Highcharts align data label to x-axis if value is negative
- Highcharts series visibility with csv data source
- HTML table as data source for highstock charts using highcharts
- x Axis Labels are cut off from Highcharts Column Chart
- Highcharts Polar Stacked Column chart - Legend is cut off
- The tooltip is cut off in Highcharts 3.X
- Change highcharts data label position
- Highcharts column with drilldown results in blurred data label in main chart, except for the drilled down columns
More Query from same tag
- Plotting Irregular DateTime Data with a predefined X Axis
- Is it possible to hide the line & symbol next to Highcharts legend items?
- Less Categories than Series on Highcharts
- Highcharts chart update function causes missing data point
- Day vs Time on Scatter plot
- Highcharts - Line chart mark selected Point
- Choose which data to display on Highcharts
- Display Percentage Values on (highcharts) bubble chart
- Highcharts custom attribute with datetime line chart
- VBA User Defined Function returning strange or no results
- Change graph color above and below plot-line in Column chart in Highcharts
- Highcharts prevent xAxis Labels hidden
- Ajax series data in Highcharts
- Highcharts - Combine & superimpose columns
- How to add border in polygon plot?
- Format categories (x-axis) for highcharts
- how to display multiple chart on same page in mvc5
- highchart bar using json with series and xAxis data
- Can Highcharter treemap show the percentage?
- Highcharts Server side generation not working on windows 2008 server
- Bar highchart just shows one value of my array
- Highchart donut pie - Is there a max number of slices
- Reset / Set ZoomType Control in Highstock
- Highcharts (JavaScript): Change color of column if condition is met
- highcharts canvas-tools: Cannot read property 'prototype' of undefined
- fix height of column in stacked percentage column highcharts
- zone.js:680 Unhandled Promise rejection: chartModule is not a function
- highcharts column animation when adding point (series.addPoint())
- How to divide the x-axis in two parts in highcharts?
- Highcharts - chartanimation step by step