Skip to content

Instantly share code, notes, and snippets.

@reedspool
Last active August 29, 2015 14:07
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 reedspool/db5b07600259e8e1bcf6 to your computer and use it in GitHub Desktop.
Save reedspool/db5b07600259e8e1bcf6 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../ace-element/ace-element.html">
<link rel="import" href="../chart-js/chart-js.html">
<link rel="import" href="../speech-mic/speech-mic.html">
<link rel="import" href="../core-ajax/core-ajax.html">
<polymer-element name="my-element">
<template>
<chart-js kind="Bar" datastring="200,300,400,600,40" id="chart_js"></chart-js>
<speech-mic id="speech_mic"></speech-mic>
<core-ajax handleas="json" method="GET" id="core_ajax" hidden></core-ajax>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment