Skip to content

Instantly share code, notes, and snippets.

@jameswquinn
Forked from anonymous/fiddle.html
Created March 18, 2018 14:23
Show Gist options
  • Select an option

  • Save jameswquinn/42b829a49065a8feb5dcf1fa43475e22 to your computer and use it in GitHub Desktop.

Select an option

Save jameswquinn/42b829a49065a8feb5dcf1fa43475e22 to your computer and use it in GitHub Desktop.
<script src=//unpkg.com/vue></script>
<script src=//unpkg.com/vuetrend></script>
<div id="app">
<trend
:data="[0, 2, 5, 9, 5, 10, 3, 5, 0, 0, 1, 8, 2, 9, 0]"
:gradient="['#6fa8dc', '#42b983', '#2c3e50']"
auto-draw
smooth>
</trend>
</div>
new Vue({ el: '#app' })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment