Skip to content

Instantly share code, notes, and snippets.

@martin9700
Created April 1, 2014 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save martin9700/9924818 to your computer and use it in GitHub Desktop.
Save martin9700/9924818 to your computer and use it in GitHub Desktop.
$Chart1 = $CSV | New-GoogleChart -XAxis Date -YAxis Frogs,Eagles,Pigs -Title "Sales To Date" -LegendLocation Right -ChartType LineSoft -Verbose
$Chart2 = $CSV | New-GoogleChart -XAxis Date -YAxis Frogs,Pigs,Eagles -Title "More Sales" -LegendLocation Bottom -ChartType Bar -ChartNumber 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment