|
|
|
@ -372,7 +372,7 @@ methods: { |
|
|
|
supported_resolutions: ["5", "15", "30", "60", "240", "1D", "1W", "1M"], |
|
|
|
overrides: tvStyle[_this.theme], |
|
|
|
custom_css_url: `/static/Kline/charting_library/static/css/tradingview_${ |
|
|
|
_this.theme == "light" ? "#fff" : "black" |
|
|
|
_this.theme == "light" ? "white" : "black" |
|
|
|
}.css`, |
|
|
|
drawings_access: { |
|
|
|
type: "black", |
|
|
|
|