Is there a way to hide the ticks on the X axis? I am using a line type Shield UI chart. But I don't see any property that looks like the one I need:
axisX: {
ticksEnabled: false
}
or
axisX: {
ticksVisible: false
}
or anything like that. Since so is there another way to hide them?