2.3.0 • Published 4 years ago

svelte-tradingview-widget v2.3.0

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

svelte-tradingview-widget

Svelte component for rendering the TradingView Advanced Real-Time Chart Widget.

npm license npm

image

Demo

https://borakilicoglu.github.io/svelte-tradingview-widget

Install

yarn add svelte-tradingview-widget or npm install --save svelte-tradingview-widget

Usage

Basic example

import TradingViewWidget from "svelte-tradingview-widget";

<TradingViewWidget />;

Advanced example

Define all properties into options and then pass them to the component. See this page for the TradingView Advanced Real-Time Chart API.

import TradingViewWidget from "svelte-tradingview-widget";

let options = { symbol: "BINANCE:BTCUSDT", theme: "dark", autosize: true, locale: "fr" };

<TradingViewWidget {options} />;
2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago