Skip to content

Instantly share code, notes, and snippets.

@kwhinnery
Created November 5, 2008 18:33
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 kwhinnery/22393 to your computer and use it in GitHub Desktop.
Save kwhinnery/22393 to your computer and use it in GitHub Desktop.
<div set="control[app:iterator]" type="bar" chartMode="mode"
on="l:load.barchart then execute"
property="rows" chartTitles="titles"
title="Happiness Meter" angle="30" color="#0D52D1,#2A0CD0,#8A0CCF"
thickness="10" height="300" width="600" legend="true">
</div>
<script style="display:none;">
$MQ('l:load.barchart',
{'rows':[
{'name':'Appcelerator', 'value':'10,10,10'},
{'name':'Flex', 'value':'7,5,5'},
{'name':'Open Lazlo', 'value':'6,5,5'},
{'name':'Google Web Toolkit', 'value':'6,6,2'}],
'titles':[
{'title':'Easy to Use 1'},
{'title':'Fun to Use'},
{'title':'Makes me coffee'}],'mode':'clustered'});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment