Skip to content

Latest commit

 

History

History

Area51

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Area51

screen

Info

Author Type Description Version
👽 OV Gradient area chart 1.0.0

Settings

Name Description Default
lineWidth Line Width
color Color
back1 Back1
back2 Back2

How to use

<template>
<trading-vue :overlays="overlays"></trading-vue>
</template>
<script>

import TradingVue from 'trading-vue-js'
import Overlays from 'tvjs-overlays'

export default {
    name: 'app',
    components: { TradingVue },
    data() {
        return {
            overlays: [Overlays['Area51']]
        }
    }
}

</script>

Overlay data example

[
    [
        1593824400000,
        9078.08979168
    ],
    [
        1593828000000,
        9078.752937104315
    ],
    [
        1593831600000,
        9079.350861139439
    ],
    [
        1593835200000,
        9079.944945016325
    ],
    [
        1593838800000,
        9080.633378545097
    ],
    [
        1593842400000,
        9080.890367040583
    ],
    [
        1593846000000,
        9080.969176176246
    ],
    [
        1593849600000,
        9081.284110443845
    ],
    [
        1593853200000,
        9081.327870818595
    ],
    [
        1593856800000,
        9081.001287649238
    ]
]

Read more about Area51

Investopedia: Area51
Investopedia: Gradient area chart