Skip to content

Instantly share code, notes, and snippets.

@shacheeswadia
Created November 21, 2021 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shacheeswadia/0d1e12d0c7c4bf0cddeab8d2aea55b97 to your computer and use it in GitHub Desktop.
Save shacheeswadia/0d1e12d0c7c4bf0cddeab8d2aea55b97 to your computer and use it in GitHub Desktop.
// hide the last label in y axis
chart.yAxis().drawLastLabel(false);
// set x, y and z axes labels font size
chart.xAxis().labels().fontSize(10);
chart.xAxis().minorLabels().fontSize(10);
chart.yAxis().labels().fontSize(10);
chart.yAxis().minorLabels().fontSize(10);
chart.zAxis().labels().fontSize(10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment