Highcharts Show x-axis on top

highcharts

Solution

Yes. In your xAxis properties, set 'opposite:true'

http://api.highcharts.com/highcharts#xAxis.opposite

Problem

Is it possible to show the x-axis and corresponding labels on top of the graph instead of the bottom? Inverting or reversing the data is not what I am looking for design wise.

Original source