Skip to content

Instantly share code, notes, and snippets.

@tripp
Created February 8, 2011 22:52
Show Gist options
  • Save tripp/817462 to your computer and use it in GitHub Desktop.
Save tripp/817462 to your computer and use it in GitHub Desktop.
dataProvider: scoreDataValues,
type: "bar",
render: "#water_score_chart",
stacked: true,
tooltip: scoreTooltip,
axes: {
values: {
keys: ["val"],
roundingMethod: 1000
}
},
seriesCollection: [
{
type: "bar",
keys: ["val"],
styles: {
fill: {
color: ["#E57627", "#77BB22", "#426AB3"]
}
}
}
]
//styles: stylesDef
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment