Well, this is probably interesting to developers, and is a good way to kick off this google group...
I released about a week ago a JS wrapper for the Keentivate javascript SDK, called Keentivate. Keentivate lets you easily turn HTML markup into Keen.IO charts.
So a pie chart can be as simple as this:
<div class="keentivate"
keen-type="pie"
keen-event="Plays"
keen-group="play_type"
keen-title="Types of Plays">
</div>
No javascript, just HTML. Keentivate figures out the rest.
Check out the full info page. Also, as a note, there are a good amount of Todo's on the Github page. Read those before you dive in too far. Also, feel free to put in a pull request, because you're probably a better programmer than me.
Take care,
Joe Wegner