Skip to content

Instantly share code, notes, and snippets.

@starkfire
Created October 29, 2020 11:33
Show Gist options
  • Save starkfire/5953eb66951fc26e2d15f1c35db21812 to your computer and use it in GitHub Desktop.
Save starkfire/5953eb66951fc26e2d15f1c35db21812 to your computer and use it in GitHub Desktop.
A snippet on how to use vuetrend
<template>
<div class="container">
<!-- just add the component -->
<trend
:data="[1,3,3,4,3,5]"
:gradient="['#6fa8dc', '#42b983', '#2c3e50']"
auto-draw
smooth
></trend>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment