The
**x axis (or category axis). By default, the x-axis is displayed at the bottom of the chart, and the y-axis appears on the left (it can be displayed on both sides of the y-axis) by setting chart.inverted = True to make the x,y axis display position swap.
in multiple axes, Xaxis can be configured in the form of an array. The
X axis can be dynamically updated or otherwise manipulated by an Axis object. **
Xaxis {//X axis classification categories: [1,2,3,.....]
Array<string>//Configure the crosshair line when following mouse or mouse over point crosshair: {dashstyle: ' Shortdot ', Color: ' #cccccc ', Zindex:1,},//Timeline label formatted string type
: ' DateTime ', Datetimelabelformats: {day: '%y-%m-%d ', Month: '%y-%m '},
Axis label Labels: {align: ' center '//axis label position enabled:true//Show axis labels, default display Axis content formatting functions formatter:function () {return ' <a href= ' + categorylinks[this.v
Alue] + ' > ' + this.value + ' </a> '; //x Axis rotate rotation:0//Set the style of the axis label styles: {color:xxx
. FONTSIZE:18}//Whether axis is displayed, default display, False does not show visible:true}