Skip to content

Instantly share code, notes, and snippets.

@shacheeswadia
Created November 21, 2021 10:53
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/aceb5867c3ef603548e400e3b19d9113 to your computer and use it in GitHub Desktop.
Save shacheeswadia/aceb5867c3ef603548e400e3b19d9113 to your computer and use it in GitHub Desktop.
// set x, y and z axes stroke settings
chart.xAxis().stroke(null);
chart.xAxis().ticks().stroke("1 lightgray");
chart.xAxis().minorTicks().stroke("1 lightgray");
chart.yAxis().stroke(null);
chart.yAxis().ticks().stroke("1 lightgray");
chart.yAxis().minorTicks().stroke("1 lightgray");
chart.zAxis().stroke(null);
chart.zAxis().ticks().stroke("1 lightgray");
chart.zAxis().minorTicks().stroke("1 lightgray");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment