score:2
Accepted answer
you can "move" datalabels to bottom in negative columns, by translate function.
var datalabel;
$.each(chart.series[0].data,function(j,data){
if(data.y < 0)
{
datalabel = data.datalabel;
datalabel.translate(datalabel.x,data.ploty-20);
}
});
Source: stackoverflow.com
Related Query
- aligning datalabel to top of column highcharts
- Change Datalabel Color, Rotation and Align values based on Column value in highcharts
- Highcharts column + line combination chart with multiple series. Issue aligning line over the column
- Highcharts column tooltip - always on top + fit the container
- Highcharts - position column chart from the top
- Column Chart Show datalabel for null values - Highcharts
- Highcharts datalabel for each stacked column
- Highcharts X-Axis value on top of stacked column
- highcharts datalabel dynamic rotation as column height
- Show data labels on top in stacked column graph in highcharts
- Position dataLabel above a certain column Highcharts
- Add new series to the top of a highcharts stacked column chart
- Highcharts : Disable top spacing from column graph
- Highcharts show stacked column total sum always on top (even negatives)
- How to modify the code so that Highcharts graph does not cover fixed navigation bar at the top of the page?
- show Datalabels (total and dataLabel name) on a column chart- ReactJs highcharts
- Highcharts issues in add like 1/10 on top of the column chart
- How to create a column range chart in Highcharts using range and navigator functions?
- How do you change the colour of each category within a highcharts column chart?
- set different colors for each column in highcharts
- Disable-Click on Legend in HighCharts Column Graph
- Maximum bar width in Highcharts column charts
- Displaying percentage in Y-axis of Highcharts column chart
- Highcharts : Change opacity of a column chart
- How to make stacked column graph to show total data value on top
- Highcharts Show x-axis on top
- programmatically click on column in Highcharts
- highcharts jquery dynamic change chart type column to bar
- Add a gap between the second and third series in a Highcharts column plot with four series displayed
- highcharts column labels
More Query from same tag
- Sending data to HighCharts
- minimum in Highcharts not working
- HighStocks Fixed Xaxis 30 minutes interval
- highcharts: the way to call afterPrint
- Two different data range for Y-axis in DotNet Highchart
- Highstock grouping show hidden serie values in tooltip
- Highcharts horizontal scroll
- Highcharts not workng with angular 4
- Getting Multiple drilldown highcharts on same page to work
- Adding Labels to the Left or Right of Highcharts Funnel Visualization
- Drilldown in highmaps - how to remove a series
- react-highcharts-official lazy loading data
- Highcharts slow performance when adding more than 10 series
- How do I reshape my existing JSON to fit Highcharts
- How to concatenate 'this.name' with HighCharts & PhantomJS
- Tooltip outside working in highcharts but not in highstock
- Highchart's Pie Chart Opacity Changes on Hover
- Highcharts not rendering in Angular 2 when I use data from http.get
- How to create pie chart with only 1 series data and have background be a circle
- Highcharts: Add ONE custom label to yAxis
- path issue of package.json during build
- Is there any way to show the summation of area charts value in highcharts without using a line chart? I would like to know other alternative
- Highcharts: Style Zero Y value
- Highcharts Legend Custom HTML
- Centering a data label in Highcharts Bar Chart
- MySQL Data to Highchart's Pie Chart using JSON
- Highcharts plotline with label in the left of the line
- Perfomance issue highchart graph & socket.io
- How to customize tooltip in Highchart?
- Having issues to make the data value in centre in pie chat using high charts