Skip to content

Instantly share code, notes, and snippets.

@shacheeswadia
Created November 21, 2021 10:41
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/4280099e9112cb7eac06c9da274266f1 to your computer and use it in GitHub Desktop.
Save shacheeswadia/4280099e9112cb7eac06c9da274266f1 to your computer and use it in GitHub Desktop.
// set y and z axes rotation
chart.rotationY(15);
chart.rotationZ(45);
// set y scale minimum/maximum
chart.yScale().minimum(2006);
chart.yScale().maximum(2020);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment