Skip to content
/ tvjs-xp Public
forked from tvjsx/tvjs-xp

📦 Extension pack for trading-vue-js (TVJS XP)

License

Notifications You must be signed in to change notification settings

Dav-id/tvjs-xp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tvjs-xp logo

TVJS Std Extension Pack npm license size license build

tvjs-xp logo

Install

npm i tvjs-xp

List of extensions

Name Author Type Description Version
chart-link StdSquad Ext Sync multiple charts (cursors, drawing tools) 1.0.0
grid-resize StdSquad Ext Resize vertical sections 1.0.0
legend-buttons StdSquad Ext Moving overlays aroud, adding, removing 1.0.0
settings-win StdSquad Ext Changing script props (settings) 1.0.0

Usage

<template>
<trading-vue :data="dc" :extensions="ext"/>
</template>
<script>

import TradingVue from 'trading-vue-js'
import XP from 'tvjs-xp'

export default {
    name: 'app',
    components: { TradingVue },
    data() {
        return {
            ext: Object.values(XP),
            dc: new DataCube(...)
        }
    }
}

</script>

In browser:

//...
ext: Object.values(TvjsXP.default),
//...

About

📦 Extension pack for trading-vue-js (TVJS XP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.5%
  • Vue 35.0%
  • HTML 0.5%