
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
vue-tradingchart
Advanced tools
It's a Trading view chart component for Vue and Nuxt.
vue-tradingchart is a dependency-free, lightweight vue component that can be overwrited by yourself. It is support vue-ssr.
npm install vue-tradingchart
<template>
<vue-trading-chart :options="chartOptions"></countup>
</template>
<script>
import vuetradingchart from 'vue-tradingchart';
export default {
components: { vuetradingchart },
data () {
return {
chartOptions: {
theme: 'light',
symbol: 'BTCUSDT',
width: 980,
height: 600,
hide_top_toolbar: true,
interval: 240 // that's mean 4h //
}
}
}
}
</script>
Property | Description | type | default |
---|---|---|---|
theme | set theme for chart between 'light' and 'dark' | String | light |
symbol | set symbol for chart | String | |
hide_top_toolbar | Hide Toolbar | Boolean | false |
interval | set time-based bar interval (1m[1] - 1h[60] - 1D[D] - 1W[W] - 1Y[Y]) | String | D |
allow_symbol_change | allow to change symbol | Boolean | true |
callendar | show callendar | Boolean | false |
... |
for more options can see this page for the TradingView Advanced Real-Time Chart API.
FAQs
Vue trading view charts
The npm package vue-tradingchart receives a total of 7 weekly downloads. As such, vue-tradingchart popularity was classified as not popular.
We found that vue-tradingchart demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.