-
-
Save jameswquinn/42b829a49065a8feb5dcf1fa43475e22 to your computer and use it in GitHub Desktop.
(source: https://jsfiddle.net/nyh18bLq/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| new Vue({ el: '#app' }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment