Skip to content

Instantly share code, notes, and snippets.

@james-gibson
Created October 28, 2012 18:02
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 james-gibson/3969310 to your computer and use it in GitHub Desktop.
Save james-gibson/3969310 to your computer and use it in GitHub Desktop.
<amcharts:AmGraph
id="icGraph"
fillAlphas="[1]"
fillColors="[mbtuUsageColor]"
lineAlpha="0"
title=""
type="column"
valueAxis="{contributionAxis}"
valueField="percentOfInstallationMbtuUsage"
/>
<amcharts:AmGraph
id="benchmarkGraph"
fillAlphas="[1]"
fillColors="[benchmarkScoreColor]"
lineAlpha="0"
title=""
type="column"
valueAxis="{benchmarkScoreAxis}"
valueField="benchmarkScore"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment