emlyn / MrsDoyle

A clojure tea bot
1 stars 2 forks source link

Added web server to show the old plots for MrsDoyle's and included a new one #15

Closed kendersec closed 11 years ago

kendersec commented 11 years ago

Happy to add/remove/modify stuff, let me know what you think

emlyn commented 11 years ago

Thanks, that looks really good! I've made the sorted the values for the pie charts in order of largest first, and increased the amount of data for the tea intake chart. I think the "who's been luckiest" chart would make more sense as a bar chart with a horizontal line at luckiness=1.0, would it be easy to change?

kendersec commented 11 years ago

Makes sense :) Yes, I think it would be fairly easy to change, just some Javascript changes, using the same DataTable (I think) then you only need to change the plot object to be https://developers.google.com/chart/interactive/docs/gallery/barchart

emlyn commented 11 years ago

That was easy to change - I've made it into a column chart.