Home › Forums › Chart Support › Any way to remove the “Y” values from the chart? › Reply To: Any way to remove the “Y” values from the chart?

#32977

Determined I can set toolTip enabled: false to remove the hover box. Also determined I can set axisY labelFontSize: 0 which removes the Y values. Achieved as desired, though still curious if there are more efficient ways to accomplish this.