@orbis-systems/orbis-chart-react
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -51,3 +51,3 @@ import React from 'react'; | ||
const { libPath = 'https://charts.orbis.dev/api/', quoteType = 'delayed', updateInterval = 2000, chartConfig, } = this.props; | ||
new TradingView.widget(Object.assign(Object.assign({ locale: 'en', interval: 'D', autosize: true }, chartConfig), { container_id: this.containerId, datafeed: new OrbisDatafeed(libPath, updateInterval, quoteType), library_path: 'charting/' })); | ||
new TradingView.widget(Object.assign(Object.assign({ locale: 'en', interval: 'D', autosize: true, library_path: 'charting/' }, chartConfig), { container_id: this.containerId, datafeed: new OrbisDatafeed(libPath, updateInterval, quoteType) })); | ||
}; | ||
@@ -54,0 +54,0 @@ this.cleanupWidget = () => { |
{ | ||
"name": "@orbis-systems/orbis-chart-react", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |