Widgets > Chart Widgets > wijbarchart > How To > Axis How To > Define the X and Y Axis |
The axes are defined in an axis array where you can control the aligment of the x or y axis text, visibility of the x or y axis, visibility of the x or y axis text, style of the x or y axis, axes labels, axes position such as north, south, east, or west, through the options, the minimum and maximum axis values, major and minor tick marks.
$("#wijbarchart").wijbarchart({
axis: {
y: {
text: "Percentage (%)"
},
x: {
text: "Graphics Card"
}
},