Skip to content

Instantly share code, notes, and snippets.

@techjewel
Created October 3, 2013 18:08
Show Gist options
  • Save techjewel/6814264 to your computer and use it in GitHub Desktop.
Save techjewel/6814264 to your computer and use it in GitHub Desktop.
Google chart api for show lebel in vertical axix
var options = {
title: "Test",
hAxis: {
direction:-1,
slantedText:true,
slantedTextAngle:90 // here you can even use 180
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment