Widgets > Chart Widgets > wijscatterchart > wijscatterchart 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.
$("#wijscatterchartDefault").wijscatterchart({
axis: {
y: {
text: "Weight (kg) ",
},
x: {
text: "Height (cm)"
}
},